| /linux/arch/arm64/include/asm/ |
| H A D | syscall_wrapper.h | 22 ALLOW_ERROR_INJECTION(__arm64_compat_sys##name, ERRNO); \ 37 ALLOW_ERROR_INJECTION(__arm64_compat_sys_##sname, ERRNO); \ 51 ALLOW_ERROR_INJECTION(__arm64_sys##name, ERRNO); \ 70 ALLOW_ERROR_INJECTION(__arm64_sys_##sname, ERRNO); \
|
| /linux/arch/riscv/include/asm/ |
| H A D | syscall_wrapper.h | 52 ALLOW_ERROR_INJECTION(__riscv_compat_sys##name, ERRNO); \ 66 ALLOW_ERROR_INJECTION(__riscv_compat_sys_##sname, ERRNO); \ 80 ALLOW_ERROR_INJECTION(__riscv_sys##name, ERRNO); \ 98 ALLOW_ERROR_INJECTION(__riscv_sys_##sname, ERRNO); \
|
| /linux/include/asm-generic/ |
| H A D | error-injection.h | 27 #define ALLOW_ERROR_INJECTION(fname, _etype) \ macro 37 #define ALLOW_ERROR_INJECTION(fname, _etype) macro
|
| /linux/arch/powerpc/include/asm/ |
| H A D | syscall_wrapper.h | 20 ALLOW_ERROR_INJECTION(sys##name, ERRNO); \ 39 ALLOW_ERROR_INJECTION(sys_##sname, ERRNO); \
|
| /linux/drivers/platform/surface/aggregator/ |
| H A D | ssh_packet_layer.c | 246 ALLOW_ERROR_INJECTION(ssh_ptl_should_drop_ack_packet, TRUE); 259 ALLOW_ERROR_INJECTION(ssh_ptl_should_drop_nak_packet, TRUE); 273 ALLOW_ERROR_INJECTION(ssh_ptl_should_drop_dsq_packet, TRUE); 285 ALLOW_ERROR_INJECTION(ssh_ptl_should_fail_write, ERRNO); 301 ALLOW_ERROR_INJECTION(ssh_ptl_should_corrupt_tx_data, TRUE); 314 ALLOW_ERROR_INJECTION(ssh_ptl_should_corrupt_rx_syn, TRUE); 327 ALLOW_ERROR_INJECTION(ssh_ptl_should_corrupt_rx_data, TRUE);
|
| H A D | ssh_request_layer.c | 75 ALLOW_ERROR_INJECTION(ssh_rtl_should_drop_response, TRUE);
|
| /linux/mm/ |
| H A D | fail_page_alloc.c | 46 ALLOW_ERROR_INJECTION(should_fail_alloc_page, TRUE);
|
| H A D | failslab.c | 48 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
|
| /linux/arch/x86/include/asm/ |
| H A D | syscall_wrapper.h | 87 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \ 93 ALLOW_ERROR_INJECTION(__##abi##_##name, ERRNO); \
|
| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_connector.c | 167 ALLOW_ERROR_INJECTION(intel_connector_register, ERRNO);
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_tuning.c | 200 ALLOW_ERROR_INJECTION(xe_tuning_init, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_sync.c | 232 ALLOW_ERROR_INJECTION(xe_sync_entry_parse, ERRNO);
|
| H A D | xe_guc_ct.c | 350 ALLOW_ERROR_INJECTION(xe_guc_ct_init_noalloc, ERRNO); /* See xe_pci_probe() */ 389 ALLOW_ERROR_INJECTION(xe_guc_ct_init, ERRNO); /* See xe_pci_probe() */ 1415 ALLOW_ERROR_INJECTION(xe_guc_ct_send_recv, ERRNO); 2139 ALLOW_ERROR_INJECTION(xe_is_injection_active, ERRNO);
|
| H A D | xe_device.c | 529 ALLOW_ERROR_INJECTION(xe_device_create, ERRNO); /* See xe_pci_probe() */ 752 ALLOW_ERROR_INJECTION(xe_device_probe_early, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_pm.c | 366 ALLOW_ERROR_INJECTION(xe_pm_init_early, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_hw_engine_class_sysfs.c | 604 ALLOW_ERROR_INJECTION(xe_add_hw_engine_class_defaults, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_guc_log.c | 645 ALLOW_ERROR_INJECTION(xe_guc_log_init, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_pxp.c | 686 ALLOW_ERROR_INJECTION(xe_pxp_exec_queue_add, ERRNO);
|
| H A D | xe_guc.c | 1219 ALLOW_ERROR_INJECTION(guc_wait_ucode, ERRNO); 1610 ALLOW_ERROR_INJECTION(xe_guc_mmio_send_recv, ERRNO);
|
| H A D | xe_exec_queue.c | 460 ALLOW_ERROR_INJECTION(xe_exec_queue_create, ERRNO); 564 ALLOW_ERROR_INJECTION(xe_exec_queue_create_bind, ERRNO);
|
| H A D | xe_wa.c | 945 ALLOW_ERROR_INJECTION(xe_wa_gt_init, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_pt.c | 151 ALLOW_ERROR_INJECTION(xe_pt_create, ERRNO); 2344 ALLOW_ERROR_INJECTION(xe_pt_update_ops_prepare, ERRNO); 2713 ALLOW_ERROR_INJECTION(xe_pt_update_ops_run, ERRNO);
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_driver.c | 288 ALLOW_ERROR_INJECTION(i915_driver_early_probe, ERRNO); 368 ALLOW_ERROR_INJECTION(i915_driver_mmio_probe, ERRNO); 598 ALLOW_ERROR_INJECTION(i915_driver_hw_probe, ERRNO);
|
| /linux/tools/testing/selftests/bpf/test_kmods/ |
| H A D | bpf_testmod.c | 565 ALLOW_ERROR_INJECTION(bpf_testmod_test_read, ERRNO); in bpf_testmod_test_write() 583 ALLOW_ERROR_INJECTION(bpf_testmod_test_write, ERRNO);
|
| /linux/block/ |
| H A D | blk-core.c | 549 ALLOW_ERROR_INJECTION(should_fail_bio, ERRNO);
|