Searched refs:temp_mm (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/lib/
H A Dcode-patching.c82 static struct mm_struct *start_using_temp_mm(struct mm_struct *temp_mm) argument
87 switch_mm_irqs_off(orig_mm, temp_mm, current);
89 WARN_ON(!mm_is_thread_local(temp_mm));
95 static void stop_using_temp_mm(struct mm_struct *temp_mm, argument
99 switch_mm_irqs_off(temp_mm, orig_mm, current);

Completed in 75 milliseconds