HomeSort by relevance Sort by last modified time
    Searched refs:NT_PPC_PKEY (Results 1 - 6 of 6) sorted by null

  /external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
ptrace-pkey.c 19 #ifndef NT_PPC_PKEY
20 #define NT_PPC_PKEY 0x110
195 ret = ptrace_read_regs(pid, NT_PPC_PKEY, regs, 3);
212 ret = ptrace_read_regs(pid, NT_PPC_PKEY, regs, 3);
223 ret = ptrace_write_regs(pid, NT_PPC_PKEY, &info->amr2, 1);
237 ret = ptrace_write_regs(pid, NT_PPC_PKEY, &info->amr3, 1);
253 ret = ptrace_write_regs(pid, NT_PPC_PKEY, regs, 2);
261 ret = ptrace_write_regs(pid, NT_PPC_PKEY, regs, 3);
268 ret = ptrace_read_regs(pid, NT_PPC_PKEY, regs, 3);
core-pkey.c 28 #ifndef NT_PPC_PKEY
29 #define NT_PPC_PKEY 0x110
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);
  /external/strace/xlat/
nt_descriptor_types.h 251 #if defined(NT_PPC_PKEY) || (defined(HAVE_DECL_NT_PPC_PKEY) && HAVE_DECL_NT_PPC_PKEY)
253 static_assert((NT_PPC_PKEY) == (0x110), "NT_PPC_PKEY != 0x110");
256 # define NT_PPC_PKEY 0x110
514 XLAT(NT_PPC_PKEY),
  /bionic/libc/kernel/uapi/linux/
elf.h 334 #define NT_PPC_PKEY 0x110
  /external/kernel-headers/original/uapi/linux/
elf.h 399 #define NT_PPC_PKEY 0x110 /* Memory Protection Keys registers */
  /external/elfutils/libelf/
elf.h 783 #define NT_PPC_PKEY 0x110 /* Memory Protection Keys
    [all...]

Completed in 1214 milliseconds