Home | History | Annotate | Download | only in qemu

Lines Matching defs:tbs

87 static TranslationBlock *tbs;
91 /* any access to the tbs or the page table must use this lock */
137 /* list of TBs intersecting this ram page */
510 tbs = qemu_malloc(code_gen_max_blocks * sizeof(TranslationBlock));
942 /* invalidate all TBs which intersect with the target physical page
974 /* we remove all the TBs in the range [start, end[ */
1204 tb = &tbs[nb_tbs++];
1219 if (nb_tbs > 0 && tb == &tbs[nb_tbs - 1]) {
1283 tb = &tbs[m];
1293 return &tbs[m_max];
3908 tb = &tbs[i];