Home
last modified time | relevance | path

Searched refs:gpa_mm (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/arch/mips/kvm/
Dtlb.c46 struct mm_struct *gpa_mm = &vcpu->kvm->arch.gpa_mm; in kvm_mips_get_root_asid() local
51 return cpu_asid(smp_processor_id(), gpa_mm); in kvm_mips_get_root_asid()
Dmmu.c147 return kvm_mips_walk_pgd(kvm->arch.gpa_mm.pgd, cache, addr); in kvm_mips_pte_for_gpa()
273 return kvm_mips_flush_gpa_pgd(kvm->arch.gpa_mm.pgd, in kvm_mips_flush_gpa_pt()
399 return kvm_mips_mkclean_pgd(kvm->arch.gpa_mm.pgd, in BUILD_PTE_RANGE_OP()
437 return kvm_mips_mkold_pgd(kvm->arch.gpa_mm.pgd, in BUILD_PTE_RANGE_OP()
Dentry.c326 UASM_i_LW(&p, A0, offsetof(struct kvm, arch.gpa_mm.pgd), S0); in kvm_mips_build_enter_guest()
369 offsetof(struct kvm, arch.gpa_mm.context.asid)); in kvm_mips_build_enter_guest()
Dmips.c154 kvm->arch.gpa_mm.pgd = kvm_pgd_alloc(); in kvm_arch_init_vm()
155 if (!kvm->arch.gpa_mm.pgd) in kvm_arch_init_vm()
188 pgd_free(NULL, kvm->arch.gpa_mm.pgd); in kvm_mips_free_gpa_pt()
Dvz.c2501 struct mm_struct *gpa_mm = &kvm->arch.gpa_mm; in kvm_vz_vcpu_load_tlb() local
2553 get_new_mmu_context(gpa_mm); in kvm_vz_vcpu_load_tlb()
2555 check_mmu_context(gpa_mm); in kvm_vz_vcpu_load_tlb()
/Linux-v5.10/arch/mips/include/asm/
Dkvm_host.h220 struct mm_struct gpa_mm; member