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

  /src/external/gpl3/gdb/dist/gdb/
riscv-none-tdep.c 72 static struct regset riscv_csrset = variable in typeref:struct:regset
77 /* Update the regmap field of RISCV_CSRSET based on the CSRs available in
87 delete[] ((struct regcache_map_entry *) riscv_csrset.regmap);
102 riscv_csrset.regmap = riscv_csrmap;
143 &riscv_csrset, NULL, cb_data);
  /src/external/gpl3/gdb.old/dist/gdb/
riscv-none-tdep.c 72 static struct regset riscv_csrset = variable in typeref:struct:regset
77 /* Update the regmap field of RISCV_CSRSET based on the CSRs available in
87 delete[] ((struct regcache_map_entry *) riscv_csrset.regmap);
102 riscv_csrset.regmap = riscv_csrmap;
143 &riscv_csrset, NULL, cb_data);

Completed in 24 milliseconds