| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/iommu/intel/ |
| H A D | dmar.c | 1756 static const char *dmar_get_fault_reason(u8 fault_reason, int *fault_type) in dmar_get_fault_reason() argument 1760 *fault_type = INTR_REMAP; in dmar_get_fault_reason() 1764 *fault_type = DMA_REMAP; in dmar_get_fault_reason() 1767 *fault_type = DMA_REMAP; in dmar_get_fault_reason() 1770 *fault_type = UNKNOWN; in dmar_get_fault_reason() 1845 int fault_type; in dmar_fault_do_one() local 1847 reason = dmar_get_fault_reason(fault_reason, &fault_type); in dmar_fault_do_one() 1849 if (fault_type == INTR_REMAP) in dmar_fault_do_one()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_defs.h | 690 enum kbase_mmu_fault_type fault_type; member 710 return as->fault_type == KBASE_MMU_FAULT_TYPE_BUS; in kbase_as_has_bus_fault() 715 return as->fault_type == KBASE_MMU_FAULT_TYPE_PAGE; in kbase_as_has_page_fault()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_devlink.c | 378 u8 fault_type; in fault_report_show() local 381 fault_type = (event->type < FAULT_TYPE_MAX) ? event->type : FAULT_TYPE_MAX; in fault_report_show() 383 err = devlink_fmsg_string_pair_put(fmsg, "Fault type", type_str[fault_type]); in fault_report_show()
|
| /OK3568_Linux_fs/kernel/arch/s390/mm/ |
| H A D | fault.c | 53 enum fault_type { enum 73 static enum fault_type get_fault_type(struct pt_regs *regs) in get_fault_type() 388 enum fault_type type; in do_exception()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/xmon/ |
| H A D | xmon.c | 2234 static int fault_type; variable 2243 fault_type = 0; in handle_fault() 2247 fault_type = 1; in handle_fault() 2250 fault_type = 2; in handle_fault() 2364 printf("%s", fault_chars[fault_type]); in memex() 2500 printf("%s", fault_chars[fault_type]); in xmon_rawdump() 2928 printf("%s", fault_chars[fault_type]); in prdump() 2967 const char *x = fault_chars[fault_type]; in generic_inst_dump()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | shmem.c | 153 vm_fault_t *fault_type); 157 struct vm_fault *vmf, vm_fault_t *fault_type); 1713 vm_fault_t *fault_type) in shmem_swapin_page() argument 1730 if (fault_type) { in shmem_swapin_page() 1731 *fault_type |= VM_FAULT_MAJOR; in shmem_swapin_page() 1813 vm_fault_t *fault_type) in shmem_getpage_gfp() argument 1846 *fault_type = handle_userfault(vmf, VM_UFFD_MINOR); in shmem_getpage_gfp() 1852 sgp, gfp, vma, fault_type); in shmem_getpage_gfp() 1883 *fault_type = handle_userfault(vmf, VM_UFFD_MISSING); in shmem_getpage_gfp()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/backend/gpu/ |
| H A D | mali_kbase_mmu_hw_direct.c | 205 as->fault_type = (bf_bits & (1 << as_no)) ? in kbase_mmu_interrupt()
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_receiver.c | 1640 const int fault_type) in drbd_submit_peer_request() argument 1726 drbd_submit_bio_noacct(device, fault_type, bio); in drbd_submit_peer_request() 2845 unsigned int fault_type; in receive_DataRequest() local 2909 fault_type = DRBD_FAULT_DT_RD; in receive_DataRequest() 2923 fault_type = DRBD_FAULT_RS_RD; in receive_DataRequest() 2930 fault_type = DRBD_FAULT_RS_RD; in receive_DataRequest() 2979 fault_type = DRBD_FAULT_RS_RD; in receive_DataRequest() 3032 fault_type) == 0) in receive_DataRequest()
|
| H A D | drbd_int.h | 1579 int fault_type, struct bio *bio) in drbd_submit_bio_noacct() argument 1589 if (drbd_insert_fault(device, fault_type)) in drbd_submit_bio_noacct()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | f2fs.rst | 177 fault_type=%d Support configuring fault injection type, should be
|