Searched refs:gmap_asce (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dtlbflush.h47 unsigned long gmap_asce; local
59 gmap_asce = READ_ONCE(mm->context.gmap_asce);
60 if (MACHINE_HAS_IDTE && gmap_asce != -1UL) {
61 if (gmap_asce)
62 __tlb_flush_idte(gmap_asce);
H A Dmmu.h15 unsigned long gmap_asce; member in struct:__anon4
H A Dmmu_context.h29 mm->context.gmap_asce = 0;
/linux-master/arch/s390/mm/
H A Dgmap.c111 unsigned long gmap_asce; local
120 gmap_asce = gmap->asce;
122 gmap_asce = -1UL;
123 WRITE_ONCE(mm->context.gmap_asce, gmap_asce);
255 unsigned long gmap_asce; local
270 gmap_asce = 0;
272 gmap_asce = list_first_entry(&gmap->mm->context.gmap_list,
275 gmap_asce = -1UL;
276 WRITE_ONCE(gmap->mm->context.gmap_asce, gmap_asc
[all...]
H A Dpgtable.c54 asce = READ_ONCE(mm->context.gmap_asce);
74 asce = READ_ONCE(mm->context.gmap_asce);

Completed in 149 milliseconds