Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dvmm_instruction_emul.h121 #define VIE_INVALID_GLA (1UL << 63) /* a non-canonical address */ macro
/freebsd/sys/amd64/vmm/
H A Dvmm_instruction_emul.c2835 if (gla == VIE_INVALID_GLA) in verify_gla()
/freebsd/sys/amd64/vmm/amd/
H A Dsvm.c879 vmexit->u.inst_emul.gla = VIE_INVALID_GLA; in svm_handle_inst_emul()
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c2307 VIE_INVALID_GLA); in vmx_handle_apic_access()