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