Home
last modified time | relevance | path

Searched refs:nested_host_cr0_valid (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dnested.h270 static inline bool nested_host_cr0_valid(struct kvm_vcpu *vcpu, unsigned long val) in nested_host_cr0_valid() function
H A Dnested.c2889 if (CC(!nested_host_cr0_valid(vcpu, vmcs12->host_cr0)) || in nested_vmx_check_host_state()
4964 if (!nested_host_cr0_valid(vcpu, kvm_read_cr0(vcpu)) || in handle_vmon()
H A Dvmx.c5109 !nested_host_cr0_valid(vcpu, val)) in handle_set_cr0()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dnested.h270 static inline bool nested_host_cr0_valid(struct kvm_vcpu *vcpu, unsigned long val) in nested_host_cr0_valid() function
H A Dnested.c2913 if (CC(!nested_host_cr0_valid(vcpu, vmcs12->host_cr0)) || in nested_vmx_check_host_state()
5196 if (!nested_host_cr0_valid(vcpu, kvm_read_cr0(vcpu)) || in handle_vmxon()
H A Dvmx.c3275 return nested_host_cr0_valid(vcpu, cr0); in vmx_is_valid_cr0()

Completed in 35 milliseconds