Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dapicreg.h416 # define APIC_LVTT_TM_PERIODIC 0x00020000 macro
/freebsd/sys/amd64/vmm/io/
H A Dvlapic.c615 return (vlapic_get_lvt_field(lvt, APIC_LVTT_TM_PERIODIC)); in vlapic_periodic_timer()
/freebsd/sys/x86/x86/
H A Dlocal_apic.c1379 value |= APIC_LVTT_TM_PERIODIC; in lapic_timer_periodic()