Home
last modified time | relevance | path

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

/openbmc/qemu/target/sh4/
H A Dhelper.c49 int cpu_sh4_is_cached(CPUSH4State *env, target_ulong addr) in cpu_sh4_is_cached() function
737 int cpu_sh4_is_cached(CPUSH4State * env, target_ulong addr) in cpu_sh4_is_cached() function
H A Dcpu.h278 int cpu_sh4_is_cached(CPUSH4State * env, target_ulong addr);
H A Dop_helper.c111 if (cpu_sh4_is_cached (env, address)) in helper_movcal()