Lines Matching refs:mm

20 #define local_flush_cache_mm(mm) BTFIXUP_CALL(local_flush_cache_mm)(mm)  argument
21 #define local_flush_cache_range(mm,start,end) BTFIXUP_CALL(local_flush_cache_range)(mm,start,end) argument
30 #define local_flush_tlb_mm(mm) BTFIXUP_CALL(local_flush_tlb_mm)(mm) argument
31 #define local_flush_tlb_range(mm,start,end) BTFIXUP_CALL(local_flush_tlb_range)(mm,start,end) argument
38 #define local_flush_sig_insns(mm,insn_addr) BTFIXUP_CALL(local_flush_sig_insns)(mm,insn_addr) argument
41 extern void smp_flush_cache_mm(struct mm_struct *mm);
42 extern void smp_flush_cache_range(struct mm_struct *mm,
48 extern void smp_flush_tlb_mm(struct mm_struct *mm);
49 extern void smp_flush_tlb_range(struct mm_struct *mm,
52 extern void smp_flush_tlb_page(struct vm_area_struct *mm, unsigned long page);
54 extern void smp_flush_sig_insns(struct mm_struct *mm, unsigned long insn_addr);
63 #define flush_cache_mm(mm) BTFIXUP_CALL(flush_cache_mm)(mm) in BTFIXUPDEF_CALL() argument
64 #define flush_cache_range(mm,start,end) BTFIXUP_CALL(flush_cache_range)(mm,start,end) in BTFIXUPDEF_CALL() argument
73 extern __inline__ void flush_tlb_pgtables(struct mm_struct *mm, unsigned long start, unsigned long …
78 #define flush_tlb_mm(mm) BTFIXUP_CALL(flush_tlb_mm)(mm) argument
79 #define flush_tlb_range(mm,start,end) BTFIXUP_CALL(flush_tlb_range)(mm,start,end) argument
86 #define flush_sig_insns(mm,insn_addr) BTFIXUP_CALL(flush_sig_insns)(mm,insn_addr) argument
114 #define pgd_alloc(mm) get_pgd_fast() in BTFIXUPDEF_CALL() argument
118 static __inline__ pmd_t *pmd_alloc_one(struct mm_struct *mm, unsigned long address) in BTFIXUPDEF_CALL()
124 #define pmd_alloc_one_fast(mm, address) BTFIXUP_CALL(pmd_alloc_one_fast)(mm, address) argument
134 #define pte_alloc_one(mm, address) BTFIXUP_CALL(pte_alloc_one)(mm, address) argument
137 #define pte_alloc_one_fast(mm, address) BTFIXUP_CALL(pte_alloc_one_fast)(mm, address) argument