Searched refs:uprobes_state (Results 1 – 4 of 4) sorted by relevance
104 struct uprobes_state { struct148 struct uprobes_state { struct
988 struct uprobes_state uprobes_state; member
1471 struct xol_area *area = vma->vm_mm->uprobes_state.xol_area; in xol_fault()1492 if (mm->uprobes_state.xol_area) { in xol_add_vma()1517 smp_store_release(&mm->uprobes_state.xol_area, area); /* ^^^ */ in xol_add_vma()1583 if (!mm->uprobes_state.xol_area) in get_xol_area()1587 area = READ_ONCE(mm->uprobes_state.xol_area); /* ^^^ */ in get_xol_area()1596 struct xol_area *area = mm->uprobes_state.xol_area; in uprobe_clear_state()1689 if (!tsk->mm || !tsk->mm->uprobes_state.xol_area || !tsk->utask) in xol_free_insn_slot()1696 area = tsk->mm->uprobes_state.xol_area; in xol_free_insn_slot()1865 area = mm->uprobes_state.xol_area; in uprobe_copy_process()1889 area = READ_ONCE(current->mm->uprobes_state.xol_area); /* ^^^ */ in uprobe_get_trampoline_vaddr()
1251 mm->uprobes_state.xol_area = NULL; in mm_init_uprobes_state()