Home
last modified time | relevance | path

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

/openbmc/linux/arch/csky/kernel/probes/
H A Duprobes.c12 #define UPROBE_TRAP_NR UINT_MAX macro
53 current->thread.trap_no = UPROBE_TRAP_NR; in arch_uprobe_pre_xol()
66 WARN_ON_ONCE(current->thread.trap_no != UPROBE_TRAP_NR); in arch_uprobe_post_xol()
78 if (t->thread.trap_no != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped()
/openbmc/linux/arch/powerpc/kernel/
H A Duprobes.c19 #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()
/openbmc/linux/arch/riscv/kernel/probes/
H A Duprobes.c10 #define UPROBE_TRAP_NR UINT_MAX macro
64 current->thread.bad_cause = UPROBE_TRAP_NR; in arch_uprobe_pre_xol()
75 WARN_ON_ONCE(current->thread.bad_cause != UPROBE_TRAP_NR); in arch_uprobe_post_xol()
85 if (t->thread.bad_cause != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped()
/openbmc/linux/arch/loongarch/kernel/
H A Duprobes.c8 #define UPROBE_TRAP_NR UINT_MAX macro
43 current->thread.trap_nr = UPROBE_TRAP_NR; in arch_uprobe_pre_xol()
54 WARN_ON_ONCE(current->thread.trap_nr != UPROBE_TRAP_NR); in arch_uprobe_post_xol()
78 if (t->thread.trap_nr != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped()
/openbmc/linux/arch/arm/probes/uprobes/
H A Dcore.c21 #define UPROBE_TRAP_NR UINT_MAX macro
141 current->thread.trap_no = UPROBE_TRAP_NR; in arch_uprobe_pre_xol()
151 WARN_ON_ONCE(current->thread.trap_no != UPROBE_TRAP_NR); in arch_uprobe_post_xol()
164 if (t->thread.trap_no != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped()
/openbmc/linux/arch/mips/kernel/
H A Duprobes.c98 #define UPROBE_TRAP_NR ULONG_MAX macro
120 current->thread.trap_nr = UPROBE_TRAP_NR; in arch_uprobe_pre_xol()
148 if (tsk->thread.trap_nr != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped()
/openbmc/linux/arch/s390/kernel/
H A Duprobes.c21 #define UPROBE_TRAP_NR UINT_MAX macro
38 regs->int_code = UPROBE_TRAP_NR; in arch_uprobe_pre_xol()
49 if (regs->int_code != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped()
/openbmc/linux/arch/x86/kernel/
H A Duprobes.c38 #define UPROBE_TRAP_NR UINT_MAX macro
928 current->thread.trap_nr = UPROBE_TRAP_NR; in arch_uprobe_pre_xol()
950 if (t->thread.trap_nr != UPROBE_TRAP_NR) in arch_uprobe_xol_was_trapped()
969 WARN_ON_ONCE(current->thread.trap_nr != UPROBE_TRAP_NR); in arch_uprobe_post_xol()