vsie_rmap
struct vsie_rmap *next;
static_assert(sizeof(struct vsie_rmap) == 2 * sizeof(long));
static inline struct vsie_rmap *kvm_s390_mmu_cache_alloc_rmap(struct kvm_s390_mmu_cache *mc)
return kzalloc_obj(struct vsie_rmap, GFP_KVM_S390_MMU_CACHE);
struct vsie_rmap *rmap, *rnext, *head;
struct vsie_rmap *rmap, *rnext, *head;
struct vsie_rmap *rmap __free(kvfree) = NULL;
struct vsie_rmap *temp;