Home
last modified time | relevance | path

Searched refs:PTRACE_SINGLEBLOCK (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/parisc/include/uapi/asm/
H A Dptrace.h89 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dptrace-abi.h88 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dptrace.h79 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
/openbmc/linux/arch/ia64/include/uapi/asm/
H A Dptrace.h240 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dptrace.h197 #define PTRACE_SINGLEBLOCK 0x100 /* resume execution until next branch */ macro
/openbmc/linux/kernel/
H A Dptrace.c831 #ifdef PTRACE_SINGLEBLOCK
832 #define is_singleblock(request) ((request) == PTRACE_SINGLEBLOCK)
1210 #ifdef PTRACE_SINGLEBLOCK in ptrace_request()
1211 case PTRACE_SINGLEBLOCK: in ptrace_request()
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dptrace.h408 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro