Searched defs:TB_JMP_PAGE_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dcpu-defs.h74 #define TB_JMP_PAGE_SIZE (1 << TB_JMP_PAGE_BITS) macro
75 #define TB_JMP_ADDR_MASK (TB_JMP_PAGE_SIZE - 1)
76 #define TB_JMP_PAGE_MASK (TB_JMP_CACHE_SIZE - TB_JMP_PAGE_SIZE)

Completed in 19 milliseconds