Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/include/asm/
Dproc-fns.h81 extern void cpu_do_switch_mm(unsigned long pgd_phys, struct mm_struct *mm);
91 #define cpu_do_switch_mm(pgd,mm) processor.switch_mm(pgd,mm) macro
100 #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-2.6.39/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-2.6.39/arch/unicore32/mm/
Dproc-ucv2.S103 ENTRY(cpu_do_switch_mm)