gmap_cache
struct gmap_cache *gmap_cache, *next;
list_for_each_entry_safe(gmap_cache, next, &sg->scb_users, list) {
gmap_cache->gmap = NULL;
list_del(&gmap_cache->list);
struct gmap *gmap = vsie_page->gmap_cache.gmap;
list_del(&vsie_page->gmap_cache.list);
vsie_page->gmap_cache.gmap = NULL;
gmap = vsie_page->gmap_cache.gmap;
if (vsie_page->gmap_cache.gmap)
list_add(&vsie_page->gmap_cache.list, &gmap->scb_users);
vsie_page->gmap_cache.gmap = gmap;
if (vsie_page->gmap_cache.gmap) {
if (vsie_page->gmap_cache.gmap)
if (vsie_page->gmap_cache.gmap)
list_for_each_entry_safe(cur, next, &gmap->scb_users, gmap_cache.list) {
struct gmap_cache gmap_cache; /* 0x0260 */