Home
last modified time | relevance | path

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

/mm/
Dhmm.c244 goto fault; in hmm_vma_handle_pte()
273 goto fault; in hmm_vma_handle_pte()
291 goto fault; in hmm_vma_handle_pte()
313 fault: in hmm_vma_handle_pte()
Dslub.c816 u8 *fault; in check_bytes_and_report() local
821 fault = memchr_inv(kasan_reset_tag(start), value, bytes); in check_bytes_and_report()
823 if (!fault) in check_bytes_and_report()
827 while (end > fault && end[-1] == value) in check_bytes_and_report()
832 fault, end - 1, fault - addr, in check_bytes_and_report()
833 fault[0], value); in check_bytes_and_report()
837 restore_bytes(s, what, value, fault, end); in check_bytes_and_report()
900 u8 *fault; in slab_pad_check() local
918 fault = memchr_inv(kasan_reset_tag(pad), POISON_INUSE, remainder); in slab_pad_check()
920 if (!fault) in slab_pad_check()
[all …]
DKconfig851 since the page fault handler will not wait for other threads memory
853 part of the process's memory space. This type of page fault is named
854 speculative page fault.
856 If the speculative page fault fails because of a concurrency is
858 allocating, it is failing its processing and a classic page fault
Dmmap.c3578 .fault = special_mapping_fault,
3587 .fault = special_mapping_fault,
3601 if (sm->fault) in special_mapping_fault()
3602 return sm->fault(sm, vmf->vma, vmf); in special_mapping_fault()
Dmemory.c589 vma->vm_ops ? vma->vm_ops->fault : NULL, in print_bad_pte()
4059 ret = vma->vm_ops->fault(vmf); in __do_fault()
4495 if (!vma->vm_ops->fault) { in do_fault()
Dgup.c386 (vma_is_anonymous(vma) || !vma->vm_ops->fault)) in no_page_table()
Dfilemap.c3111 .fault = filemap_fault,
Dshmem.c3944 .fault = shmem_fault,
Dhugetlb.c3753 .fault = hugetlb_vm_op_fault,