Home
last modified time | relevance | path

Searched refs:pgd_phys (Results 1 – 7 of 7) sorted by relevance

/linux/arch/arm/mm/
H A Dproc.c26 void cpu_arm7tdmi_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
41 void cpu_arm720_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
58 void cpu_arm740_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
73 void cpu_arm9tdmi_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
88 void cpu_arm920_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
111 void cpu_arm922_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
128 void cpu_arm925_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
145 void cpu_arm926_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
168 void cpu_arm940_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
183 void cpu_arm946_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
[all …]
H A Dproc-v7-bugs.c41 extern void cpu_v7_iciallu_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
42 extern void cpu_v7_bpiall_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
43 extern void cpu_v7_smc_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
44 extern void cpu_v7_hvc_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
/linux/arch/arm/include/asm/
H A Dproc-fns.h64 void (*switch_mm)(phys_addr_t pgd_phys, struct mm_struct *mm);
90 extern void cpu_do_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
/linux/arch/riscv/kvm/
H A Dmmu.c550 kvm->arch.pgd_phys = page_to_phys(pgd_page); in kvm_riscv_mmu_alloc_pgd()
568 kvm->arch.pgd_phys = 0; in kvm_riscv_mmu_free_pgd()
584 hgatp |= (ka->pgd_phys >> PAGE_SHIFT) & HGATP_PPN; in kvm_riscv_mmu_update_hgatp()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c178 mmu->pgd_phys = __hyp_pa(host_mmu.pgt.pgd); in kvm_host_prepare_stage2()
304 vm->kvm.arch.mmu.pgd_phys = __hyp_pa(vm->pgt.pgd); in kvm_guest_prepare_stage2()
317 vm->kvm.arch.mmu.pgd_phys = 0ULL; in reclaim_pgtable_pages()
/linux/arch/arm64/kvm/
H A Dmmu.c1007 mmu->pgd_phys = __pa(pgt->pgd); in kvm_init_stage2_mmu()
1106 mmu->pgd_phys = 0; in kvm_free_stage2_pgd()
/linux/arch/arm64/include/asm/
H A Dkvm_host.h166 phys_addr_t pgd_phys; member