Searched refs:fault (Results 1 – 10 of 10) sorted by relevance
/mm/ |
D | hmm.c | 238 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()
|
D | slub.c | 934 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 …]
|
D | secretmem.c | 112 .fault = secretmem_fault,
|
D | Kconfig | 958 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
|
D | mmap.c | 3423 .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()
|
D | memory.c | 615 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()
|
D | gup.c | 459 (vma_is_anonymous(vma) || !vma->vm_ops->fault)) in no_page_table()
|
D | filemap.c | 3449 .fault = filemap_fault,
|
D | shmem.c | 3924 .fault = shmem_fault,
|
D | hugetlb.c | 4215 .fault = hugetlb_vm_op_fault,
|