Home
last modified time | relevance | path

Searched refs:TB_JMP_CACHE_SIZE (Results 1 – 4 of 4) sorted by relevance

/qemu/accel/tcg/
H A Dtb-jmp-cache.h16 #define TB_JMP_CACHE_SIZE (1 << TB_JMP_CACHE_BITS) macro
30 } array[TB_JMP_CACHE_SIZE];
H A Dtb-hash.h36 #define TB_JMP_PAGE_MASK (TB_JMP_CACHE_SIZE - TB_JMP_PAGE_SIZE)
58 return (pc ^ (pc >> TB_JMP_CACHE_BITS)) & (TB_JMP_CACHE_SIZE - 1); in tb_jmp_cache_hash_func()
H A Dtranslate-all.c662 for (int i = 0; i < TB_JMP_CACHE_SIZE; i++) { in tcg_flush_jmp_cache()
H A Dcputlb.c750 if (d.len >= (TARGET_PAGE_SIZE * TB_JMP_CACHE_SIZE)) { in tlb_flush_range_by_mmuidx_async_0()