Searched refs:NT_PPC_PKEY (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-pkey.c19 #ifndef NT_PPC_PKEY
20 #define NT_PPC_PKEY 0x110 macro
194 ret = ptrace_read_regs(pid, NT_PPC_PKEY, regs, 3);
211 ret = ptrace_read_regs(pid, NT_PPC_PKEY, regs, 3);
222 ret = ptrace_write_regs(pid, NT_PPC_PKEY, &info->amr2, 1);
236 ret = ptrace_write_regs(pid, NT_PPC_PKEY, &info->invalid_amr, 1);
252 ret = ptrace_write_regs(pid, NT_PPC_PKEY, regs, 2);
260 ret = ptrace_write_regs(pid, NT_PPC_PKEY, regs, 3);
267 ret = ptrace_read_regs(pid, NT_PPC_PKEY, regs, 3);
H A Dcore-pkey.c28 #ifndef NT_PPC_PKEY
29 #define NT_PPC_PKEY 0x110 macro
231 /* Find the NT_PPC_PKEY note. */
235 if (nhdr->n_type == NT_PPC_PKEY)
268 ret = ptrace_read_regs(pid, NT_PPC_PKEY, regs, 3);
/linux-master/include/uapi/linux/
H A Delf.h406 #define NT_PPC_PKEY 0x110 /* Memory Protection Keys registers */ macro
/linux-master/arch/powerpc/kernel/ptrace/
H A Dptrace-view.c691 .core_note_type = NT_PPC_PKEY, .n = ELF_NPKEY,

Completed in 152 milliseconds