Home
last modified time | relevance | path

Searched refs:EPT_RA (Results 1 – 3 of 3) sorted by relevance

/kvm-unit-tests/x86/
H A Dvmx_tests.c1103 EPT_WA | EPT_RA | EPT_EA); in setup_ept()
1182 EPT_RA | EPT_WA | EPT_EA); in ept_init_common()
1363 EPT_RA | EPT_WA | EPT_EA); in ept_exit_handler_common()
1375 EPT_RA | EPT_WA | EPT_EA | in ept_exit_handler_common()
1421 EPT_RA | EPT_WA | EPT_EA); in ept_exit_handler_common()
1469 set_ept_pte(pml4, memaddr_pte, 1, memaddr_pte | EPT_RA); in ept_exit_handler_common()
1477 set_ept_pte(pml4, memaddr_pte, 1, memaddr_pte | EPT_RA | EPT_WA); in ept_exit_handler_common()
2804 ept_access_allowed(EPT_RA, OP_READ); in ept_access_test_read_only()
2805 ept_access_violation(EPT_RA, OP_WRITE, EPT_VLT_WR | EPT_VLT_PERM_RD); in ept_access_test_read_only()
2806 ept_access_violation(EPT_RA, OP_EXEC, EPT_VLT_FETCH | EPT_VLT_PERM_RD); in ept_access_test_read_only()
[all …]
H A Dvmx.h663 #define EPT_RA 1ul macro
666 #define EPT_PRESENT (EPT_RA | EPT_WA | EPT_EA)
H A Dvmx.c879 | EPT_RA | EPT_WA | EPT_EA; in install_ept_entry()