| /openbmc/qemu/tests/unit/ |
| H A D | test-throttle.c | 31 static ThrottleTimers *tt; variable 159 tt = &tgm.throttle_timers; in test_init() 163 memset(tt, 1, sizeof(*tt)); in test_init() 167 throttle_timers_init(tt, ctx, QEMU_CLOCK_VIRTUAL, in test_init() 171 g_assert(tt->clock_type == QEMU_CLOCK_VIRTUAL); in test_init() 172 g_assert(tt->timers[THROTTLE_READ]); in test_init() 173 g_assert(tt->timers[THROTTLE_WRITE]); in test_init() 184 throttle_timers_destroy(tt); in test_init() 191 tt = &tgm.throttle_timers; in test_init_readonly() 195 memset(tt, 1, sizeof(*tt)); in test_init_readonly() [all …]
|
| /openbmc/qemu/include/qemu/ |
| H A D | throttle.h | 125 void throttle_timers_init(ThrottleTimers *tt, 132 void throttle_timers_destroy(ThrottleTimers *tt); 134 void throttle_timers_detach_aio_context(ThrottleTimers *tt); 136 void throttle_timers_attach_aio_context(ThrottleTimers *tt, 139 bool throttle_timers_are_initialized(ThrottleTimers *tt); 156 ThrottleTimers *tt,
|
| /openbmc/qemu/util/ |
| H A D | throttle.c | 200 void throttle_timers_attach_aio_context(ThrottleTimers *tt, in throttle_timers_attach_aio_context() argument 206 if (tt->timer_cb[dir]) { in throttle_timers_attach_aio_context() 207 tt->timers[dir] = in throttle_timers_attach_aio_context() 208 aio_timer_new(new_context, tt->clock_type, SCALE_NS, in throttle_timers_attach_aio_context() 209 tt->timer_cb[dir], tt->timer_opaque); in throttle_timers_attach_aio_context() 235 void throttle_timers_init(ThrottleTimers *tt, in throttle_timers_init() argument 243 memset(tt, 0, sizeof(ThrottleTimers)); in throttle_timers_init() 245 tt->clock_type = clock_type; in throttle_timers_init() 246 tt->timer_cb[THROTTLE_READ] = read_timer_cb; in throttle_timers_init() 247 tt->timer_cb[THROTTLE_WRITE] = write_timer_cb; in throttle_timers_init() [all …]
|
| /openbmc/qemu/hw/arm/ |
| H A D | smmu-common.c | 71 SMMUTransTableInfo *tt, in smmu_iotlb_lookup_all_levels() argument 74 uint8_t tg = (tt->granule_sz - 10) / 2; in smmu_iotlb_lookup_all_levels() 75 uint8_t inputsize = 64 - tt->tsz; in smmu_iotlb_lookup_all_levels() 76 uint8_t stride = tt->granule_sz - 3; in smmu_iotlb_lookup_all_levels() 81 uint64_t subpage_size = 1ULL << level_shift(level, tt->granule_sz); in smmu_iotlb_lookup_all_levels() 109 SMMUTransTableInfo *tt, hwaddr iova) in smmu_iotlb_lookup() argument 113 entry = smmu_iotlb_lookup_all_levels(bs, cfg, tt, iova); in smmu_iotlb_lookup() 119 (cfg->s2cfg.granule_sz != tt->granule_sz)) { in smmu_iotlb_lookup() 120 tt->granule_sz = cfg->s2cfg.granule_sz; in smmu_iotlb_lookup() 121 entry = smmu_iotlb_lookup_all_levels(bs, cfg, tt, iova); in smmu_iotlb_lookup() [all …]
|
| H A D | smmuv3.c | 751 SMMUTransTableInfo *tt = &cfg->tt[i]; in decode_cd() local 753 cfg->tt[i].disabled = CD_EPD(cd, i); in decode_cd() 754 if (cfg->tt[i].disabled) { in decode_cd() 764 tt->granule_sz = tg2granule(tg, i); in decode_cd() 765 if ((tt->granule_sz != 12 && tt->granule_sz != 14 && in decode_cd() 766 tt->granule_sz != 16) || CD_ENDI(cd)) { in decode_cd() 775 if (tt->granule_sz != 16) { in decode_cd() 778 tt->tsz = tsz; in decode_cd() 779 tt->ttb = CD_TTB(cd, i); in decode_cd() 781 if (tt->ttb & ~(MAKE_64BIT_MASK(0, cfg->oas))) { in decode_cd() [all …]
|
| /openbmc/u-boot/arch/powerpc/lib/ |
| H A D | kgdb.c | 48 unsigned int tt; /* Trap type code for powerpc */ member 68 computeSignal(unsigned int tt) in computeSignal() argument 72 for (ht = hard_trap_info; ht->tt && ht->signo; ht++) in computeSignal() 73 if (ht->tt == tt) in computeSignal()
|
| /openbmc/qemu/rust/qemu-api/src/ |
| H A D | assertions.rs | 81 (@internal $param_name:ident, $ti:ty, $t:ty, $($field:tt)*) => { 95 ($t:ty, $i:tt, $ti:ty) => { 99 ($t:ty, $i:tt, $ti:ty, num = $num:ident) => {
|
| H A D | log.rs | 138 ($mask:expr, $fmt:tt $($args:tt)*) => {{
|
| /openbmc/qemu/fsdev/ |
| H A D | qemu-fsdev-throttle.c | 85 throttle_timers_init(&fst->tt, in fsdev_throttle_init() 103 if (throttle_schedule_timer(&fst->ts, &fst->tt, direction) || in fsdev_co_throttle_request() 111 !throttle_schedule_timer(&fst->ts, &fst->tt, direction)) { in fsdev_co_throttle_request() 120 throttle_timers_destroy(&fst->tt); in fsdev_throttle_cleanup()
|
| H A D | qemu-fsdev-throttle.h | 24 ThrottleTimers tt; member
|
| /openbmc/qemu/target/sparc/ |
| H A D | helper.c | 26 void cpu_raise_exception_ra(CPUSPARCState *env, int tt, uintptr_t ra) in cpu_raise_exception_ra() argument 30 cs->exception_index = tt; in cpu_raise_exception_ra() 34 void helper_raise_exception(CPUSPARCState *env, int tt) in helper_raise_exception() argument 38 cs->exception_index = tt; in helper_raise_exception()
|
| H A D | int64_helper.c | 109 if (unlikely(env->tl > 0 && cpu_tsptr(env)->tt > new_interrupt in cpu_check_irqs() 110 && ((cpu_tsptr(env)->tt & 0x1f0) == TT_EXTINT))) { in cpu_check_irqs() 112 cpu_tsptr(env)->tt, in cpu_check_irqs() 197 tsptr->tt = intno; in sparc_cpu_do_interrupt()
|
| H A D | win_helper.c | 191 int tt = TT_SPILL | (env->otherwin != 0 in helper_save() local 194 cpu_raise_exception_ra(env, tt, GETPC()); in helper_save() 213 int tt = TT_FILL | (env->otherwin != 0 in helper_restore() local 216 cpu_raise_exception_ra(env, tt, GETPC()); in helper_restore() 227 int tt = TT_SPILL | (env->otherwin != 0 in helper_flushw() local 230 cpu_raise_exception_ra(env, tt, GETPC()); in helper_flushw()
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
| H A D | bootstrap3-transition.css | 129 .tt-menu { 134 .tt-suggestion { 142 .tt-suggestion.active, 143 .tt-suggestion:hover {
|
| /openbmc/u-boot/common/ |
| H A D | usb_hub.c | 716 hub->tt.multi = true; in usb_hub_configure() 734 hub->tt.think_time = 666; in usb_hub_configure() 736 8, hub->tt.think_time); in usb_hub_configure() 740 hub->tt.think_time = 666 * 2; in usb_hub_configure() 742 16, hub->tt.think_time); in usb_hub_configure() 745 hub->tt.think_time = 666 * 3; in usb_hub_configure() 747 24, hub->tt.think_time); in usb_hub_configure() 750 hub->tt.think_time = 666 * 4; in usb_hub_configure() 752 32, hub->tt.think_time); in usb_hub_configure()
|
| /openbmc/u-boot/Documentation/sphinx-static/ |
| H A D | theme_overrides.css | 78 code, .rst-content tt, .rst-content code { 86 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
|
| /openbmc/qemu/block/ |
| H A D | throttle-groups.c | 272 ThrottleTimers *tt = &tgm->throttle_timers; in throttle_group_schedule_timer() local 284 must_wait = throttle_schedule_timer(ts, tt, direction); in throttle_group_schedule_timer() 344 ThrottleTimers *tt = &token->throttle_timers; in schedule_next_request() local 346 timer_mod(tt->timers[direction], now); in schedule_next_request() 627 ThrottleTimers *tt = &tgm->throttle_timers; in throttle_group_attach_aio_context() local 628 throttle_timers_attach_aio_context(tt, new_context); in throttle_group_attach_aio_context() 635 ThrottleTimers *tt = &tgm->throttle_timers; in throttle_group_detach_aio_context() local 647 if (timer_pending(tt->timers[dir])) { in throttle_group_detach_aio_context() 654 throttle_timers_detach_aio_context(tt); in throttle_group_detach_aio_context()
|
| /openbmc/phosphor-fan-presence/control/json/utils/ |
| H A D | flight_recorder.cpp | 76 std::time_t tt = system_clock::to_time_t(tp); in dump() local 81 ss << std::put_time(std::localtime(&tt), "%b %d %H:%M:%S."); in dump()
|
| /openbmc/qemu/crypto/ |
| H A D | xts.c | 57 uint64_t tt; in xts_mult_x() local 61 tt = I->u[0] >> 63; in xts_mult_x() 68 I->u[1] |= tt; in xts_mult_x()
|
| /openbmc/openbmc/poky/bitbake/doc/sphinx-static/ |
| H A D | theme_overrides.css | 112 code, .rst-content tt, .rst-content code { 120 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
|
| /openbmc/openbmc/poky/documentation/sphinx-static/ |
| H A D | theme_overrides.css | 112 code, .rst-content tt, .rst-content code { 120 .rst-content tt.literal,.rst-content tt.literal,.rst-content code.literal {
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
| H A D | se-Fagersta_Jattasen | 1 # Sweden - Fagersta Jättåsen
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/ttf-fonts/ |
| H A D | ttf.inc | 9 find ./ -name '*.tt[cf]' -exec install -m 0644 {} ${D}${datadir}/fonts/truetype/ \;
|
| /openbmc/openbmc/poky/meta/recipes-extended/lighttpd/lighttpd/ |
| H A D | lighttpd | 10 "$DAEMON" $OPTS -tt || exit 1
|
| /openbmc/u-boot/lib/bzip2/ |
| H A D | bzlib_decompress.c | 261 s->tt = BZALLOC( s->blockSize100k * 100000 * sizeof(Int32) ); in BZ2_decompress() 262 if (s->tt == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress() 451 s->tt[nblock] = (UInt32)uc; in BZ2_decompress() 522 s->tt[nblock] = (UInt32)(s->seqToUnseq[uc]); in BZ2_decompress() 590 uc = (UChar)(s->tt[i] & 0xff); in BZ2_decompress() 591 s->tt[s->cftab[uc]] |= (i << 8); in BZ2_decompress() 595 s->tPos = s->tt[s->origPtr] >> 8; in BZ2_decompress()
|