Searched refs:NT_ARM_TLS (Results 1 – 3 of 3) sorted by relevance
/linux/tools/testing/selftests/arm64/abi/ |
H A D | ptrace.c | 45 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov); in test_tpidr() 51 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_TLS, &write_iov); in test_tpidr() 55 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov); in test_tpidr() 61 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov); in test_tpidr() 82 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_TLS, &write_iov); in test_tpidr() 90 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, &read_iov); in test_tpidr() 112 ret = ptrace(PTRACE_SETREGSET, child, NT_ARM_TLS, &write_iov); in test_tpidr() 117 ret = ptrace(PTRACE_GETREGSET, child, NT_ARM_TLS, in test_tpidr()
|
/linux/include/uapi/linux/ |
H A D | elf.h | 431 #define NT_ARM_TLS 0x401 /* ARM TLS register */ macro
|
/linux/arch/arm64/kernel/ |
H A D | ptrace.c | 1613 .core_note_type = NT_ARM_TLS, 1990 .core_note_type = NT_ARM_TLS,
|