Searched refs:pgd_phys (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/arm/mm/ |
| H A D | proc.c | 26 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 D | proc-v7-bugs.c | 41 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 D | proc-fns.h | 64 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/arm64/mm/ |
| H A D | context.c | 349 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()
|
| /linux/arch/riscv/include/asm/ |
| H A D | kvm_host.h | 96 phys_addr_t pgd_phys; member
|
| /linux/arch/arm64/kvm/ |
| H A D | mmu.c | 1007 mmu->pgd_phys = __pa(pgt->pgd); in kvm_init_stage2_mmu() 1105 mmu->pgd_phys = 0; in kvm_free_stage2_pgd()
|