HomeSort by relevance Sort by last modified time
    Searched refs:tb_size (Results 1 - 4 of 4) sorted by null

  /external/qemu/
qemu-common.h 295 void cpu_exec_init_all(unsigned long tb_size);
vl-android.c 2559 int tb_size; local
    [all...]
vl.c 2093 int tb_size; local
    [all...]
exec.c 411 static void code_gen_alloc(unsigned long tb_size)
418 code_gen_buffer_size = tb_size;
513 /* Must be called before using the QEMU cpus. 'tb_size' is the size
516 void cpu_exec_init_all(unsigned long tb_size)
519 code_gen_alloc(tb_size);
    [all...]

Completed in 452 milliseconds