Home
last modified time | relevance | path

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

/linux/arch/powerpc/lib/
H A Dcode-patching.c84 static struct mm_struct *start_using_temp_mm(struct mm_struct *temp_mm) in start_using_temp_mm() argument
89 switch_mm_irqs_off(orig_mm, temp_mm, current); in start_using_temp_mm()
91 WARN_ON(!mm_is_thread_local(temp_mm)); in start_using_temp_mm()
97 static void stop_using_temp_mm(struct mm_struct *temp_mm, in stop_using_temp_mm() argument
101 switch_mm_irqs_off(temp_mm, orig_mm, current); in stop_using_temp_mm()