Searched refs:mm (Results 1 – 2 of 2) sorted by relevance
/virt/kvm/ |
D | async_pf.c | 76 struct mm_struct *mm = apf->mm; in async_pf_execute() local 83 get_user_pages_unlocked(NULL, mm, addr, 1, NULL, FOLL_WRITE); in async_pf_execute() 104 mmput(mm); in async_pf_execute() 121 mmput(work->mm); in kvm_clear_async_pf_completion_queue() 185 work->mm = current->mm; in kvm_setup_async_pf() 186 atomic_inc(&work->mm->mm_users); in kvm_setup_async_pf() 204 mmput(work->mm); in kvm_setup_async_pf()
|
D | kvm_main.c | 276 struct mm_struct *mm, in kvm_mmu_notifier_invalidate_page() argument 317 struct mm_struct *mm, in kvm_mmu_notifier_change_pte() argument 333 struct mm_struct *mm, in kvm_mmu_notifier_invalidate_range_start() argument 358 struct mm_struct *mm, in kvm_mmu_notifier_invalidate_range_end() argument 384 struct mm_struct *mm, in kvm_mmu_notifier_clear_flush_young() argument 405 struct mm_struct *mm, in kvm_mmu_notifier_clear_young() argument 435 struct mm_struct *mm, in kvm_mmu_notifier_test_young() argument 451 struct mm_struct *mm) in kvm_mmu_notifier_release() argument 475 return mmu_notifier_register(&kvm->mmu_notifier, current->mm); in kvm_init_mmu_notifier() 552 atomic_inc(¤t->mm->mm_count); in kvm_create_vm() [all …]
|