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

  /external/qemu/
exec-all.h 256 extern int code_gen_max_blocks;
exec.c 86 int code_gen_max_blocks; variable
504 code_gen_max_blocks = code_gen_buffer_size / CODE_GEN_AVG_BLOCK_SIZE;
505 tbs = qemu_malloc(code_gen_max_blocks * sizeof(TranslationBlock));
    [all...]

Completed in 50 milliseconds