Searched refs:fault_type (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/iommu/intel/ |
| H A D | dmar.c | 1826 static const char *dmar_get_fault_reason(u8 fault_reason, int *fault_type) in dmar_get_fault_reason() argument 1830 *fault_type = INTR_REMAP; in dmar_get_fault_reason() 1834 *fault_type = DMA_REMAP; in dmar_get_fault_reason() 1837 *fault_type = DMA_REMAP; in dmar_get_fault_reason() 1840 *fault_type = UNKNOWN; in dmar_get_fault_reason() 1904 int fault_type; in dmar_fault_do_one() local 1906 reason = dmar_get_fault_reason(fault_reason, &fault_type); in dmar_fault_do_one() 1908 if (fault_type == INTR_REMAP) { in dmar_fault_do_one()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_pagefault.c | 236 pf->consumer.fault_type, in xe_pagefault_print()
|
| /linux/mm/ |
| H A D | shmem.c | 162 struct vm_area_struct *vma, vm_fault_t *fault_type); 2274 vm_fault_t *fault_type) in shmem_swapin_folio() argument 2335 if (fault_type) { in shmem_swapin_folio() 2336 *fault_type |= VM_FAULT_MAJOR; in shmem_swapin_folio() 2458 gfp_t gfp, struct vm_fault *vmf, vm_fault_t *fault_type) in shmem_get_folio_gfp() argument 2484 *fault_type = handle_userfault(vmf, VM_UFFD_MINOR); in shmem_get_folio_gfp() 2490 sgp, gfp, vma, fault_type); in shmem_get_folio_gfp() 2533 *fault_type = handle_userfault(vmf, VM_UFFD_MISSING); in shmem_get_folio_gfp()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_int.h | 1489 int fault_type, struct bio *bio) in drbd_submit_bio_noacct() argument 1499 if (drbd_insert_fault(device, fault_type)) in drbd_submit_bio_noacct()
|
| /linux/include/soc/tegra/ |
| H A D | bpmp-abi.h | 3227 uint32_t fault_type; /**< @ref fmon_fault_type */ member
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-fs-f2fs | 711 What: /sys/fs/f2fs/<disk>/fault_type
|
| /linux/Documentation/filesystems/ |
| H A D | f2fs.rst | 187 fault_type=%d Support configuring fault injection type, should be
|