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 */
145 /* list of TBs intersecting this ram page */
498 tbs = qemu_malloc(code_gen_max_blocks * sizeof(TranslationBlock));
944 /* invalidate all TBs which intersect with the target physical page
976 /* we remove all the TBs in the range [start, end[ */
1207 tb = &tbs[nb_tbs++];
1222 if (nb_tbs > 0 && tb == &tbs[nb_tbs - 1]) {
1286 tb = &tbs[m];
1296 return &tbs[m_max];
3772 tb = &tbs[i];