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

/external/qemu/
H A Dcpu-defs.h67 /* Only the bottom TB_JMP_PAGE_BITS of the jump cache hash bits vary for
70 #define TB_JMP_PAGE_BITS (TB_JMP_CACHE_BITS / 2) macro
71 #define TB_JMP_PAGE_SIZE (1 << TB_JMP_PAGE_BITS)

Completed in 74 milliseconds