Home
last modified time | relevance | path

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

/openbmc/linux/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
288 #define nested_guest_cr4_valid nested_cr4_valid
289 #define nested_host_cr4_valid nested_cr4_valid
H A Dvmx.c3430 if (to_vmx(vcpu)->nested.vmxon && !nested_cr4_valid(vcpu, cr4)) in vmx_is_valid_cr4()