Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dtb-hash.h34 #define TB_JMP_PAGE_SIZE (1 << TB_JMP_PAGE_BITS) macro
35 #define TB_JMP_ADDR_MASK (TB_JMP_PAGE_SIZE - 1)
36 #define TB_JMP_PAGE_MASK (TB_JMP_CACHE_SIZE - TB_JMP_PAGE_SIZE)
H A Dcputlb.c167 for (i = 0; i < TB_JMP_PAGE_SIZE; i++) { in tb_jmp_cache_clear_page()