gmap_asce          15 arch/s390/include/asm/mmu.h 	unsigned long gmap_asce;
gmap_asce          26 arch/s390/include/asm/mmu_context.h 	mm->context.gmap_asce = 0;
gmap_asce          53 arch/s390/include/asm/tlbflush.h 	unsigned long gmap_asce;
gmap_asce          65 arch/s390/include/asm/tlbflush.h 	gmap_asce = READ_ONCE(mm->context.gmap_asce);
gmap_asce          66 arch/s390/include/asm/tlbflush.h 	if (MACHINE_HAS_IDTE && gmap_asce != -1UL) {
gmap_asce          67 arch/s390/include/asm/tlbflush.h 		if (gmap_asce)
gmap_asce          68 arch/s390/include/asm/tlbflush.h 			__tlb_flush_idte(gmap_asce);
gmap_asce         100 arch/s390/mm/gmap.c 	unsigned long gmap_asce;
gmap_asce         109 arch/s390/mm/gmap.c 		gmap_asce = gmap->asce;
gmap_asce         111 arch/s390/mm/gmap.c 		gmap_asce = -1UL;
gmap_asce         112 arch/s390/mm/gmap.c 	WRITE_ONCE(mm->context.gmap_asce, gmap_asce);
gmap_asce         242 arch/s390/mm/gmap.c 	unsigned long gmap_asce;
gmap_asce         257 arch/s390/mm/gmap.c 		gmap_asce = 0;
gmap_asce         259 arch/s390/mm/gmap.c 		gmap_asce = list_first_entry(&gmap->mm->context.gmap_list,
gmap_asce         262 arch/s390/mm/gmap.c 		gmap_asce = -1UL;
gmap_asce         263 arch/s390/mm/gmap.c 	WRITE_ONCE(gmap->mm->context.gmap_asce, gmap_asce);
gmap_asce          36 arch/s390/mm/pgtable.c 		asce = READ_ONCE(mm->context.gmap_asce);
gmap_asce          56 arch/s390/mm/pgtable.c 		asce = READ_ONCE(mm->context.gmap_asce);