Home
last modified time | relevance | path

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

/qemu/accel/tcg/
H A Dtb-jmp-cache.h15 #define TB_JMP_CACHE_BITS 12 macro
16 #define TB_JMP_CACHE_SIZE (1 << TB_JMP_CACHE_BITS)
H A Dtb-hash.h33 #define TB_JMP_PAGE_BITS (TB_JMP_CACHE_BITS / 2)
58 return (pc ^ (pc >> TB_JMP_CACHE_BITS)) & (TB_JMP_CACHE_SIZE - 1); in tb_jmp_cache_hash_func()