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

/vbox/src/recompiler/
H A Dcpu-defs.h87 /* Only the bottom TB_JMP_PAGE_BITS of the jump cache hash bits vary for
90 #define TB_JMP_PAGE_BITS (TB_JMP_CACHE_BITS / 2) macro
91 #define TB_JMP_PAGE_SIZE (1 << TB_JMP_PAGE_BITS)

Completed in 42 milliseconds