Home
last modified time | relevance | path

Searched refs:tb_next (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c640 TranslationBlock *tb_next) in tb_add_jump() argument
646 qemu_spin_lock(&tb_next->jmp_lock); in tb_add_jump()
649 if (tb_next->cflags & CF_INVALID) { in tb_add_jump()
654 (uintptr_t)tb_next); in tb_add_jump()
660 tb_set_jmp_target(tb, n, (uintptr_t)tb_next->tc.ptr); in tb_add_jump()
663 tb->jmp_list_next[n] = tb_next->jmp_list_head; in tb_add_jump()
664 tb_next->jmp_list_head = (uintptr_t)tb | n; in tb_add_jump()
666 qemu_spin_unlock(&tb_next->jmp_lock); in tb_add_jump()
669 tb->tc.ptr, n, tb_next->tc.ptr); in tb_add_jump()
673 qemu_spin_unlock(&tb_next->jmp_lock); in tb_add_jump()
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dutils.py352 if tb.tb_next is not None:
353 tb = tb.tb_next
368 nexttb = tb.tb_next
384 nexttb = tb.tb_next
H A Dcooker.py2314 f = f.tb_next
2326 cur.tb_next = skip_frames(cur.tb_next, bbdir)
2327 cur = cur.tb_next
H A Dcookerdata.py169 for tb in iter(lambda: tb.tb_next, None):
H A Devent.py108 exc_info=(etype, value, tb.tb_next))
/openbmc/qemu/block/
H A Dqcow2-bitmap.c1545 Qcow2BitmapTable *tb, *tb_next; in qcow2_store_persistent_dirty_bitmaps() local
1653 QSIMPLEQ_FOREACH_SAFE(tb, &drop_tables, entry, tb_next) { in qcow2_store_persistent_dirty_bitmaps()
1683 QSIMPLEQ_FOREACH_SAFE(tb, &drop_tables, entry, tb_next) { in qcow2_store_persistent_dirty_bitmaps()