Home
last modified time | relevance | path

Searched refs:UPROBE_TRAP_NR (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/powerpc/kernel/
Duprobes.c31 #define UPROBE_TRAP_NR UINT_MAX macro
69 current->thread.trap_nr = UPROBE_TRAP_NR; in arch_uprobe_pre_xol()
99 if (t->thread.trap_nr != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped()
116 WARN_ON_ONCE(current->thread.trap_nr != UPROBE_TRAP_NR); in arch_uprobe_post_xol()
/linux-4.4.14/arch/arm/probes/uprobes/
Dcore.c24 #define UPROBE_TRAP_NR UINT_MAX macro
144 current->thread.trap_no = UPROBE_TRAP_NR; in arch_uprobe_pre_xol()
154 WARN_ON_ONCE(current->thread.trap_no != UPROBE_TRAP_NR); in arch_uprobe_post_xol()
167 if (t->thread.trap_no != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped()
/linux-4.4.14/arch/mips/kernel/
Duprobes.c150 #define UPROBE_TRAP_NR ULONG_MAX macro
176 current->thread.trap_nr = UPROBE_TRAP_NR; in arch_uprobe_pre_xol()
204 if (tsk->thread.trap_nr != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped()
/linux-4.4.14/arch/s390/kernel/
Duprobes.c18 #define UPROBE_TRAP_NR UINT_MAX macro
35 regs->int_code = UPROBE_TRAP_NR; in arch_uprobe_pre_xol()
46 if (regs->int_code != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped()
/linux-4.4.14/arch/x86/kernel/
Duprobes.c51 #define UPROBE_TRAP_NR UINT_MAX macro
827 current->thread.trap_nr = UPROBE_TRAP_NR; in arch_uprobe_pre_xol()
849 if (t->thread.trap_nr != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped()
868 WARN_ON_ONCE(current->thread.trap_nr != UPROBE_TRAP_NR); in arch_uprobe_post_xol()