Home
last modified time | relevance | path

Searched refs:gmap_asce (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/mm/
H A Dgmap.c121 unsigned long gmap_asce; in gmap_create() local
130 gmap_asce = gmap->asce; in gmap_create()
132 gmap_asce = -1UL; in gmap_create()
133 WRITE_ONCE(mm->context.gmap_asce, gmap_asce); in gmap_create()
277 unsigned long gmap_asce; in gmap_remove() local
292 gmap_asce = 0; in gmap_remove()
294 gmap_asce = list_first_entry(&gmap->mm->context.gmap_list, in gmap_remove()
297 gmap_asce = -1UL; in gmap_remove()
298 WRITE_ONCE(gmap->mm->context.gmap_asce, gmap_asce); in gmap_remove()
2431 WRITE_ONCE(gmap->mm->context.gmap_asce, asce); in s390_replace_asce()
H A Dpgtable.c47 asce = READ_ONCE(mm->context.gmap_asce); in ptep_ipte_local()
67 asce = READ_ONCE(mm->context.gmap_asce); in ptep_ipte_global()