Home
last modified time | relevance | path

Searched refs:TB_JMP_PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/qemu/include/exec/
Dcpu-defs.h72 #define TB_JMP_PAGE_SIZE (1 << TB_JMP_PAGE_BITS) macro
73 #define TB_JMP_ADDR_MASK (TB_JMP_PAGE_SIZE - 1)
74 #define TB_JMP_PAGE_MASK (TB_JMP_CACHE_SIZE - TB_JMP_PAGE_SIZE)
/external/qemu/
Dtranslate-all.c1566 TB_JMP_PAGE_SIZE * sizeof(TranslationBlock *)); in tb_flush_jmp_cache()
1570 TB_JMP_PAGE_SIZE * sizeof(TranslationBlock *)); in tb_flush_jmp_cache()