Home
last modified time | relevance | path

Searched refs:NT_PPC_DSCR (Results 1 – 6 of 6) sorted by relevance

/external/strace/xlat/
Dnt_descriptor_types.h174 #if defined(NT_PPC_DSCR) || (defined(HAVE_DECL_NT_PPC_DSCR) && HAVE_DECL_NT_PPC_DSCR)
176 static_assert((NT_PPC_DSCR) == (0x105), "NT_PPC_DSCR != 0x105");
179 # define NT_PPC_DSCR 0x105
503 XLAT(NT_PPC_DSCR),
Dnt_descriptor_types.in25 NT_PPC_DSCR 0x105
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dptrace.h46 #define NT_PPC_DSCR 0x105 macro
170 ret = ptrace(PTRACE_GETREGSET, child, NT_PPC_DSCR, &iov); in show_tar_registers()
216 ret = ptrace(PTRACE_SETREGSET, child, NT_PPC_DSCR, &iov); in write_tar_registers()
/external/kernel-headers/original/uapi/linux/
Delf.h388 #define NT_PPC_DSCR 0x105 /* Data Stream Control Register */ macro
/external/crosvm/kernel_loader/src/
Delf.rs207 pub const NT_PPC_DSCR: u32 = 261; constant
/external/elfutils/libelf/
Delf.h770 #define NT_PPC_DSCR 0x105 /* Data Stream Control Register */ macro