Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/kvm/lib/
Dvmx.c112 if (vmclear(vmx->vmcs_gpa)) in prepare_for_vmx_operation()
120 if (vmclear(vmx->shadow_vmcs_gpa)) in prepare_for_vmx_operation()
/Linux-v4.19/tools/testing/selftests/kvm/include/
Dvmx.h359 static inline int vmclear(uint64_t vmcs_pa) in vmclear() function