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

  /src/external/gpl3/gdb/dist/gdb/nat/
aarch64-scalable-linux-ptrace.c 203 otherwise. SVE_state is true when the check is for the SVE register set.
207 aarch64_sve_vl_valid (const bool sve_state, size_t vl)
209 if (sve_state)
423 gdb::byte_vector sve_state (SVE_PT_SIZE (vq, SVE_PT_REGS_SVE), 0);
426 iovec.iov_base = sve_state.data ();
427 iovec.iov_len = sve_state.size ();
434 return sve_state;
440 aarch64_store_sve_regset (int tid, const gdb::byte_vector &sve_state)
444 iovec.iov_base = (void *) sve_state.data ();
445 iovec.iov_len = sve_state.size ()
613 gdb::byte_vector sve_state = aarch64_fetch_sve_regset (tid); local
716 gdb::byte_vector sve_state = aarch64_fetch_sve_regset (tid); local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/nat/
aarch64-scalable-linux-ptrace.c 203 otherwise. SVE_state is true when the check is for the SVE register set.
207 aarch64_sve_vl_valid (const bool sve_state, size_t vl)
209 if (sve_state)
423 gdb::byte_vector sve_state (SVE_PT_SIZE (vq, SVE_PT_REGS_SVE), 0);
426 iovec.iov_base = sve_state.data ();
427 iovec.iov_len = sve_state.size ();
434 return sve_state;
440 aarch64_store_sve_regset (int tid, const gdb::byte_vector &sve_state)
444 iovec.iov_base = (void *) sve_state.data ();
445 iovec.iov_len = sve_state.size ()
613 gdb::byte_vector sve_state = aarch64_fetch_sve_regset (tid); local
716 gdb::byte_vector sve_state = aarch64_fetch_sve_regset (tid); local
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
linux-aarch64-low.cc 715 gdb::byte_vector sve_state = aarch64_fetch_sve_regset (tid); local
716 memcpy (buf, sve_state.data (), sve_state.size ());
  /src/external/gpl3/gdb.old/dist/gdbserver/
linux-aarch64-low.cc 717 gdb::byte_vector sve_state = aarch64_fetch_sve_regset (tid); local
718 memcpy (buf, sve_state.data (), sve_state.size ());

Completed in 38 milliseconds