Home
last modified time | relevance | path

Searched refs:NT_ARM_POE (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/tools/testing/selftests/mm/
Dprotection_keys.c1706 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/
Delf.h445 #define NT_ARM_POE 0x40f /* ARM POE registers */ macro
/linux-6.12.1/arch/arm64/kernel/
Dptrace.c1669 .core_note_type = NT_ARM_POE,