Home
last modified time | relevance | path

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

/openbmc/qemu/target/sh4/
H A Dop_helper.c128 memory_content *current = env->movcal_backup; in helper_discard_movcal_backup()
134 env->movcal_backup = current = next; in helper_discard_movcal_backup()
136 env->movcal_backup_tail = &(env->movcal_backup); in helper_discard_movcal_backup()
142 memory_content **current = &(env->movcal_backup); in helper_ocbi()
H A Dcpu.h196 memory_content *movcal_backup; member
395 | (env->movcal_backup ? TB_FLAG_PENDING_MOVCA : 0); /* Bit 3 */ in cpu_get_tb_cpu_state()
H A Dcpu.c239 env->movcal_backup_tail = &(env->movcal_backup); in superh_cpu_initfn()