Home
last modified time | relevance | path

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

/Linux-v4.19/arch/s390/include/asm/
Dtlbflush.h54 unsigned long gmap_asce; in __tlb_flush_mm() local
66 gmap_asce = READ_ONCE(mm->context.gmap_asce); in __tlb_flush_mm()
67 if (MACHINE_HAS_IDTE && gmap_asce != -1UL) { in __tlb_flush_mm()
68 if (gmap_asce) in __tlb_flush_mm()
69 __tlb_flush_idte(gmap_asce); in __tlb_flush_mm()
Dmmu.h15 unsigned long gmap_asce; member
Dmmu_context.h26 mm->context.gmap_asce = 0; in init_new_context()
/Linux-v4.19/arch/s390/mm/
Dgmap.c100 unsigned long gmap_asce; in gmap_create() local
109 gmap_asce = gmap->asce; in gmap_create()
111 gmap_asce = -1UL; in gmap_create()
112 WRITE_ONCE(mm->context.gmap_asce, gmap_asce); in gmap_create()
242 unsigned long gmap_asce; in gmap_remove() local
257 gmap_asce = 0; in gmap_remove()
259 gmap_asce = list_first_entry(&gmap->mm->context.gmap_list, in gmap_remove()
262 gmap_asce = -1UL; in gmap_remove()
263 WRITE_ONCE(gmap->mm->context.gmap_asce, gmap_asce); in gmap_remove()
Dpgtable.c36 asce = READ_ONCE(mm->context.gmap_asce); in ptep_ipte_local()
56 asce = READ_ONCE(mm->context.gmap_asce); in ptep_ipte_global()