Home
last modified time | relevance | path

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

/openbmc/qemu/target/sh4/
H A Dmonitor.c53 for (i = 0 ; i < ITLB_SIZE ; i++) in hmp_info_tlb()
H A Dhelper.c298 e = find_tlb_entry(env, address, env->itlb, ITLB_SIZE, use_asid); in find_itlb_entry()
501 for (i = 0; i < ITLB_SIZE; i++) { in cpu_sh4_invalidate_tlb()
644 for (i = 0; i < ITLB_SIZE; i++) { in cpu_sh4_write_mmaped_utlb_addr()
771 n = find_tlb_entry(env, addr, env->itlb, ITLB_SIZE, use_asid); in cpu_sh4_is_cached()
H A Dcpu.h126 #define ITLB_SIZE 4 macro
178 tlb_t itlb[ITLB_SIZE]; /* instruction translation table */