Searched refs:NT_ARM_POE (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/tools/testing/selftests/mm/ |
D | protection_keys.c | 1706 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_ARM_POE, &iov); in test_ptrace_modifies_pkru() 1712 ret = ptrace(PTRACE_SETREGSET, child, (void *)NT_ARM_POE, &iov); in test_ptrace_modifies_pkru() 1717 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_ARM_POE, &iov); in test_ptrace_modifies_pkru() 1732 ret = ptrace(PTRACE_GETREGSET, child, (void *)NT_ARM_POE, &iov); in test_ptrace_modifies_pkru()
|
/linux-6.12.1/include/uapi/linux/ |
D | elf.h | 445 #define NT_ARM_POE 0x40f /* ARM POE registers */ macro
|
/linux-6.12.1/arch/arm64/kernel/ |
D | ptrace.c | 1669 .core_note_type = NT_ARM_POE,
|