Home
last modified time | relevance | path

Searched refs:EPT_EXE (Results 1 – 6 of 6) sorted by relevance

/hypervisor/arch/x86/guest/
A Dvmx_io.c119 gpa & PAGE_MASK, PAGE_SIZE, EPT_EXE, 0UL); in ept_violation_vmexit_handler()
122 gpa & PAGE_MASK, PAGE_SIZE, EPT_EXE, 0UL); in ept_violation_vmexit_handler()
A Dept.c142 if ((prot & EPT_EXE) == 0UL) { in use_large_page()
160 *entry &= ~EPT_EXE; in ept_tweak_exe_right()
168 *entry |= EPT_EXE; in ept_recover_exe_right()
A Dvept.c317 is_misconfig = is_misconfig || ((ept_entry & (EPT_RD | EPT_EXE)) == EPT_EXE); in is_ept_entry_misconfig()
379 (((exit_qual & 0x4UL) != 0UL) && ((ept_entry & EPT_EXE) == 0))) { in is_access_violation()
A Dtrusty.c68 vm->arch_vm.nworld_eptp, EPT_RWX, EPT_EXE); in create_secure_world_ept()
/hypervisor/include/arch/x86/asm/
A Dpgtable.h66 #define EPT_EXE (1UL << 2U) macro
71 #define EPT_RWX (EPT_RD | EPT_WR | EPT_EXE)
/hypervisor/common/
A Dhypercall.c629 prot |= EPT_EXE; in add_vm_memory_region()

Completed in 10 milliseconds