Searched refs:mm (Results 26 - 50 of 2900) sorted by path

1234567891011>>

/linux-master/arch/mips/include/asm/
H A Dtlbflush.h5 #include <linux/mm.h>
11 * - flush_tlb_mm(mm) flushes the specified mm context TLB entries
40 #define flush_tlb_mm(mm) drop_mmu_context(mm)
/linux-master/arch/mips/kernel/
H A Dpm.c44 if (current->mm)
45 write_c0_entryhi(cpu_asid(cpu, current->mm));
/linux-master/arch/mips/mm/
H A Dsc-rm7k.c11 #include <linux/mm.h>
/linux-master/arch/mips/pci/
H A Dops-lantiq.c11 #include <linux/mm.h>
H A Dpci-bcm1480.c26 #include <linux/mm.h>
H A Dpci-bcm1480ht.c25 #include <linux/mm.h>
H A Dpci-sb1250.c24 #include <linux/mm.h>
H A Dpci.c10 #include <linux/mm.h>
/linux-master/arch/mips/sibyte/bcm1480/
H A Dirq.c11 #include <linux/mm.h>
/linux-master/arch/nios2/include/asm/
H A Dtlbflush.h15 * - flush_tlb_mm(mm) flushes the specified mm context TLB entries
25 extern void flush_tlb_mm(struct mm_struct *mm);
/linux-master/arch/nios2/mm/
H A Dmmu_context.c13 #include <linux/mm.h>
103 * After we have set current->mm to a new value, this activates
104 * the context for the new mm so we see the new mappings.
/linux-master/arch/powerpc/include/asm/book3s/
H A Dpgalloc.h5 #include <linux/mm.h>
/linux-master/arch/powerpc/include/asm/
H A Dcopro.h16 int copro_handle_mm_fault(struct mm_struct *mm, unsigned long ea,
19 int copro_calculate_slb(struct mm_struct *mm, u64 ea, struct copro_slb *slb);
23 void copro_flush_all_slbs(struct mm_struct *mm);
25 static inline void copro_flush_all_slbs(struct mm_struct *mm) {} argument
/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpgalloc.h12 /* #define pmd_alloc_one(mm,address) ({ BUG(); ((pmd_t *)2); }) */
13 #define pmd_free(mm, x) do { } while (0)
15 /* #define pgd_populate(mm, pmd, pte) BUG() */
17 static inline void pmd_populate_kernel(struct mm_struct *mm, pmd_t *pmdp, argument
26 static inline void pmd_populate(struct mm_struct *mm, pmd_t *pmdp, argument
/linux-master/arch/powerpc/kernel/
H A Dsuspend.c9 #include <linux/mm.h>
/linux-master/arch/powerpc/lib/
H A Drheap.c19 #include <linux/mm.h>
/linux-master/arch/powerpc/platforms/cell/spufs/
H A Dbacking_ops.c14 #include <linux/mm.h>
H A Dcontext.c11 #include <linux/mm.h>
15 #include <linux/sched/mm.h>
99 /* give up the mm reference when the context is about to be destroyed */
102 struct mm_struct *mm; local
113 mm = ctx->owner;
115 mmput(mm);
H A Dfault.c10 #include <linux/mm.h>
128 ret = copro_handle_mm_fault(current->mm, ea, dsisr, &flt);
H A Dhw_ops.c11 #include <linux/mm.h>
H A Dlscsa_alloc.c11 #include <linux/mm.h>
/linux-master/arch/s390/kernel/
H A Dcompat_linux.c21 #include <linux/mm.h>
/linux-master/arch/sh/include/asm/
H A Dtlbflush.h9 * - flush_tlb_mm(mm) flushes the specified mm context TLB's
15 extern void local_flush_tlb_mm(struct mm_struct *mm);
30 extern void flush_tlb_mm(struct mm_struct *mm);
40 #define flush_tlb_mm(mm) local_flush_tlb_mm(mm)
/linux-master/arch/sh/kernel/
H A Dasm-offsets.c14 #include <linux/mm.h>
H A Ddwarf.c19 #include <linux/mm.h>

Completed in 271 milliseconds

1234567891011>>