Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mm/
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);
/kernel/linux/linux-5.10/arch/arm/include/asm/
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);
/kernel/linux/linux-5.10/arch/arm64/mm/
Dcontext.c349 void cpu_do_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm) in cpu_do_switch_mm() argument
353 unsigned long ttbr0 = phys_to_ttbr(pgd_phys); in cpu_do_switch_mm()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dmmu_context.h49 void cpu_do_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
Dkvm_mmu.h266 baddr = mmu->pgd_phys; in kvm_get_vttbr()
Dkvm_host.h83 phys_addr_t pgd_phys; member
/kernel/linux/linux-5.10/arch/arm64/kvm/
Dmmu.c392 mmu->pgd_phys = __pa(pgt->pgd); in kvm_init_stage2_mmu()
478 mmu->pgd_phys = 0; in kvm_free_stage2_pgd()