Home
last modified time | relevance | path

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

/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 Dentry.c266 UASM_i_LW(&p, GPR_A0, offsetof(struct kvm, arch.gpa_mm.pgd), GPR_S0); in kvm_mips_build_enter_guest()
309 offsetof(struct kvm, arch.gpa_mm.context.asid)); in kvm_mips_build_enter_guest()
H A Dmips.c151 kvm->arch.gpa_mm.pgd = kvm_pgd_alloc(); in kvm_arch_init_vm()
152 if (!kvm->arch.gpa_mm.pgd) in kvm_arch_init_vm()
166 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()
/linux/arch/mips/include/asm/
H A Dkvm_host.h177 struct mm_struct gpa_mm; member