Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/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.1.27/arch/x86/kernel/
Duprobes.c50 #define UPROBE_TRAP_NR UINT_MAX macro
835 current->thread.trap_nr = UPROBE_TRAP_NR; in arch_uprobe_pre_xol()
857 if (t->thread.trap_nr != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped()
876 WARN_ON_ONCE(current->thread.trap_nr != UPROBE_TRAP_NR); in arch_uprobe_post_xol()
/linux-4.1.27/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()