Searched refs:rid (Results 1 – 9 of 9) sorted by relevance
/qemu/target/ppc/ |
H A D | cpu.c | 134 void ppc_update_daw(CPUPPCState *env, int rid) in ppc_update_daw() argument 137 int spr_dawr = rid ? SPR_DAWR1 : SPR_DAWR0; in ppc_update_daw() 138 int spr_dawrx = rid ? SPR_DAWRX1 : SPR_DAWRX0; in ppc_update_daw() 150 if (env->dawr_watchpoint[rid]) { in ppc_update_daw() 151 cpu_watchpoint_remove_by_ref(cs, env->dawr_watchpoint[rid]); in ppc_update_daw() 152 env->dawr_watchpoint[rid] = NULL; in ppc_update_daw() 172 cpu_watchpoint_insert(cs, deaw, len, flags, &env->dawr_watchpoint[rid]); in ppc_update_daw() 181 static void ppc_store_dawrx(CPUPPCState *env, uint32_t val, int rid) in ppc_store_dawrx() argument 188 __func__, rid); in ppc_store_dawrx() 191 env->spr[rid ? SPR_DAWRX1 : SPR_DAWRX0] = val; in ppc_store_dawrx() [all …]
|
H A D | cpu.h | 1605 void ppc_update_daw(CPUPPCState *env, int rid);
|
/qemu/tests/qtest/ |
H A D | tpm-tis-util.c | 52 uint32_t rid; in tpm_tis_test_check_localities() local 69 rid = readl(TIS_REG(locty, TPM_TIS_REG_RID)); in tpm_tis_test_check_localities() 70 g_assert_cmpint(rid, !=, 0); in tpm_tis_test_check_localities() 71 g_assert_cmpint(rid, !=, 0xffffffff); in tpm_tis_test_check_localities()
|
H A D | tpm-tis-i2c-test.c | 166 uint32_t rid; in tpm_tis_i2c_test_check_localities() local 185 rid = tpm_tis_i2c_readl(locty, TPM_I2C_REG_RID); in tpm_tis_i2c_test_check_localities() 186 g_assert_cmpint(rid, !=, 0); in tpm_tis_i2c_test_check_localities() 187 g_assert_cmpint(rid, !=, 0xffffffff); in tpm_tis_i2c_test_check_localities()
|
H A D | meson.build | 45 # FIXME: Get rid of get_option('default_devices') here and check
|
/qemu/hw/mem/ |
H A D | cxl_type3.c | 1957 uint16_t hid, CXLDCEventType type, uint8_t rid, in qmp_cxl_process_dynamic_capacity_prescriptive() argument 1987 if (rid >= dcd->dc.num_regions) { in qmp_cxl_process_dynamic_capacity_prescriptive() 1991 block_size = dcd->dc.regions[rid].block_size; in qmp_cxl_process_dynamic_capacity_prescriptive() 1992 blk_bitmap = bitmap_new(dcd->dc.regions[rid].len / block_size); in qmp_cxl_process_dynamic_capacity_prescriptive() 1999 dpa = offset + dcd->dc.regions[rid].base; in qmp_cxl_process_dynamic_capacity_prescriptive() 2011 if (offset + len > dcd->dc.regions[rid].len) { in qmp_cxl_process_dynamic_capacity_prescriptive() 2060 dpa = dcd->dc.regions[rid].base + offset; in qmp_cxl_process_dynamic_capacity_prescriptive()
|
/qemu/hw/acpi/ |
H A D | erst.c | 125 #define ERST_IS_VALID_RECORD_ID(rid) \ argument 126 ((rid != ERST_UNSPECIFIED_RECORD_ID) && \ 127 (rid != ERST_EMPTY_END_RECORD_ID))
|
/qemu/hw/virtio/ |
H A D | trace-events | 123 virtio_iommu_translate(const char *name, uint32_t rid, uint64_t iova, int flag) "mr=%s rid=%d addr=…
|
/qemu/docs/devel/ |
H A D | multi-process.rst | 433 process. It will also have "rid" option to the command, just as the 643 | rid | range MMIO is within | 645 | offset | offset within *rid* |
|