Searched defs:tg (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/block/ |
H A D | throttle-groups.c | 127 ThrottleGroup *tg = NULL; in throttle_group_incref() local 157 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in throttle_group_unref() local 169 ThrottleGroup *tg = container_of(tgm->throttle_state, ThrottleGroup, ts); in throttle_group_get_name() local 184 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in throttle_group_next_tgm() local 223 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in next_throttle_token() local 271 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in throttle_group_schedule_timer() local 324 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in schedule_next_request() local 367 ThrottleGroup *tg = container_of(tgm->throttle_state, ThrottleGroup, ts); in throttle_group_co_io_limits_intercept() local 409 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in throttle_group_restart_queue_entry() local 478 ThrottleGroup *tg = container_of(ts, ThrottleGroup, ts); in throttle_group_config() local [all …]
|
/openbmc/qemu/hw/arm/ |
H A D | smmu-common.c | 61 uint8_t tg, uint8_t level) in smmu_get_iotlb_key() 74 uint8_t tg = (tt->granule_sz - 10) / 2; in smmu_iotlb_lookup_all_levels() local 143 uint8_t tg = (new->granule - 10) / 2; in smmu_iotlb_insert() local 250 uint8_t tg, uint64_t num_pages, uint8_t ttl) in smmu_iotlb_inv_iova() 281 void smmu_iotlb_inv_ipa(SMMUState *s, int vmid, dma_addr_t ipa, uint8_t tg, in smmu_iotlb_inv_ipa()
|
H A D | smmuv3.c | 750 int tg, tsz; in decode_cd() local 1144 dma_addr_t iova, uint8_t tg, in smmuv3_notify_iova() 1204 dma_addr_t iova, uint8_t tg, in smmuv3_inv_notifiers_iova() 1231 uint8_t tg = CMD_TG(cmd); in smmuv3_range_inval() local
|
/openbmc/qemu/include/hw/arm/ |
H A D | smmu-common.h | 141 uint8_t tg; member
|
/openbmc/qemu/target/arm/tcg/ |
H A D | tlb-insns.c | 808 static ARMGranuleSize tlbi_range_tg_to_gran_size(int tg) in tlbi_range_tg_to_gran_size()
|
/openbmc/qemu/target/arm/ |
H A D | helper.c | 9209 static ARMGranuleSize tg0_to_gran_size(int tg) in tg0_to_gran_size() 9223 static ARMGranuleSize tg1_to_gran_size(int tg) in tg1_to_gran_size()
|