Searched refs:NT_ARM_TLS (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/testing/selftests/arm64/abi/ |
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-6.12.1/include/uapi/linux/ |
D | elf.h | 431 #define NT_ARM_TLS 0x401 /* ARM TLS register */ macro
|
/linux-6.12.1/arch/arm64/kernel/ |
D | ptrace.c | 1533 .core_note_type = NT_ARM_TLS, 1900 .core_note_type = NT_ARM_TLS,
|
/linux-6.12.1/Documentation/arch/arm64/ |
D | sme.rst | 368 * The NT_ARM_TLS note will be extended to two registers, the second register
|