Home | History | Annotate | Download | only in qemu

Lines Matching refs:tbs

56     /* list of TBs intersecting this ram page */
629 tcg_ctx.tb_ctx.tbs =
665 tb = &tcg_ctx.tb_ctx.tbs[tcg_ctx.tb_ctx.nb_tbs++];
677 tb == &tcg_ctx.tb_ctx.tbs[tcg_ctx.tb_ctx.nb_tbs - 1]) {
1021 * Invalidate all TBs which intersect with the target physical address range
1038 * Invalidate all TBs which intersect with the target physical address range
1073 /* we remove all the TBs in the range [start, end[ */
1376 tb = &tcg_ctx.tb_ctx.tbs[m];
1386 return &tcg_ctx.tb_ctx.tbs[m_max];
1585 tb = &tcg_ctx.tb_ctx.tbs[i];