HomeSort by: relevance | last modified time | path
    Searched refs:NT_ARM_ZA (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/nat/
aarch64-scalable-linux-ptrace.c 167 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_ZA, &iovec) < 0)
185 if (ptrace (PTRACE_SETREGSET, tid, NT_ARM_ZA, &iovec) < 0)
340 /* Read the NT_ARM_ZA header. */
355 in the NT_ARM_ZA header and adjust the size as well. */
360 /* Update the NT_ARM_ZA register set with the new streaming vector
365 if (ptrace (PTRACE_SETREGSET, tid, NT_ARM_ZA, &iovec) < 0)
372 for the NT_ARM_ZA register set, and it should have no payload
460 error (_("Failed to read NT_ARM_ZA header."));
463 error (_("Found invalid vector length for NT_ARM_ZA."));
470 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_ZA, &iovec) < 0
    [all...]
  /src/external/gpl3/gdb/dist/gdb/nat/
aarch64-scalable-linux-ptrace.c 167 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_ZA, &iovec) < 0)
185 if (ptrace (PTRACE_SETREGSET, tid, NT_ARM_ZA, &iovec) < 0)
340 /* Read the NT_ARM_ZA header. */
355 in the NT_ARM_ZA header and adjust the size as well. */
360 /* Update the NT_ARM_ZA register set with the new streaming vector
365 if (ptrace (PTRACE_SETREGSET, tid, NT_ARM_ZA, &iovec) < 0)
372 for the NT_ARM_ZA register set, and it should have no payload
460 error (_("Failed to read NT_ARM_ZA header."));
463 error (_("Found invalid vector length for NT_ARM_ZA."));
470 if (ptrace (PTRACE_GETREGSET, tid, NT_ARM_ZA, &iovec) < 0
    [all...]
  /src/external/gpl3/binutils/dist/include/elf/
common.h 757 #define NT_ARM_ZA 0x40c /* AArch64 SME ZA register. */
  /src/external/gpl3/binutils.old/dist/include/elf/
common.h 740 #define NT_ARM_ZA 0x40c /* AArch64 SME ZA register. */
  /src/external/gpl3/gdb.old/dist/include/elf/
common.h 738 #define NT_ARM_ZA 0x40c /* AArch64 SME ZA register. */
  /src/external/gpl3/gdb/dist/include/elf/
common.h 740 #define NT_ARM_ZA 0x40c /* AArch64 SME ZA register. */
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-aarch64-low.cc 719 /* Wrapper for aarch64_za_regs_copy_to_reg_buf, to help copying NT_ARM_ZA
735 fetching the NT_ARM_ZA state from thread TID. */
740 /* Wrapper for aarch64_za_regs_copy_from_reg_buf, to help copying NT_ARM_ZA
752 /* Update the thread NT_ARM_ZA state. aarch64_za_regs_copy_from_reg_buf
828 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_ARM_ZA,
904 case NT_ARM_ZA:
  /src/external/gpl3/gdb/dist/gdbserver/
linux-aarch64-low.cc 756 /* Wrapper for aarch64_za_regs_copy_to_reg_buf, to help copying NT_ARM_ZA
772 fetching the NT_ARM_ZA state from thread TID. */
777 /* Wrapper for aarch64_za_regs_copy_from_reg_buf, to help copying NT_ARM_ZA
789 /* Update the thread NT_ARM_ZA state. aarch64_za_regs_copy_from_reg_buf
865 { PTRACE_GETREGSET, PTRACE_SETREGSET, NT_ARM_ZA,
945 case NT_ARM_ZA:
  /src/external/gpl3/binutils/dist/bfd/
elf.c 11199 case NT_ARM_ZA: return elfcore_grok_aarch_za (abfd, note);
12878 NOTE_NAME_LINUX, NT_ARM_ZA,
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 11399 case NT_ARM_ZA:
13065 note_name, NT_ARM_ZA,
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 11327 case NT_ARM_ZA:
12993 note_name, NT_ARM_ZA,
  /src/external/gpl3/gdb/dist/bfd/
elf.c 11182 case NT_ARM_ZA: return elfcore_grok_aarch_za (abfd, note);
12867 NOTE_NAME_LINUX, NT_ARM_ZA,
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 21905 case NT_ARM_ZA:
21906 return _("NT_ARM_ZA (AArch64 SME ZA register)");
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 20767 case NT_ARM_ZA:
20768 return _("NT_ARM_ZA (AArch64 SME ZA register)");

Completed in 129 milliseconds