Searched refs:orig_mm (Results 1 – 2 of 2) sorted by relevance
86 struct mm_struct *orig_mm = current->active_mm; in start_using_temp_mm() local89 switch_mm_irqs_off(orig_mm, temp_mm, current); in start_using_temp_mm()94 return orig_mm; in start_using_temp_mm()98 struct mm_struct *orig_mm) in stop_using_temp_mm() argument101 switch_mm_irqs_off(temp_mm, orig_mm, current); in stop_using_temp_mm()289 struct mm_struct *orig_mm; in __do_patch_mem_mm() local308 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()470 struct mm_struct *patching_mm, *orig_mm; in __do_patch_instructions_mm() local494 orig_mm = start_using_temp_mm(patching_mm); in __do_patch_instructions_mm()[all …]
143 struct drm_mm_node orig_mm = {}; in initial_plane_vma() local222 ret = i915_gem_gtt_reserve(&ggtt->vm, NULL, &orig_mm, in initial_plane_vma()238 if (drm_mm_node_allocated(&orig_mm)) { in initial_plane_vma()239 drm_mm_remove_node(&orig_mm); in initial_plane_vma()254 if (drm_mm_node_allocated(&orig_mm)) in initial_plane_vma()255 drm_mm_remove_node(&orig_mm); in initial_plane_vma()264 if (drm_mm_node_allocated(&orig_mm)) in initial_plane_vma()265 drm_mm_remove_node(&orig_mm); in initial_plane_vma()