Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kvm/
H A Dtlb.c42 struct mm_struct *gpa_mm = &vcpu->kvm->arch.gpa_mm; in kvm_mips_get_root_asid() local
47 return cpu_asid(smp_processor_id(), gpa_mm); in kvm_mips_get_root_asid()
H A Dmmu.c146 return kvm_mips_walk_pgd(kvm->arch.gpa_mm.pgd, cache, addr); in kvm_mips_pte_for_gpa()
272 return kvm_mips_flush_gpa_pgd(kvm->arch.gpa_mm.pgd, in kvm_mips_flush_gpa_pt()
398 return kvm_mips_mkclean_pgd(kvm->arch.gpa_mm.pgd, in BUILD_PTE_RANGE_OP()
436 return kvm_mips_mkold_pgd(kvm->arch.gpa_mm.pgd, in BUILD_PTE_RANGE_OP()
H A Dentry.c319 UASM_i_LW(&p, A0, offsetof(struct kvm, arch.gpa_mm.pgd), S0); in kvm_mips_build_enter_guest()
362 offsetof(struct kvm, arch.gpa_mm.context.asid)); in kvm_mips_build_enter_guest()
H A Dmips.c153 kvm->arch.gpa_mm.pgd = kvm_pgd_alloc(); in kvm_arch_init_vm()
154 if (!kvm->arch.gpa_mm.pgd) in kvm_arch_init_vm()
168 pgd_free(NULL, kvm->arch.gpa_mm.pgd); in kvm_mips_free_gpa_pt()
H A Dvz.c2505 struct mm_struct *gpa_mm = &kvm->arch.gpa_mm; in kvm_vz_vcpu_load_tlb() local
2557 get_new_mmu_context(gpa_mm); in kvm_vz_vcpu_load_tlb()
2559 check_mmu_context(gpa_mm); in kvm_vz_vcpu_load_tlb()
/openbmc/linux/arch/mips/include/asm/
H A Dkvm_host.h177 struct mm_struct gpa_mm; member