HomeSort by relevance Sort by last modified time
    Searched defs:tb_next (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wlan/wl1271/platforms/os/common/src/
tracebuf.c 100 static int tb_next(void) function
137 if ((tb_control->options & TB_OPTION_STOP) || ((pos = tb_next()) < 0))
180 if ((tb_control->options & TB_OPTION_STOP) || ((pos = tb_next()) < 0))
  /external/qemu/
exec-all.h 149 unsigned long tb_next[2]; /* address of jump generated code */ member in struct:TranslationBlock
320 tb->tb_next[n] = addr;
326 TranslationBlock *tb_next)
331 tb_set_jmp_target(tb, n, (unsigned long)tb_next->tc_ptr);
334 tb->jmp_next[n] = tb_next->jmp_first;
335 tb_next->jmp_first = (TranslationBlock *)((long)(tb) | (n));
exec.c 950 TranslationBlock *tb, *tb_next, *saved_tb; local
980 tb_next = tb->page_next[n];
1029 tb = tb_next;
1300 TranslationBlock *tb1, *tb_next, **ptb; local
    [all...]
  /external/qemu/tcg/
tcg.h 284 unsigned long *tb_next; member in struct:TCGContext

Completed in 1102 milliseconds