HomeSort by relevance Sort by last modified time
    Searched refs:TB_JMP_PAGE_MASK (Results 1 - 2 of 2) sorted by null

  /external/qemu/include/exec/
cpu-defs.h 74 #define TB_JMP_PAGE_MASK (TB_JMP_CACHE_SIZE - TB_JMP_PAGE_SIZE)
exec-all.h 210 return (tmp >> (TARGET_PAGE_BITS - TB_JMP_PAGE_BITS)) & TB_JMP_PAGE_MASK;
217 return (((tmp >> (TARGET_PAGE_BITS - TB_JMP_PAGE_BITS)) & TB_JMP_PAGE_MASK)

Completed in 184 milliseconds