Home
last modified time | relevance | path

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

/external/qemu/
Dexec-all.h169 return (tmp >> (TARGET_PAGE_BITS - TB_JMP_PAGE_BITS)) & TB_JMP_PAGE_MASK; in tb_jmp_cache_hash_page()
176 return (((tmp >> (TARGET_PAGE_BITS - TB_JMP_PAGE_BITS)) & TB_JMP_PAGE_MASK) in tb_jmp_cache_hash_func()
Dcpu-defs.h76 #define TB_JMP_PAGE_MASK (TB_JMP_CACHE_SIZE - TB_JMP_PAGE_SIZE) macro