Searched refs:OP_WRITE (Results 1 – 1 of 1) sorted by relevance
/kvm-unit-tests/x86/ |
H A D | vmx_tests.c | 2253 OP_WRITE, enumerator 2519 if ((pte_ad & PT_DIRTY_MASK) || op == OP_WRITE) in ept_access_paddr() 2581 ept_allowed(0, 1ul << bit, OP_WRITE); in ept_ignored_bit() 2586 ept_allowed(1ul << bit, 0, OP_WRITE); in ept_ignored_bit() 2639 ept_misconfig_at_level_mkhuge_op(mkhuge, level, clear, set, OP_WRITE); in ept_misconfig_at_level_mkhuge() 2730 case OP_WRITE: in ept_access_test_guest() 2795 ept_access_violation(0, OP_WRITE, EPT_VLT_WR); in ept_access_test_not_present() 2805 ept_access_violation(EPT_RA, OP_WRITE, EPT_VLT_WR | EPT_VLT_PERM_RD); in ept_access_test_read_only() 2821 ept_access_allowed(EPT_RA | EPT_WA, OP_WRITE); in ept_access_test_read_write() 2834 ept_access_violation(EPT_EA, OP_WRITE, in ept_access_test_execute_only() [all …]
|