Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/vmx/
Dnested.h269 static inline bool nested_host_cr0_valid(struct kvm_vcpu *vcpu, unsigned long val) in nested_host_cr0_valid() function
Dnested.c2885 if (CC(!nested_host_cr0_valid(vcpu, vmcs12->host_cr0)) || in nested_vmx_check_host_state()
5146 if (!nested_host_cr0_valid(vcpu, kvm_read_cr0(vcpu)) || in handle_vmxon()
Dvmx.c5287 !nested_host_cr0_valid(vcpu, val)) in handle_set_cr0()