Home
last modified time | relevance | path

Searched refs:nested_guest_cr0_valid (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/arch/x86/kvm/vmx/
Dnested.h256 static inline bool nested_guest_cr0_valid(struct kvm_vcpu *vcpu, unsigned long val) in nested_guest_cr0_valid() function
Dnested.c2969 if (CC(!nested_guest_cr0_valid(vcpu, vmcs12->guest_cr0)) || in nested_vmx_check_guest_state()
Dvmx.c4949 if (!nested_guest_cr0_valid(vcpu, val)) in handle_set_cr0()