Home
last modified time | relevance | path

Searched refs:__tlb_flush_idte (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dtlbflush.h20 static inline void __tlb_flush_idte(unsigned long asce) in __tlb_flush_idte() function
62 __tlb_flush_idte(gmap_asce); in __tlb_flush_mm()
63 __tlb_flush_idte(mm->context.asce); in __tlb_flush_mm()
75 __tlb_flush_idte(init_mm.context.asce); in __tlb_flush_kernel()
/openbmc/linux/arch/s390/mm/
H A Dgmap.c132 __tlb_flush_idte(gmap->asce); in gmap_flush_tlb()