Searched defs:tb_size (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dexec.c529 static void code_gen_alloc(uintptr_t tb_size) argument
543 code_gen_buffer_size = tb_size;
645 /* Must be called before using the QEMU cpus. 'tb_size' is the size
648 void cpu_exec_init_all(uintptr_t tb_size) argument
651 code_gen_alloc(tb_size);

Completed in 123 milliseconds