Searched refs:nested_svm_sanitize_intercept (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/kvm/svm/ |
| H A D | nested.c | 431 #define nested_svm_sanitize_intercept(__vcpu, __control, name) \ macro 445 nested_svm_sanitize_intercept(vcpu, to, INVPCID); in __nested_copy_vmcb_control_to_cache() 446 nested_svm_sanitize_intercept(vcpu, to, RDTSCP); in __nested_copy_vmcb_control_to_cache() 447 nested_svm_sanitize_intercept(vcpu, to, SKINIT); in __nested_copy_vmcb_control_to_cache() 448 nested_svm_sanitize_intercept(vcpu, to, RDPRU); in __nested_copy_vmcb_control_to_cache()
|