Home
last modified time | relevance | path

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

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