Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/include/asm/
Dproc-fns.h85 extern void cpu_do_switch_mm(phys_addr_t pgd_phys, struct mm_struct *mm);
103 #define cpu_do_switch_mm processor.switch_mm macro
116 #define cpu_switch_mm(pgd,mm) cpu_do_switch_mm(virt_to_phys(pgd),mm)
Dglue-proc.h257 #define cpu_do_switch_mm __glue(CPU_NAME,_switch_mm) macro
/linux-4.4.14/arch/arm64/include/asm/
Dproc-fns.h32 extern void cpu_do_switch_mm(unsigned long pgd_phys, struct mm_struct *mm);
41 cpu_do_switch_mm(virt_to_phys(pgd),mm); \
/linux-4.4.14/arch/unicore32/include/asm/
Dcpu-single.h21 #define cpu_switch_mm(pgd, mm) cpu_do_switch_mm(virt_to_phys(pgd), mm)
38 extern void cpu_do_switch_mm(unsigned long pgd_phys, struct mm_struct *mm);
/linux-4.4.14/arch/arm64/mm/
Dproc.S135 ENTRY(cpu_do_switch_mm)
141 ENDPROC(cpu_do_switch_mm)
/linux-4.4.14/arch/unicore32/mm/
Dproc-ucv2.S103 ENTRY(cpu_do_switch_mm)