Home
last modified time | relevance | path

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

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