Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
H A 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)
H A Dglue-proc.h254 #define cpu_do_switch_mm __glue(CPU_NAME,_switch_mm) macro
/linux/arch/arm/mm/
H A 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/arch/arm64/mm/
H A Dcontext.c349 void cpu_do_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm) in cpu_do_switch_mm() function