Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/kvm/vmx/
Dvmx.h471 static inline bool vmx_need_pf_intercept(struct kvm_vcpu *vcpu) in vmx_need_pf_intercept() function
Dnested.c2459 if (vmx_need_pf_intercept(&vmx->vcpu)) { in prepare_vmcs02_rare()
Dvmx.c830 if (!vmx_need_pf_intercept(vcpu)) in update_exception_bitmap()