Home
last modified time | relevance | path

Searched refs:NT_ARM_SYSTEM_CALL (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Delf.h400 #define NT_ARM_SYSTEM_CALL 0x404 /* ARM system call number */ macro
/linux-4.4.14/arch/arm64/kernel/
Dptrace.c646 .core_note_type = NT_ARM_SYSTEM_CALL,
927 .core_note_type = NT_ARM_SYSTEM_CALL,
/linux-4.4.14/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1294 # ifndef NT_ARM_SYSTEM_CALL in change_syscall()
1295 # define NT_ARM_SYSTEM_CALL 0x404 in change_syscall() macro
1300 ret = ptrace(PTRACE_SETREGSET, tracee, NT_ARM_SYSTEM_CALL, in change_syscall()