Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/lib/
H A Dcode-patching.c83 struct mm_struct *orig_mm = current->active_mm; in start_using_temp_mm() local
86 switch_mm_irqs_off(orig_mm, temp_mm, current); in start_using_temp_mm()
91 return orig_mm; in start_using_temp_mm()
95 struct mm_struct *orig_mm) in stop_using_temp_mm() argument
98 switch_mm_irqs_off(temp_mm, orig_mm, current); in stop_using_temp_mm()
289 struct mm_struct *orig_mm; in __do_patch_instruction_mm() local
308 orig_mm = start_using_temp_mm(patching_mm); in __do_patch_instruction_mm()
317 stop_using_temp_mm(patching_mm, orig_mm); in __do_patch_instruction_mm()