Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dtlbflush.h49 unsigned long gmap_asce; in __tlb_flush_mm() local
56 gmap_asce = READ_ONCE(mm->context.gmap_asce); in __tlb_flush_mm()
57 if (gmap_asce != -1UL) { in __tlb_flush_mm()
58 if (gmap_asce) in __tlb_flush_mm()
59 __tlb_flush_idte(gmap_asce); in __tlb_flush_mm()
H A Dmmu.h15 unsigned long gmap_asce; member
H A Dmmu_context.h30 mm->context.gmap_asce = 0; in init_new_context()
/linux/arch/s390/mm/
H A Dpgtable.c46 asce = READ_ONCE(mm->context.gmap_asce); in ptep_ipte_local()
66 asce = READ_ONCE(mm->context.gmap_asce); in ptep_ipte_global()