Searched refs:construct_eptp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/ |
H A D | vmx.h | 355 u64 construct_eptp(struct kvm_vcpu *vcpu, unsigned long root_hpa,
|
H A D | vmx.c | 3014 ept_sync_context(construct_eptp(vcpu, root_hpa, in vmx_flush_tlb_current() 3162 u64 construct_eptp(struct kvm_vcpu *vcpu, unsigned long root_hpa, in construct_eptp() function 3186 eptp = construct_eptp(vcpu, pgd, pgd_level); in vmx_load_mmu_pgd()
|
H A D | nested.c | 2181 construct_eptp(&vmx->vcpu, 0, PT64_ROOT_4LEVEL)); in prepare_vmcs02_constant_state()
|
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/ |
H A D | vmx.h | 398 u64 construct_eptp(struct kvm_vcpu *vcpu, hpa_t root_hpa, int root_level);
|
H A D | vmx.c | 3209 ept_sync_context(construct_eptp(vcpu, root_hpa, in vmx_flush_tlb_current() 3376 u64 construct_eptp(struct kvm_vcpu *vcpu, hpa_t root_hpa, int root_level) in construct_eptp() function 3399 eptp = construct_eptp(vcpu, root_hpa, root_level); in vmx_load_mmu_pgd()
|
H A D | nested.c | 2184 construct_eptp(&vmx->vcpu, 0, PT64_ROOT_4LEVEL)); in prepare_vmcs02_constant_state()
|
Completed in 37 milliseconds