Home
last modified time | relevance | path

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

/mm/
Dhmm.c238 goto fault; in hmm_vma_handle_pte()
268 goto fault; in hmm_vma_handle_pte()
271 goto fault; in hmm_vma_handle_pte()
274 goto fault; in hmm_vma_handle_pte()
292 goto fault; in hmm_vma_handle_pte()
314 fault: in hmm_vma_handle_pte()
Dslub.c934 u8 *fault; in check_bytes_and_report() local
939 fault = memchr_inv(kasan_reset_tag(start), value, bytes); in check_bytes_and_report()
941 if (!fault) in check_bytes_and_report()
945 while (end > fault && end[-1] == value) in check_bytes_and_report()
953 fault, end - 1, fault - addr, in check_bytes_and_report()
954 fault[0], value); in check_bytes_and_report()
959 restore_bytes(s, what, value, fault, end); in check_bytes_and_report()
1022 u8 *fault; in slab_pad_check() local
1040 fault = memchr_inv(kasan_reset_tag(pad), POISON_INUSE, remainder); in slab_pad_check()
1042 if (!fault) in slab_pad_check()
[all …]
Dsecretmem.c112 .fault = secretmem_fault,
DKconfig958 the page fault handler merely verifies, at the end of the page
959 fault, that no writers have been running concurrently with it.
961 In high concurrency situations, the speculative fault handler
966 an unsupported case, the fault handler falls back to classical
Dmmap.c3423 .fault = special_mapping_fault,
3433 .fault = special_mapping_fault,
3447 if (sm->fault) in special_mapping_fault()
3448 return sm->fault(sm, vmf->vma, vmf); in special_mapping_fault()
Dmemory.c615 vma->vm_ops ? vma->vm_ops->fault : NULL, in print_bad_pte()
4119 ret = vma->vm_ops->fault(vmf); in __do_fault()
4148 ret = vma->vm_ops->fault(vmf); in __do_fault()
4619 if (!vma->vm_ops->fault) { in do_fault()
Dgup.c459 (vma_is_anonymous(vma) || !vma->vm_ops->fault)) in no_page_table()
Dfilemap.c3449 .fault = filemap_fault,
Dshmem.c3924 .fault = shmem_fault,
Dhugetlb.c4215 .fault = hugetlb_vm_op_fault,