Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dvmx.h461 #define APIC_ACCESS_TYPE 0xf000 /* 15:12, access type */ macro
/linux/arch/x86/kvm/vmx/
H A Dvmx.c5688 access_type = exit_qualification & APIC_ACCESS_TYPE; in handle_apic_access()