Searched refs:first_tb (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dexec.c160 TranslationBlock *first_tb; member in struct:PageDesc
749 /* Set to NULL all the 'first_tb' fields in all PageDescs. */
761 pd[i].first_tb = NULL;
938 tb_page_remove(&p->first_tb, tb);
943 tb_page_remove(&p->first_tb, tb);
1058 tb = p->first_tb;
1151 tb = p->first_tb;
1209 if (!p->first_tb) {
1275 tb = p->first_tb;
1302 p->first_tb
[all...]

Completed in 446 milliseconds