Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dnested.h303 static inline bool nested_cr4_valid(struct kvm_vcpu *vcpu, unsigned long val) in nested_cr4_valid() function
313 #define nested_guest_cr4_valid nested_cr4_valid
314 #define nested_host_cr4_valid nested_cr4_valid
H A Dvmx.c3421 if (to_vmx(vcpu)->nested.vmxon && !nested_cr4_valid(vcpu, cr4)) in vmx_is_valid_cr4()