Home | History | Annotate | Download | only in qemu

Lines Matching defs:tb_size

2093     int tb_size;
2148 tb_size = 0;
2742 tb_size = strtol(optarg, NULL, 0);
2743 if (tb_size < 0)
2744 tb_size = 0;
2916 cpu_exec_init_all(tb_size * 1024 * 1024);