Home
last modified time | relevance | path

Searched refs:gmap_cache (Results 1 – 3 of 3) sorted by relevance

/linux/arch/s390/kvm/
H A Dvsie.c64 struct gmap_cache gmap_cache; /* 0x0260 */ member
609 list_for_each_entry_safe(cur, next, &gmap->scb_users, gmap_cache.list) { in kvm_s390_vsie_gmap_notifier()
1218 struct gmap *gmap = vsie_page->gmap_cache.gmap; in release_gmap_shadow()
1222 list_del(&vsie_page->gmap_cache.list); in release_gmap_shadow()
1223 vsie_page->gmap_cache.gmap = NULL; in release_gmap_shadow()
1245 gmap = vsie_page->gmap_cache.gmap; in acquire_gmap_shadow()
1267 if (vsie_page->gmap_cache.gmap) in acquire_gmap_shadow()
1274 list_add(&vsie_page->gmap_cache.list, &gmap->scb_users); in acquire_gmap_shadow()
1275 vsie_page->gmap_cache.gmap = gmap; in acquire_gmap_shadow()
1477 if (vsie_page->gmap_cache.gmap) { in get_vsie_page()
[all …]
H A Dgmap.c1091 struct gmap_cache *gmap_cache, *next; in gmap_unshadow() local
1101 list_for_each_entry_safe(gmap_cache, next, &sg->scb_users, list) { in gmap_unshadow()
1102 gmap_cache->gmap = NULL; in gmap_unshadow()
1103 list_del(&gmap_cache->list); in gmap_unshadow()
H A Dgmap.h76 struct gmap_cache { struct