Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dapicreg.h335 # define APIC_TPR_INT 0x000000f0 macro
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c3786 const u_int prio_bit = VPR_PRIO_BIT(vector & APIC_TPR_INT); in vmx_set_intr_ready()
3830 rvi = vmexit->u.hlt.intr_status & APIC_TPR_INT; in vmx_pending_intr()
3831 ppr = lapic->ppr & APIC_TPR_INT; in vmx_pending_intr()
3855 vpr = (i * 64 + flsl(pirval) - 1) & APIC_TPR_INT; in vmx_pending_intr()