Searched refs:construct_eptp (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
D | vmx.h | 355 u64 construct_eptp(struct kvm_vcpu *vcpu, unsigned long root_hpa,
|
D | vmx.c | 3009 ept_sync_context(construct_eptp(vcpu, root_hpa, in vmx_flush_tlb_current() 3138 u64 construct_eptp(struct kvm_vcpu *vcpu, unsigned long root_hpa, in construct_eptp() function 3162 eptp = construct_eptp(vcpu, pgd, pgd_level); in vmx_load_mmu_pgd()
|
D | nested.c | 2177 construct_eptp(&vmx->vcpu, 0, PT64_ROOT_4LEVEL)); in prepare_vmcs02_constant_state()
|