Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/x86/x86/
HDlocal_apic.c723 printf(" pmc: 0x%08x", lapic_read32(LAPIC_LVT_PCINT)); in native_lapic_dump()
779 lapic_write32(LAPIC_LVT_PCINT, lvt_mode(la, APIC_LVT_PMC, in native_lapic_setup()
780 LAPIC_LVT_PCINT)); in native_lapic_setup()
866 value = lapic_read32(LAPIC_LVT_PCINT); in native_lapic_reenable_pmc()
868 lapic_write32(LAPIC_LVT_PCINT, value); in native_lapic_reenable_pmc()
879 lapic_write32(LAPIC_LVT_PCINT, lvt_mode(la, APIC_LVT_PMC, in lapic_update_pmc()
880 lapic_read32(LAPIC_LVT_PCINT))); in lapic_update_pmc()
/freebsd-11-stable/sys/x86/include/
HDapicreg.h236 LAPIC_LVT_PCINT = 0x34, enumerator