Searched refs:NT_ARM_POE (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/testing/selftests/mm/ |
| H A D | protection_keys.c | 1644 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_ARM_POE, &iov); in test_ptrace_modifies_pkru() 1650 ret = ptrace(PTRACE_SETREGSET, child, (void *)NT_ARM_POE, &iov); in test_ptrace_modifies_pkru() 1655 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_ARM_POE, &iov); in test_ptrace_modifies_pkru() 1670 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_ARM_POE, &iov); in test_ptrace_modifies_pkru()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | elf.h | 453 #define NT_ARM_POE 0x40f /* ARM POE registers */ macro
|
| /linux-6.15/include/uapi/linux/ |
| H A D | elf.h | 529 #define NT_ARM_POE 0x40f /* ARM POE registers */ macro
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | ptrace.c | 1749 .core_note_type = NT_ARM_POE,
|