Home
last modified time | relevance | path

Searched refs:arch_uprobe_xol_was_trapped (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Duprobes.h43 extern bool arch_uprobe_xol_was_trapped(struct task_struct *tsk);
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Duprobes.c85 bool arch_uprobe_xol_was_trapped(struct task_struct *t) in arch_uprobe_xol_was_trapped() function
/OK3568_Linux_fs/kernel/arch/csky/kernel/probes/
H A Duprobes.c75 bool arch_uprobe_xol_was_trapped(struct task_struct *t) in arch_uprobe_xol_was_trapped() function
/OK3568_Linux_fs/kernel/arch/arm64/kernel/probes/
H A Duprobes.c90 bool arch_uprobe_xol_was_trapped(struct task_struct *t) in arch_uprobe_xol_was_trapped() function
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Duprobes.c146 bool arch_uprobe_xol_was_trapped(struct task_struct *tsk) in arch_uprobe_xol_was_trapped() function
/OK3568_Linux_fs/kernel/include/linux/
H A Duprobes.h133 extern bool arch_uprobe_xol_was_trapped(struct task_struct *tsk);
/OK3568_Linux_fs/kernel/arch/arm/probes/uprobes/
H A Dcore.c162 bool arch_uprobe_xol_was_trapped(struct task_struct *t) in arch_uprobe_xol_was_trapped() function
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Duprobes.c304 bool arch_uprobe_xol_was_trapped(struct task_struct *t) in arch_uprobe_xol_was_trapped() function
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Duprobes.c45 bool arch_uprobe_xol_was_trapped(struct task_struct *tsk) in arch_uprobe_xol_was_trapped() function
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Duprobes.c946 bool arch_uprobe_xol_was_trapped(struct task_struct *t) in arch_uprobe_xol_was_trapped() function
/OK3568_Linux_fs/kernel/kernel/events/
H A Duprobes.c1981 if (__fatal_signal_pending(t) || arch_uprobe_xol_was_trapped(t)) { in uprobe_deny_signal()