Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/include/uapi/asm/
H A Dptrace.h77 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Dptrace-abi.h88 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
/kernel/linux/linux-6.6/arch/m68k/include/uapi/asm/
H A Dptrace.h79 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Dptrace-abi.h88 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dptrace-abi.h80 #define PTRACE_SINGLEBLOCK 33 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dptrace-abi.h80 #define PTRACE_SINGLEBLOCK 33 macro
/kernel/linux/linux-5.10/arch/ia64/include/uapi/asm/
H A Dptrace.h240 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
/kernel/linux/linux-6.6/arch/ia64/include/uapi/asm/
H A Dptrace.h240 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
/kernel/linux/linux-5.10/arch/powerpc/include/uapi/asm/
H A Dptrace.h197 #define PTRACE_SINGLEBLOCK 0x100 /* resume execution until next branch */ macro
/kernel/linux/linux-6.6/arch/powerpc/include/uapi/asm/
H A Dptrace.h197 #define PTRACE_SINGLEBLOCK 0x100 /* resume execution until next branch */ macro
/kernel/linux/linux-5.10/kernel/
H A Dptrace.c821 #ifdef PTRACE_SINGLEBLOCK
822 #define is_singleblock(request) ((request) == PTRACE_SINGLEBLOCK)
1210 #ifdef PTRACE_SINGLEBLOCK in ptrace_request()
1211 case PTRACE_SINGLEBLOCK: in ptrace_request()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/s390/include/uapi/asm/
H A Dptrace.h410 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
/kernel/linux/linux-6.6/arch/s390/include/uapi/asm/
H A Dptrace.h408 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro
/kernel/linux/linux-5.10/tools/arch/s390/include/uapi/asm/
H A Dptrace.h410 #define PTRACE_SINGLEBLOCK 12 /* resume execution until next branch */ macro

Completed in 16 milliseconds