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