Searched refs:fault_type (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/tools/testing/selftests/powerpc/mm/ |
| H A D | pkey_exec_prot.c | 24 static volatile sig_atomic_t fault_pkey, fault_code, fault_type; variable 73 switch (fault_type) { in segv_handler() 165 fault_type = -1; in test() 204 fault_type = PKEY_DISABLE_ACCESS; in test() 263 fault_type = -1; in test() 266 fault_type = PKEY_DISABLE_EXECUTE; in test()
|
| /linux-6.15/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_devlink.c | 345 u8 fault_type; in fault_report_show() local 347 fault_type = (event->type < FAULT_TYPE_MAX) ? event->type : FAULT_TYPE_MAX; in fault_report_show() 349 devlink_fmsg_string_pair_put(fmsg, "Fault type", type_str[fault_type]); in fault_report_show()
|
| /linux-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_gt_pagefault.c | 32 u8 fault_type; member 47 enum fault_type { enum 282 pf->fault_type, pf->access_type, pf->fault_level, in print_pagefault() 309 pf->fault_type = FIELD_GET(PFD_FAULT_TYPE, desc->dw2); in get_pagefault()
|
| /linux-6.15/drivers/iommu/intel/ |
| H A D | dmar.c | 1825 static const char *dmar_get_fault_reason(u8 fault_reason, int *fault_type) in dmar_get_fault_reason() argument 1829 *fault_type = INTR_REMAP; in dmar_get_fault_reason() 1833 *fault_type = DMA_REMAP; in dmar_get_fault_reason() 1836 *fault_type = DMA_REMAP; in dmar_get_fault_reason() 1839 *fault_type = UNKNOWN; in dmar_get_fault_reason() 1903 int fault_type; in dmar_fault_do_one() local 1905 reason = dmar_get_fault_reason(fault_reason, &fault_type); in dmar_fault_do_one() 1907 if (fault_type == INTR_REMAP) { in dmar_fault_do_one()
|
| /linux-6.15/arch/powerpc/xmon/ |
| H A D | xmon.c | 2303 static int fault_type; variable 2312 fault_type = 0; in handle_fault() 2316 fault_type = 1; in handle_fault() 2319 fault_type = 2; in handle_fault() 2433 printf("%s", fault_chars[fault_type]); in memex() 2569 printf("%s", fault_chars[fault_type]); in xmon_rawdump() 2977 printf("%s", fault_chars[fault_type]); in prdump() 3016 const char *x = fault_chars[fault_type]; in generic_inst_dump()
|
| /linux-6.15/mm/ |
| H A D | shmem.c | 163 struct vm_area_struct *vma, vm_fault_t *fault_type); 2235 vm_fault_t *fault_type) in shmem_swapin_folio() argument 2268 if (fault_type) { in shmem_swapin_folio() 2269 *fault_type |= VM_FAULT_MAJOR; in shmem_swapin_folio() 2435 gfp_t gfp, struct vm_fault *vmf, vm_fault_t *fault_type) in shmem_get_folio_gfp() argument 2461 *fault_type = handle_userfault(vmf, VM_UFFD_MINOR); in shmem_get_folio_gfp() 2467 sgp, gfp, vma, fault_type); in shmem_get_folio_gfp() 2510 *fault_type = handle_userfault(vmf, VM_UFFD_MISSING); in shmem_get_folio_gfp()
|
| /linux-6.15/drivers/block/drbd/ |
| H A D | drbd_int.h | 1506 int fault_type, struct bio *bio) in drbd_submit_bio_noacct() argument 1516 if (drbd_insert_fault(device, fault_type)) in drbd_submit_bio_noacct()
|
| /linux-6.15/include/soc/tegra/ |
| H A D | bpmp-abi.h | 3227 uint32_t fault_type; /**< @ref fmon_fault_type */ member
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-fs-f2fs | 705 What: /sys/fs/f2fs/<disk>/fault_type
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | f2fs.rst | 181 fault_type=%d Support configuring fault injection type, should be
|