Searched refs:patching_mm (Results 1 – 1 of 1) sorted by relevance
288 struct mm_struct *patching_mm; in __do_patch_mem_mm() local292 patching_mm = __this_cpu_read(cpu_patching_context.mm); in __do_patch_mem_mm()296 pte = get_locked_pte(patching_mm, text_poke_addr, &ptl); in __do_patch_mem_mm()308 orig_mm = start_using_temp_mm(patching_mm); in __do_patch_mem_mm()313 stop_using_temp_mm(patching_mm, orig_mm); in __do_patch_mem_mm()315 pte_clear(patching_mm, text_poke_addr, pte); in __do_patch_mem_mm()470 struct mm_struct *patching_mm, *orig_mm; in __do_patch_instructions_mm() local478 patching_mm = __this_cpu_read(cpu_patching_context.mm); in __do_patch_instructions_mm()494 orig_mm = start_using_temp_mm(patching_mm); in __do_patch_instructions_mm()499 stop_using_temp_mm(patching_mm, orig_mm); in __do_patch_instructions_mm()[all …]
Completed in 5 milliseconds