Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.h522 static inline bool vmx_guest_state_valid(struct kvm_vcpu *vcpu) in vmx_guest_state_valid() function
H A Dnested.c2605 if (CC(!vmx_guest_state_valid(vcpu))) { in prepare_vmcs02()
H A Dvmx.c1495 return emulate_invalid_guest_state && !vmx_guest_state_valid(vcpu); in emulation_required()