Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.h401 u64 construct_eptp(struct kvm_vcpu *vcpu, hpa_t root_hpa, int root_level);
H A Dvmx.c3250 ept_sync_context(construct_eptp(vcpu, root_hpa, in vmx_flush_tlb_current()
3417 u64 construct_eptp(struct kvm_vcpu *vcpu, hpa_t root_hpa, int root_level) in construct_eptp() function
3439 eptp = construct_eptp(vcpu, root_hpa, root_level); in vmx_load_mmu_pgd()
H A Dnested.c2271 construct_eptp(&vmx->vcpu, 0, PT64_ROOT_4LEVEL)); in prepare_vmcs02_constant_state()