Home
last modified time | relevance | path

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

/qemu/target/sh4/
H A Dcpu.h135 typedef struct memory_content { struct
138 struct memory_content *next; argument
139 } memory_content; typedef
206 memory_content *movcal_backup;
207 memory_content **movcal_backup_tail;
H A Dop_helper.c113 memory_content *r = g_new(memory_content, 1); in helper_movcal()
126 memory_content *current = env->movcal_backup; in helper_discard_movcal_backup()
130 memory_content *next = current->next; in helper_discard_movcal_backup()
140 memory_content **current = &(env->movcal_backup); in helper_ocbi()
146 memory_content *next = (*current)->next; in helper_ocbi()