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

/linux-master/arch/mips/kvm/
H A Dtlb.c42 struct mm_struct *gpa_mm = &vcpu->kvm->arch.gpa_mm; local
47 return cpu_asid(smp_processor_id(), gpa_mm);
H A Dmmu.c146 return kvm_mips_walk_pgd(kvm->arch.gpa_mm.pgd, cache, addr);
272 return kvm_mips_flush_gpa_pgd(kvm->arch.gpa_mm.pgd,
398 return kvm_mips_mkclean_pgd(kvm->arch.gpa_mm.pgd,
436 return kvm_mips_mkold_pgd(kvm->arch.gpa_mm.pgd,
H A Dmips.c153 kvm->arch.gpa_mm.pgd = kvm_pgd_alloc();
154 if (!kvm->arch.gpa_mm.pgd)
168 pgd_free(NULL, kvm->arch.gpa_mm.pgd);
H A Dentry.c266 UASM_i_LW(&p, GPR_A0, offsetof(struct kvm, arch.gpa_mm.pgd), GPR_S0);
309 offsetof(struct kvm, arch.gpa_mm.context.asid));
H A Dvz.c2505 struct mm_struct *gpa_mm = &kvm->arch.gpa_mm; local
2557 get_new_mmu_context(gpa_mm);
2559 check_mmu_context(gpa_mm);
/linux-master/arch/mips/include/asm/
H A Dkvm_host.h177 struct mm_struct gpa_mm; member in struct:kvm_arch

Completed in 776 milliseconds