Home
last modified time | relevance | path

Searched refs:ept_access (Results 1 – 2 of 2) sorted by relevance

/kvm-unit-tests/x86/
H A Dunittests.cfg323 extra_params = -cpu max,+vmx -append "-exit_monitor_from_l2_test -ept_access* -vmx_smp* -vmx_vmcs_s…
329 extra_params = -cpu max,host-phys-bits,+vmx -m 2560 -append "ept_access*"
H A Dvmx_tests.c2458 static void ept_access_paddr(unsigned long ept_access, unsigned long pte_ad, in ept_access_paddr() argument
2495 /*clear=*/EPT_PRESENT, /*set=*/ept_access); in ept_access_paddr()
2525 static void ept_access_allowed_paddr(unsigned long ept_access, in ept_access_allowed_paddr() argument
2529 ept_access_paddr(ept_access, pte_ad, op, /*expect_violation=*/false, in ept_access_allowed_paddr()
2533 static void ept_access_violation_paddr(unsigned long ept_access, in ept_access_violation_paddr() argument
2538 ept_access_paddr(ept_access, pte_ad, op, /*expect_violation=*/true, in ept_access_violation_paddr()