Home
last modified time | relevance | path

Searched refs:memory_content (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/sh4/
H A Dcpu.h135 typedef struct memory_content { struct
138 struct memory_content *next; argument
139 } memory_content; typedef
196 memory_content *movcal_backup;
197 memory_content **movcal_backup_tail;
H A Dop_helper.c115 memory_content *r = g_new(memory_content, 1); in helper_movcal()
128 memory_content *current = env->movcal_backup; in helper_discard_movcal_backup()
132 memory_content *next = current->next; in helper_discard_movcal_backup()
142 memory_content **current = &(env->movcal_backup); in helper_ocbi()
148 memory_content *next = (*current)->next; in helper_ocbi()