Home
last modified time | relevance | path

Searched refs:reg_map (Results 1 – 2 of 2) sorted by relevance

/qemu/tests/tcg/multiarch/gdbstub/
H A Dregisters.py37 reg_map = {}
57 if name in reg_map:
61 reg_map[name] = entry
67 return reg_map
133 for x_key in reg_map.keys():
134 x_reg = reg_map[x_key]
148 for e in reg_map.values():
164 def complete_and_diff(reg_map): argument
181 for e in reg_map.values():
203 reg_map = fetch_xml_regmap()
[all …]
/qemu/hw/tpm/
H A Dtpm_tis_i2c.c181 const I2CRegMap *reg_map; in tpm_tis_i2c_to_tis_reg() local
192 reg_map = &tpm_tis_reg_map[i]; in tpm_tis_i2c_to_tis_reg()
193 if (reg_map->i2c_reg == i2c_reg) { in tpm_tis_i2c_to_tis_reg()
194 i2cst->reg_name = reg_map->reg_name; in tpm_tis_i2c_to_tis_reg()
195 i2cst->tis_addr = reg_map->tis_reg; in tpm_tis_i2c_to_tis_reg()