Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dtlbflush.h47 unsigned long gmap_asce; in __tlb_flush_mm() local
59 gmap_asce = READ_ONCE(mm->context.gmap_asce); in __tlb_flush_mm()
60 if (MACHINE_HAS_IDTE && gmap_asce != -1UL) { in __tlb_flush_mm()
61 if (gmap_asce) in __tlb_flush_mm()
62 __tlb_flush_idte(gmap_asce); in __tlb_flush_mm()
H A Dmmu.h16 unsigned long gmap_asce; member
H A Dmmu_context.h30 mm->context.gmap_asce = 0; in init_new_context()
/openbmc/linux/arch/s390/mm/
H A Dgmap.c111 unsigned long gmap_asce; in gmap_create() local
120 gmap_asce = gmap->asce; in gmap_create()
122 gmap_asce = -1UL; in gmap_create()
123 WRITE_ONCE(mm->context.gmap_asce, gmap_asce); in gmap_create()
253 unsigned long gmap_asce; in gmap_remove() local
268 gmap_asce = 0; in gmap_remove()
270 gmap_asce = list_first_entry(&gmap->mm->context.gmap_list, in gmap_remove()
273 gmap_asce = -1UL; in gmap_remove()
274 WRITE_ONCE(gmap->mm->context.gmap_asce, gmap_asce); in gmap_remove()
2975 WRITE_ONCE(gmap->mm->context.gmap_asce, asce); in s390_replace_asce()
H A Dpgtable.c54 asce = READ_ONCE(mm->context.gmap_asce); in ptep_ipte_local()
74 asce = READ_ONCE(mm->context.gmap_asce); in ptep_ipte_global()