Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dtb-hash.h33 #define TB_JMP_PAGE_BITS (TB_JMP_CACHE_BITS / 2) macro
34 #define TB_JMP_PAGE_SIZE (1 << TB_JMP_PAGE_BITS)
41 tmp = pc ^ (pc >> (TARGET_PAGE_BITS - TB_JMP_PAGE_BITS)); in tb_jmp_cache_hash_page()
42 return (tmp >> (TARGET_PAGE_BITS - TB_JMP_PAGE_BITS)) & TB_JMP_PAGE_MASK; in tb_jmp_cache_hash_page()
48 tmp = pc ^ (pc >> (TARGET_PAGE_BITS - TB_JMP_PAGE_BITS)); in tb_jmp_cache_hash_func()
49 return (((tmp >> (TARGET_PAGE_BITS - TB_JMP_PAGE_BITS)) & TB_JMP_PAGE_MASK) in tb_jmp_cache_hash_func()