Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/vmx/
Dnested.h270 static inline bool nested_host_cr0_valid(struct kvm_vcpu *vcpu, unsigned long val) in nested_host_cr0_valid() function
Dnested.c2851 if (CC(!nested_host_cr0_valid(vcpu, vmcs12->host_cr0)) || in nested_vmx_check_host_state()
Dvmx.c4958 !nested_host_cr0_valid(vcpu, val)) in handle_set_cr0()