Searched defs:cpu_switch_mm (Results 1 – 4 of 4) sorted by relevance
120 #define cpu_switch_mm(pgd,mm) cpu_do_switch_mm(virt_to_phys(pgd),mm) macro151 #define cpu_switch_mm(pgd,mm) { } macro
21 #define cpu_switch_mm(pgd, mm) cpu_do_switch_mm(virt_to_phys(pgd), mm) macro
58 static inline void cpu_switch_mm(pgd_t *pgd, struct mm_struct *mm) in cpu_switch_mm() function
526 void cpu_switch_mm(struct mm_struct *mm) in cpu_switch_mm() function