Searched refs:fault (Results 1 – 9 of 9) sorted by relevance
/mm/ |
D | hmm.c | 244 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()
|
D | slub.c | 816 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 …]
|
D | Kconfig | 851 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
|
D | mmap.c | 3578 .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()
|
D | memory.c | 589 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()
|
D | gup.c | 386 (vma_is_anonymous(vma) || !vma->vm_ops->fault)) in no_page_table()
|
D | filemap.c | 3111 .fault = filemap_fault,
|
D | shmem.c | 3944 .fault = shmem_fault,
|
D | hugetlb.c | 3753 .fault = hugetlb_vm_op_fault,
|