Searched refs:mm (Results 1 - 25 of 2900) sorted by last modified time

1234567891011>>

/linux-master/fs/btrfs/
H A Dscrub.c8 #include <linux/sched/mm.h>
H A Dinode.c33 #include <linux/sched/mm.h>
H A Dbackref.c6 #include <linux/mm.h>
/linux-master/virt/kvm/
H A Dkvm_main.c23 #include <linux/mm.h>
33 #include <linux/sched/mm.h>
726 struct mm_struct *mm,
906 struct mm_struct *mm,
917 struct mm_struct *mm,
940 struct mm_struct *mm,
950 struct mm_struct *mm)
973 return mmu_notifier_register(&kvm->mmu_notifier, current->mm);
1199 mmgrab(current->mm);
1200 kvm->mm
725 kvm_mmu_notifier_change_pte(struct mmu_notifier *mn, struct mm_struct *mm, unsigned long address, pte_t pte) argument
905 kvm_mmu_notifier_clear_flush_young(struct mmu_notifier *mn, struct mm_struct *mm, unsigned long start, unsigned long end) argument
916 kvm_mmu_notifier_clear_young(struct mmu_notifier *mn, struct mm_struct *mm, unsigned long start, unsigned long end) argument
939 kvm_mmu_notifier_test_young(struct mmu_notifier *mn, struct mm_struct *mm, unsigned long address) argument
949 kvm_mmu_notifier_release(struct mmu_notifier *mn, struct mm_struct *mm) argument
1341 struct mm_struct *mm = kvm->mm; local
[all...]
/linux-master/kernel/sched/
H A Dsched.h14 #include <linux/sched/mm.h>
46 #include <linux/mm.h>
3253 static inline void __mm_cid_put(struct mm_struct *mm, int cid) argument
3257 cpumask_clear_cpu(cid, mm_cidmask(mm));
3261 * The per-mm/cpu cid can have the MM_CID_LAZY_PUT flag set or transition to
3270 struct mm_struct *mm = t->mm; local
3271 struct mm_cid __percpu *pcpu_cid = mm->pcpu_cid;
3279 __mm_cid_put(mm, mm_cid_clear_lazy_put(cid));
3282 static inline int mm_cid_pcpu_unset(struct mm_struct *mm) argument
3303 mm_cid_put(struct mm_struct *mm) argument
3314 __mm_cid_try_get(struct mm_struct *mm) argument
3340 mm_cid_snapshot_time(struct rq *rq, struct mm_struct *mm) argument
3348 __mm_cid_get(struct rq *rq, struct mm_struct *mm) argument
3400 mm_cid_get(struct rq *rq, struct mm_struct *mm) argument
[all...]
/linux-master/fs/sysfs/
H A Dfile.c18 #include <linux/mm.h>
/linux-master/fs/smb/client/
H A Dconnect.c11 #include <linux/sched/mm.h>
H A Dcifsglob.h17 #include <linux/mm.h>
21 #include <linux/sched/mm.h>
H A Dcifsfs.c40 #include <linux/mm.h>
/linux-master/fs/bcachefs/
H A Dbtree_io.c24 #include <linux/sched/mm.h>
H A Dbtree_key_cache.c15 #include <linux/sched/mm.h>
H A Dbackpointers.c14 #include <linux/mm.h>
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c29 #include <linux/mm.h>
/linux-master/drivers/usb/gadget/function/
H A Df_fs.c25 #include <linux/mm.h>
250 struct mm_struct *mm; member in struct:ffs_io_data
857 kthread_use_mm(io_data->mm);
859 kthread_unuse_mm(io_data->mm);
1241 p->mm = current->mm;
1285 p->mm = current->mm;
/linux-master/drivers/tty/serial/
H A Dpmac_zilog.c36 #include <linux/mm.h>
/linux-master/drivers/android/
H A Dbinder.c58 #include <linux/sched/mm.h>
/linux-master/drivers/accessibility/speakup/
H A Dmain.c15 #include <linux/mm.h> /* __get_free_page() and friends */
/linux-master/block/
H A Dbdev.c9 #include <linux/mm.h>
/linux-master/arch/x86/kvm/
H A Dx86.c3692 if (WARN_ON_ONCE(current->mm != vcpu->kvm->mm))
5092 if (unlikely(current->mm != vcpu->kvm->mm))
12701 if (current->mm == kvm->mm) {
H A Dlapic.c22 #include <linux/mm.h>
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c24 #include <linux/mm.h>
1325 if (likely(is_64bit_mm(current->mm))) {
7360 * it switches back to the current->mm, which can occur in KVM context
7361 * when switching to a temporary mm to patch kernel code, e.g. if KVM
/linux-master/arch/x86/kvm/mmu/
H A Dmmu.c35 #include <linux/mm.h>
433 * gup_get_pte (mm/gup.c).
3058 * Lookup the mapping level for @gfn in the current mm.
3117 pgd = READ_ONCE(*pgd_offset(kvm->mm, hva));
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h12 #include <linux/mm.h>
/linux-master/arch/x86/entry/
H A Dcommon.c14 #include <linux/mm.h>
400 unsigned long landing_pad = (unsigned long)current->mm->context.vdso +
/linux-master/arch/powerpc/kernel/
H A Diommu.c16 #include <linux/mm.h>
1077 long iommu_tce_xchg_no_kill(struct mm_struct *mm, argument
1088 !mm_iommu_is_devmem(mm, *hpa, tbl->it_page_shift,

Completed in 641 milliseconds

1234567891011>>