Home
last modified time | relevance | path

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

/linux-4.4.14/arch/parisc/include/uapi/asm/
Dptrace.h44 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
/linux-4.4.14/arch/m68k/include/uapi/asm/
Dptrace.h76 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
/linux-4.4.14/arch/x86/include/uapi/asm/
Dptrace-abi.h87 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dptrace.h187 #define PTRACE_SINGLEBLOCK 0x100 /* resume execution until next branch */ macro
/linux-4.4.14/arch/ia64/include/uapi/asm/
Dptrace.h239 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
/linux-4.4.14/kernel/
Dptrace.c720 #ifdef PTRACE_SINGLEBLOCK
721 #define is_singleblock(request) ((request) == PTRACE_SINGLEBLOCK)
1007 #ifdef PTRACE_SINGLEBLOCK in ptrace_request()
1008 case PTRACE_SINGLEBLOCK: in ptrace_request()
/linux-4.4.14/arch/s390/include/uapi/asm/
Dptrace.h409 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro