HomeSort by: relevance | last modified time | path
    Searched defs:intel_lapic_saved (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/tprof/
tprof_x86_intel.c 98 static uint32_t intel_lapic_saved[MAXCPUS]; variable in typeref:typename:uint32_t[]
262 intel_lapic_saved[cpu_index(ci)] = lapic_readreg(LAPIC_LVT_PCINT);
271 lapic_writereg(LAPIC_LVT_PCINT, intel_lapic_saved[cpu_index(ci)]);
tprof_x86_intel.c 98 static uint32_t intel_lapic_saved[MAXCPUS]; variable in typeref:typename:uint32_t[]
262 intel_lapic_saved[cpu_index(ci)] = lapic_readreg(LAPIC_LVT_PCINT);
271 lapic_writereg(LAPIC_LVT_PCINT, intel_lapic_saved[cpu_index(ci)]);

Completed in 22 milliseconds