Home
last modified time | relevance | path

Searched refs:LAPIC_LVT_PCINT (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/x86/x86/
H A Dlocal_apic.c738 printf(" pmc: 0x%08x", lapic_read32(LAPIC_LVT_PCINT)); in native_lapic_dump()
794 lapic_write32(LAPIC_LVT_PCINT, lvt_mode(la, APIC_LVT_PMC, in native_lapic_setup()
795 LAPIC_LVT_PCINT)); in native_lapic_setup()
885 value = lapic_read32(LAPIC_LVT_PCINT); in native_lapic_reenable_pmc()
887 lapic_write32(LAPIC_LVT_PCINT, value); in native_lapic_reenable_pmc()
898 lapic_write32(LAPIC_LVT_PCINT, lvt_mode(la, APIC_LVT_PMC, in lapic_update_pmc()
899 lapic_read32(LAPIC_LVT_PCINT))); in lapic_update_pmc()
/f-stack/freebsd/x86/include/
H A Dapicreg.h236 LAPIC_LVT_PCINT = 0x34, enumerator