Lines Matching defs:regcache
185 struct regcache struct
187 struct regcache_descr *descr; argument
211 static struct regcache * argument
216 struct regcache *regcache; in regcache_xmalloc_1() local
249 regcache_xfree (struct regcache *regcache) in regcache_xfree()
265 make_cleanup_regcache_xfree (struct regcache *regcache) in make_cleanup_regcache_xfree()
273 get_regcache_arch (const struct regcache *regcache) in get_regcache_arch()
279 get_regcache_aspace (const struct regcache *regcache) in get_regcache_aspace()
287 register_buffer (const struct regcache *regcache, int regnum) in register_buffer()
365 struct regcache *regcache = src; in do_cooked_read() local
414 regcache_register_status (const struct regcache *regcache, int regnum) in regcache_register_status()
427 regcache_invalidate (struct regcache *regcache, int regnum) in regcache_invalidate()
446 struct regcache *regcache; member
598 regcache_raw_read (struct regcache *regcache, int regnum, gdb_byte *buf) in regcache_raw_read()
632 regcache_raw_read_signed (struct regcache *regcache, int regnum, LONGEST *val) in regcache_raw_read_signed()
651 regcache_raw_read_unsigned (struct regcache *regcache, int regnum, in regcache_raw_read_unsigned()
671 regcache_raw_write_signed (struct regcache *regcache, int regnum, LONGEST val) in regcache_raw_write_signed()
684 regcache_raw_write_unsigned (struct regcache *regcache, int regnum, in regcache_raw_write_unsigned()
698 regcache_cooked_read (struct regcache *regcache, int regnum, gdb_byte *buf) in regcache_cooked_read()
745 regcache_cooked_read_value (struct regcache *regcache, int regnum) in regcache_cooked_read_value()
778 regcache_cooked_read_signed (struct regcache *regcache, int regnum, in regcache_cooked_read_signed()
798 regcache_cooked_read_unsigned (struct regcache *regcache, int regnum, in regcache_cooked_read_unsigned()
818 regcache_cooked_write_signed (struct regcache *regcache, int regnum, in regcache_cooked_write_signed()
832 regcache_cooked_write_unsigned (struct regcache *regcache, int regnum, in regcache_cooked_write_unsigned()
846 regcache_raw_write (struct regcache *regcache, int regnum, in regcache_raw_write()
880 regcache_cooked_write (struct regcache *regcache, int regnum, in regcache_cooked_write()
901 regcache_xfer_part (struct regcache *regcache, int regnum, in regcache_xfer_part()
945 regcache_raw_read_part (struct regcache *regcache, int regnum, in regcache_raw_read_part()
956 regcache_raw_write_part (struct regcache *regcache, int regnum, in regcache_raw_write_part()
967 regcache_cooked_read_part (struct regcache *regcache, int regnum, in regcache_cooked_read_part()
978 regcache_cooked_write_part (struct regcache *regcache, int regnum, in regcache_cooked_write_part()
991 regcache_raw_supply (struct regcache *regcache, int regnum, const void *buf) in regcache_raw_supply()
1021 regcache_raw_collect (const struct regcache *regcache, int regnum, void *buf) in regcache_raw_collect()
1038 regcache_read_pc (struct regcache *regcache) in regcache_read_pc()
1065 regcache_write_pc (struct regcache *regcache, CORE_ADDR pc) in regcache_write_pc()
1122 regcache_dump (struct regcache *regcache, struct ui_file *file, in regcache_dump()