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.c126 memory_content *current = env->movcal_backup; in helper_discard_movcal_backup()
132 env->movcal_backup = current = next; in helper_discard_movcal_backup()
134 env->movcal_backup_tail = &(env->movcal_backup); in helper_discard_movcal_backup()
140 memory_content **current = &(env->movcal_backup); in helper_ocbi()
H A Dcpu.h206 memory_content *movcal_backup; member
392 | (env->movcal_backup ? TB_FLAG_PENDING_MOVCA : 0); /* Bit 3 */ in cpu_get_tb_cpu_state()
H A Dcpu.c231 env->movcal_backup_tail = &(env->movcal_backup); in superh_cpu_initfn()