Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm/include/asm/
Dproc-fns.h90 extern void cpu_do_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
141 #define cpu_do_switch_mm PROC_VTABLE(switch_mm) macro
152 #define cpu_switch_mm(pgd,mm) cpu_do_switch_mm(virt_to_phys(pgd),mm)
Dglue-proc.h254 #define cpu_do_switch_mm __glue(CPU_NAME,_switch_mm) macro
/linux-6.12.1/arch/arm/mm/
Dproc-v7-bugs.c90 cpu_do_switch_mm = cpu_v7_hvc_switch_mm; in spectre_v2_install_workaround()
97 cpu_do_switch_mm = cpu_v7_smc_switch_mm; in spectre_v2_install_workaround()
/linux-6.12.1/arch/arm64/include/asm/
Dmmu_context.h55 void cpu_do_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
60 cpu_do_switch_mm(virt_to_phys(pgd),mm); in cpu_switch_mm()
/linux-6.12.1/arch/arm64/mm/
Dcontext.c349 void cpu_do_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm) in cpu_do_switch_mm() function