Home
last modified time | relevance | path

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

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