HomeSort by: relevance | last modified time | path
    Searched defs:zt_state (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/nat/
aarch64-scalable-linux-ptrace.c 540 gdb::byte_vector zt_state (AARCH64_SME2_ZT0_SIZE);
544 iovec.iov_base = zt_state.data ();
549 return zt_state;
555 aarch64_store_zt_regset (int tid, const gdb::byte_vector &zt_state)
557 gdb_assert (zt_state.size () == AARCH64_SME2_ZT0_SIZE
558 || zt_state.size () == 0);
565 iovec.iov_len = zt_state.size ();
566 iovec.iov_base = (void *) zt_state.data ();
568 /* Write the contents of ZT_STATE to the NT_ARM_ZT register set. */
578 gdb_byte zt_state[AARCH64_SME2_ZT0_SIZE] local
1069 gdb::byte_vector zt_state = aarch64_fetch_zt_regset (tid); local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/nat/
aarch64-scalable-linux-ptrace.c 540 gdb::byte_vector zt_state (AARCH64_SME2_ZT0_SIZE);
544 iovec.iov_base = zt_state.data ();
549 return zt_state;
555 aarch64_store_zt_regset (int tid, const gdb::byte_vector &zt_state)
557 gdb_assert (zt_state.size () == AARCH64_SME2_ZT0_SIZE
558 || zt_state.size () == 0);
565 iovec.iov_len = zt_state.size ();
566 iovec.iov_base = (void *) zt_state.data ();
568 /* Write the contents of ZT_STATE to the NT_ARM_ZT register set. */
578 gdb_byte zt_state[AARCH64_SME2_ZT0_SIZE] local
1073 gdb::byte_vector zt_state = aarch64_fetch_zt_regset (tid); local
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
linux-aarch64-low.cc 801 gdb::byte_vector zt_state = aarch64_fetch_zt_regset (tid); local
802 memcpy (buf, zt_state.data (), zt_state.size ());
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-aarch64-low.cc 803 gdb::byte_vector zt_state = aarch64_fetch_zt_regset (tid); local
804 memcpy (buf, zt_state.data (), zt_state.size ());

Completed in 31 milliseconds