Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/x86/x86/
HDlocal_apic.c746 printf(" pmc: 0x%08x", lapic_read32(LAPIC_LVT_PCINT)); in native_lapic_dump()
803 lapic_write32(LAPIC_LVT_PCINT, lvt_mode(la, APIC_LVT_PMC, in native_lapic_setup()
804 LAPIC_LVT_PCINT)); in native_lapic_setup()
891 value = lapic_read32(LAPIC_LVT_PCINT); in native_lapic_reenable_pmc()
893 lapic_write32(LAPIC_LVT_PCINT, value); in native_lapic_reenable_pmc()
904 lapic_write32(LAPIC_LVT_PCINT, lvt_mode(la, APIC_LVT_PMC, in lapic_update_pmc()
905 lapic_read32(LAPIC_LVT_PCINT))); in lapic_update_pmc()
/freebsd-13-stable/sys/x86/include/
HDapicreg.h234 LAPIC_LVT_PCINT = 0x34, enumerator