Searched refs:uprobes_state (Results 1 – 4 of 4) sorted by relevance
114 struct uprobes_state { struct153 struct uprobes_state { struct
484 struct uprobes_state uprobes_state; member
1149 if (mm->uprobes_state.xol_area) { in xol_add_vma()1174 smp_store_release(&mm->uprobes_state.xol_area, area); /* ^^^ */ in xol_add_vma()1234 if (!mm->uprobes_state.xol_area) in get_xol_area()1238 area = READ_ONCE(mm->uprobes_state.xol_area); /* ^^^ */ in get_xol_area()1247 struct xol_area *area = mm->uprobes_state.xol_area; in uprobe_clear_state()1336 if (!tsk->mm || !tsk->mm->uprobes_state.xol_area || !tsk->utask) in xol_free_insn_slot()1343 area = tsk->mm->uprobes_state.xol_area; in xol_free_insn_slot()1512 area = mm->uprobes_state.xol_area; in uprobe_copy_process()1536 area = READ_ONCE(current->mm->uprobes_state.xol_area); /* ^^^ */ in get_trampoline_vaddr()
920 mm->uprobes_state.xol_area = NULL; in mm_init_uprobes_state()