Searched refs:PTRACE_SINGLEBLOCK (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/parisc/include/uapi/asm/
H A Dptrace.h86 * the most correct (and we also want to support PTRACE_SINGLEBLOCK
89 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
/linux-master/arch/x86/include/uapi/asm/
H A Dptrace-abi.h88 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
/linux-master/arch/m68k/include/uapi/asm/
H A Dptrace.h79 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
/linux-master/arch/powerpc/include/uapi/asm/
H A Dptrace.h197 #define PTRACE_SINGLEBLOCK 0x100 /* resume execution until next branch */ macro
/linux-master/kernel/
H A Dptrace.c811 #ifdef PTRACE_SINGLEBLOCK
812 #define is_singleblock(request) ((request) == PTRACE_SINGLEBLOCK)
1190 #ifdef PTRACE_SINGLEBLOCK
1191 case PTRACE_SINGLEBLOCK:
/linux-master/arch/s390/include/uapi/asm/
H A Dptrace.h408 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro

Completed in 284 milliseconds