Home
last modified time | relevance | path

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

/arch/powerpc/lib/
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()
/arch/x86/include/asm/
A Dmmu_context.h285 extern struct mm_struct *use_temporary_mm(struct mm_struct *temp_mm);
/arch/x86/mm/
A Dtlb.c992 struct mm_struct *use_temporary_mm(struct mm_struct *temp_mm) in use_temporary_mm() argument
1008 switch_mm_irqs_off(NULL, temp_mm, current); in use_temporary_mm()

Completed in 12 milliseconds