Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.h328 u64 construct_eptp(struct kvm_vcpu *vcpu, unsigned long root_hpa);
488 u64 construct_eptp(struct kvm_vcpu *vcpu, unsigned long root_hpa);
496 ept_sync_context(construct_eptp(vcpu, in __vmx_flush_tlb()
Dvmx.c2981 u64 construct_eptp(struct kvm_vcpu *vcpu, unsigned long root_hpa) in construct_eptp() function
3003 eptp = construct_eptp(vcpu, cr3); in vmx_set_cr3()
Dnested.c1989 vmcs_write64(EPT_POINTER, construct_eptp(&vmx->vcpu, 0)); in prepare_vmcs02_constant_state()