Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmcs.h161 const u32 mask = INTR_INFO_VALID_MASK | INTR_INFO_DELIVER_CODE_MASK; in is_exception_with_error_code()
A Dnested.c2826 bool has_error_code = intr_info & INTR_INFO_DELIVER_CODE_MASK; in nested_check_vm_entry_controls()
3882 intr_info |= INTR_INFO_DELIVER_CODE_MASK; in nested_vmx_inject_exception_vmexit()
A Dvmx.c1785 intr_info |= INTR_INFO_DELIVER_CODE_MASK; in vmx_inject_exception()
5204 if (intr_info & INTR_INFO_DELIVER_CODE_MASK) in handle_exception_nmi()
/linux-6.3-rc2/arch/x86/include/asm/
A Dvmx.h365 #define INTR_INFO_DELIVER_CODE_MASK 0x800 /* 11 */ macro
372 #define VECTORING_INFO_DELIVER_CODE_MASK INTR_INFO_DELIVER_CODE_MASK

Completed in 32 milliseconds