Home
last modified time | relevance | path

Searched refs:CPU_TLB_DYN_MAX_BITS (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/exec/
H A Dcpu-defs.h63 # define CPU_TLB_DYN_MAX_BITS (32 - TARGET_PAGE_BITS) macro
73 # define CPU_TLB_DYN_MAX_BITS \ macro
76 # define CPU_TLB_DYN_MAX_BITS \ macro
/openbmc/qemu/accel/tcg/
H A Dtranslate-all.c346 tcg_ctx->tlb_dyn_max_bits = CPU_TLB_DYN_MAX_BITS; in tb_gen_code()
H A Dcputlb.c228 new_size = MIN(old_size << 1, 1 << CPU_TLB_DYN_MAX_BITS); in tlb_mmu_resize_locked()