Searched refs:singlestep (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/um/kernel/ |
D | signal.c | 24 int singlestep = 0; in handle_signal() local 29 singlestep = 1; in handle_signal() 64 signal_setup_done(err, ksig, singlestep); in handle_signal()
|
/linux-4.4.14/arch/sh/include/asm/ |
D | traps.h | 16 BUILD_TRAP_HANDLER(singlestep);
|
/linux-4.4.14/arch/arm/probes/kprobes/ |
D | core.c | 233 singlestep(struct kprobe *p, struct pt_regs *regs, struct kprobe_ctlblk *kcb) in singlestep() function 278 singlestep(p, regs, kcb); in kprobe_handler() 299 singlestep(p, regs, kcb); in kprobe_handler() 318 singlestep(cur, regs, kcb); in kprobe_handler()
|
/linux-4.4.14/arch/sh/kernel/ |
D | kgdb.c | 304 BUILD_TRAP_HANDLER(singlestep) in BUILD_TRAP_HANDLER() argument
|
/linux-4.4.14/include/uapi/linux/ |
D | kvm.h | 79 __u32 singlestep; member
|