Home
last modified time | relevance | path

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

/openbmc/qemu/target/sh4/
H A Dmonitor.c56 for (i = 0 ; i < UTLB_SIZE ; i++) in hmp_info_tlb()
H A Dhelper.c267 if ((urb > 0 && urc > urb) || urc > (UTLB_SIZE - 1)) in increment_urc()
317 return find_tlb_entry(env, address, env->utlb, UTLB_SIZE, use_asid); in find_utlb_entry()
496 for (i = 0; i < UTLB_SIZE; i++) { in cpu_sh4_invalidate_tlb()
619 for (i = 0; i < UTLB_SIZE; i++) { in cpu_sh4_write_mmaped_utlb_addr()
775 n = find_tlb_entry(env, addr, env->utlb, UTLB_SIZE, use_asid); in cpu_sh4_is_cached()
H A Dcpu.h125 #define UTLB_SIZE 64 macro
179 tlb_t utlb[UTLB_SIZE]; /* unified translation table */