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

/external/qemu/include/exec/
H A Dcpu-defs.h78 #define CPU_TLB_SIZE (1 << CPU_TLB_BITS) macro
110 CPUTLBEntry tlb_table[NB_MMU_MODES][CPU_TLB_SIZE]; \
111 hwaddr iotlb[NB_MMU_MODES][CPU_TLB_SIZE]; \

Completed in 53 milliseconds