Home
last modified time | relevance | path

Searched refs:dereference_asce (Results 1 – 5 of 5) sorted by relevance

/linux/arch/s390/kvm/
H A Ddat.c111 table = dereference_asce(*asce); in dat_set_asce_limit()
428 table = dereference_asce(asce); in dat_entry_walk()
620 struct crst_table *table = dereference_asce(asce); in _dat_walk_gfn_range()
H A Dgmap.c207 dat_free_level(dereference_asce(gmap->asce), owns_page_tables(gmap)); in gmap_dispose()
244 memcpy(table, dereference_asce(gmap->asce), sizeof(*table)); in s390_replace_asce()
H A Ddat.h836 static inline struct crst_table *dereference_asce(union asce asce) in dereference_asce() function
H A Dpv.c479 priv->old_gmap_table = (unsigned long)dereference_asce(kvm->arch.gmap->asce); in kvm_s390_pv_set_aside()
H A Dkvm-s390.c3283 struct crst_table *table = dereference_asce(kvm->arch.gmap->asce); in kvm_arch_init_vm()