Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/parisc/include/uapi/asm/
A Dptrace.h89 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
/linux-6.3-rc2/arch/x86/include/uapi/asm/
A Dptrace-abi.h88 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
/linux-6.3-rc2/arch/m68k/include/uapi/asm/
A Dptrace.h79 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
/linux-6.3-rc2/arch/ia64/include/uapi/asm/
A Dptrace.h240 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
/linux-6.3-rc2/arch/powerpc/include/uapi/asm/
A Dptrace.h197 #define PTRACE_SINGLEBLOCK 0x100 /* resume execution until next branch */ macro
/linux-6.3-rc2/kernel/
A Dptrace.c830 #ifdef PTRACE_SINGLEBLOCK
831 #define is_singleblock(request) ((request) == PTRACE_SINGLEBLOCK)
1209 #ifdef PTRACE_SINGLEBLOCK in ptrace_request()
1210 case PTRACE_SINGLEBLOCK: in ptrace_request()
/linux-6.3-rc2/arch/s390/include/uapi/asm/
A Dptrace.h411 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
/linux-6.3-rc2/tools/arch/s390/include/uapi/asm/
A Dptrace.h411 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro

Completed in 14 milliseconds