Searched refs:uprobes_state (Results 1 – 4 of 4) sorted by relevance
101 struct uprobes_state { struct142 struct uprobes_state { struct
728 struct uprobes_state uprobes_state; member
1447 if (mm->uprobes_state.xol_area) { in xol_add_vma()1472 smp_store_release(&mm->uprobes_state.xol_area, area); /* ^^^ */ in xol_add_vma()1532 if (!mm->uprobes_state.xol_area) in get_xol_area()1536 area = READ_ONCE(mm->uprobes_state.xol_area); /* ^^^ */ in get_xol_area()1545 struct xol_area *area = mm->uprobes_state.xol_area; in uprobe_clear_state()1638 if (!tsk->mm || !tsk->mm->uprobes_state.xol_area || !tsk->utask) in xol_free_insn_slot()1645 area = tsk->mm->uprobes_state.xol_area; in xol_free_insn_slot()1814 area = mm->uprobes_state.xol_area; in uprobe_copy_process()1838 area = READ_ONCE(current->mm->uprobes_state.xol_area); /* ^^^ */ in get_trampoline_vaddr()
1117 mm->uprobes_state.xol_area = NULL; in mm_init_uprobes_state()
Completed in 16 milliseconds