Home
last modified time | relevance | path

Searched refs:APIC_LVT_PMC (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/x86/x86/
H A Dlocal_apic.c737 if (maxlvt >= APIC_LVT_PMC) in native_lapic_dump()
793 if (maxlvt >= APIC_LVT_PMC) { in native_lapic_setup()
794 lapic_write32(LAPIC_LVT_PCINT, lvt_mode(la, APIC_LVT_PMC, in native_lapic_setup()
898 lapic_write32(LAPIC_LVT_PCINT, lvt_mode(la, APIC_LVT_PMC, in lapic_update_pmc()
915 if (maxlvt < APIC_LVT_PMC) in native_lapic_enable_pmc()
918 lvts[APIC_LVT_PMC].lvt_masked = 0; in native_lapic_enable_pmc()
954 if (maxlvt < APIC_LVT_PMC) in native_lapic_disable_pmc()
957 lvts[APIC_LVT_PMC].lvt_masked = 1; in native_lapic_disable_pmc()
/f-stack/freebsd/x86/include/
H A Dapicreg.h447 #define APIC_LVT_PMC 4 macro
/f-stack/freebsd/amd64/vmm/io/
H A Dvlapic.c348 index = APIC_LVT_PMC; in lvt_off_to_idx()
699 case APIC_LVT_PMC: in vlapic_trigger_lvt()