HomeSort by: relevance | last modified time | path
    Searched refs:LAPIC_LVT_PCINT (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/tprof/
tprof_x86_intel.c 220 pcint = lapic_readreg(LAPIC_LVT_PCINT);
222 lapic_writereg(LAPIC_LVT_PCINT, pcint & ~LAPIC_LVT_MASKED);
262 intel_lapic_saved[cpu_index(ci)] = lapic_readreg(LAPIC_LVT_PCINT);
263 lapic_writereg(LAPIC_LVT_PCINT, LAPIC_DLMODE_NMI);
271 lapic_writereg(LAPIC_LVT_PCINT, intel_lapic_saved[cpu_index(ci)]);
tprof_x86_amd.c 259 amd_lapic_saved[cpu_index(ci)] = lapic_readreg(LAPIC_LVT_PCINT);
260 lapic_writereg(LAPIC_LVT_PCINT, LAPIC_DLMODE_NMI);
268 lapic_writereg(LAPIC_LVT_PCINT, amd_lapic_saved[cpu_index(ci)]);
  /src/sys/arch/x86/include/
i82489reg.h 129 #define LAPIC_LVT_PCINT 0x340 /* Loc.vec (Perf Mon) RW */
  /src/sys/arch/x86/x86/
lapic.c 1009 APIC_LVT_PRINT(ci, "pcint", 0, LAPIC_LVT_PCINT);

Completed in 15 milliseconds