Home
last modified time | relevance | path

Searched refs:fault (Results 1 – 8 of 8) sorted by relevance

/mm/
Dhmm.c284 bool fault, bool write_fault, in hmm_vma_walk_hole_() argument
300 if (fault || write_fault) { in hmm_vma_walk_hole_()
310 return (fault || write_fault) ? -EBUSY : 0; in hmm_vma_walk_hole_()
315 bool *fault, bool *write_fault) in hmm_pte_need_fault() argument
342 *fault = true; in hmm_pte_need_fault()
348 *fault = !(cpu_flags & range->flags[HMM_PFN_VALID]); in hmm_pte_need_fault()
353 *fault = true; in hmm_pte_need_fault()
359 uint64_t cpu_flags, bool *fault, in hmm_range_need_fault() argument
365 *fault = *write_fault = false; in hmm_range_need_fault()
369 *fault = *write_fault = false; in hmm_range_need_fault()
[all …]
Dslub.c766 u8 *fault; in check_bytes_and_report() local
770 fault = memchr_inv(start, value, bytes); in check_bytes_and_report()
772 if (!fault) in check_bytes_and_report()
776 while (end > fault && end[-1] == value) in check_bytes_and_report()
781 fault, end - 1, fault[0], value); in check_bytes_and_report()
784 restore_bytes(s, what, value, fault, end); in check_bytes_and_report()
847 u8 *fault; in slab_pad_check() local
865 fault = memchr_inv(pad, POISON_INUSE, remainder); in slab_pad_check()
867 if (!fault) in slab_pad_check()
869 while (end > fault && end[-1] == POISON_INUSE) in slab_pad_check()
[all …]
Dmmap.c3389 .fault = special_mapping_fault,
3396 .fault = special_mapping_fault,
3410 if (sm->fault) in special_mapping_fault()
3411 return sm->fault(sm, vmf->vma, vmf); in special_mapping_fault()
Dmemory.c556 vma->vm_ops ? vma->vm_ops->fault : NULL, in print_bad_pte()
3250 ret = vma->vm_ops->fault(vmf); in __do_fault()
3758 if (!vma->vm_ops->fault) { in do_fault()
Dgup.c134 if ((flags & FOLL_DUMP) && (!vma->vm_ops || !vma->vm_ops->fault)) in no_page_table()
Dfilemap.c2856 .fault = filemap_fault,
Dshmem.c3886 .fault = shmem_fault,
Dhugetlb.c3417 .fault = hugetlb_vm_op_fault,