Searched defs:ram_list (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/
H A Dexec.c143 RAMList ram_list = { .blocks = QLIST_HEAD_INITIALIZER(ram_list) }; variable
3082 if (QLIST_EMPTY(&ram_list.blocks))
3085 QLIST_FOREACH(block, &ram_list.blocks, next) {
3090 QLIST_FOREACH(next_block, &ram_list.blocks, next) {
3108 QLIST_FOREACH(block, &ram_list.blocks, next)
3131 QLIST_FOREACH(block, &ram_list.blocks, next) {
3144 QLIST_INSERT_HEAD(&ram_list.blocks, new_block, next);
3146 ram_list.phys_dirty = qemu_realloc(ram_list
[all...]

Completed in 48 milliseconds