Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dnested.h278 static inline bool nested_cr4_valid(struct kvm_vcpu *vcpu, unsigned long val) in nested_cr4_valid() function
287 #define nested_guest_cr4_valid nested_cr4_valid
288 #define nested_host_cr4_valid nested_cr4_valid
H A Dvmx.c3206 if (to_vmx(vcpu)->nested.vmxon && !nested_cr4_valid(vcpu, cr4)) in vmx_is_valid_cr4()