Home
last modified time | relevance | path

Searched refs:MSR_APIC_ISR0 (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/sys/i386/i386/
HDapic_vector.s81 movl $(MSR_APIC_ISR0 + index),%ecx ; \
/freebsd-11-stable/sys/amd64/amd64/
HDapic_vector.S87 movl $(MSR_APIC_ISR0 + \index),%ecx
/freebsd-11-stable/sys/x86/include/
HDspecialreg.h581 #define MSR_APIC_ISR0 0x810 macro
/freebsd-11-stable/sys/amd64/vmm/intel/
HDvmx.c430 error += guest_msr_ro(vmx, MSR_APIC_ISR0 + i); in vmx_allow_x2apic_msrs()