Home | History | Annotate | Download | only in qemu

Lines Matching defs:tb_size

2561     int tb_size;
2628 tb_size = 0;
3309 tb_size = strtol(optarg, NULL, 0);
3310 if (tb_size < 0)
3311 tb_size = 0;
4103 cpu_exec_init_all(tb_size * 1024 * 1024);