Lines Matching refs:asce
20 static inline void __tlb_flush_idte(unsigned long asce) in __tlb_flush_idte() argument
25 : : "a" (2048), "a" (asce) : "cc"); in __tlb_flush_idte()
31 static inline void __tlb_flush_idte_local(unsigned long asce) in __tlb_flush_idte_local() argument
36 : : "a" (2048), "a" (asce) : "cc"); in __tlb_flush_idte_local()
86 static inline void __tlb_flush_asce(struct mm_struct *mm, unsigned long asce) in __tlb_flush_asce() argument
95 __tlb_flush_idte_local(asce); in __tlb_flush_asce()
98 __tlb_flush_idte(asce); in __tlb_flush_asce()
113 __tlb_flush_idte(init_mm.context.asce); in __tlb_flush_kernel()
124 static inline void __tlb_flush_asce(struct mm_struct *mm, unsigned long asce) in __tlb_flush_asce() argument
127 __tlb_flush_idte_local(asce); in __tlb_flush_asce()
135 __tlb_flush_idte_local(init_mm.context.asce); in __tlb_flush_kernel()
149 __tlb_flush_asce(mm, mm->context.asce); in __tlb_flush_mm()