| /linux-6.15/arch/s390/include/asm/ |
| H A D | syscall_wrapper.h | 42 ALLOW_ERROR_INJECTION(__s390_compat_sys_##sname, ERRNO); \ 48 ALLOW_ERROR_INJECTION(__s390_sys_##sname, ERRNO); \ 50 ALLOW_ERROR_INJECTION(__s390x_sys_##sname, ERRNO); \ 68 ALLOW_ERROR_INJECTION(__s390_compat_sys##name, ERRNO); \ 91 ALLOW_ERROR_INJECTION(__s390_sys##name, ERRNO); \ 108 ALLOW_ERROR_INJECTION(__s390x_sys_##sname, ERRNO); \ 125 ALLOW_ERROR_INJECTION(__s390x_sys##name, ERRNO); \
|
| /linux-6.15/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-6.15/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-6.15/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-6.15/tools/testing/selftests/kmod/ |
| H A D | kmod.sh | 298 ERRNO=$(errno_name_to_val $ERRNO_NAME) 306 elif [[ $RC != $ERRNO ]]; then 307 echo "$1: FAIL, test expects $ERRNO_NAME ($ERRNO) - got $RC_NAME ($RC)" >&2
|
| /linux-6.15/mm/ |
| H A D | failslab.c | 48 ALLOW_ERROR_INJECTION(should_failslab, ERRNO);
|
| /linux-6.15/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-6.15/drivers/gpu/drm/xe/ |
| H A D | xe_tile.c | 131 ALLOW_ERROR_INJECTION(xe_tile_init_early, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_sriov.c | 128 ALLOW_ERROR_INJECTION(xe_sriov_init, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_wopcm.c | 273 ALLOW_ERROR_INJECTION(xe_wopcm_init, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_tuning.c | 169 ALLOW_ERROR_INJECTION(xe_tuning_init, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_hw_engine_group.c | 181 ALLOW_ERROR_INJECTION(xe_hw_engine_group_add_exec_queue, ERRNO);
|
| H A D | xe_guc_log.c | 274 ALLOW_ERROR_INJECTION(xe_guc_log_init, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_sync.c | 213 ALLOW_ERROR_INJECTION(xe_sync_entry_parse, ERRNO);
|
| H A D | xe_device.c | 504 ALLOW_ERROR_INJECTION(xe_device_create, ERRNO); /* See xe_pci_probe() */ 673 ALLOW_ERROR_INJECTION(wait_for_lmem_ready, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_exec_queue.c | 206 ALLOW_ERROR_INJECTION(xe_exec_queue_create, ERRNO); 282 ALLOW_ERROR_INJECTION(xe_exec_queue_create_bind, ERRNO);
|
| H A D | xe_pm.c | 278 ALLOW_ERROR_INJECTION(xe_pm_init_early, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_vm.c | 275 ALLOW_ERROR_INJECTION(xe_vm_add_compute_exec_queue, ERRNO); 799 ALLOW_ERROR_INJECTION(xe_vma_ops_alloc, ERRNO); 1593 ALLOW_ERROR_INJECTION(xe_vm_create_scratch, ERRNO); 2285 ALLOW_ERROR_INJECTION(vm_bind_ioctl_ops_create, ERRNO); 3041 ALLOW_ERROR_INJECTION(vm_bind_ioctl_ops_execute, ERRNO);
|
| H A D | xe_ggtt.c | 268 ALLOW_ERROR_INJECTION(xe_ggtt_init_early, ERRNO); /* See xe_pci_probe() */
|
| H A D | xe_pt.c | 144 ALLOW_ERROR_INJECTION(xe_pt_create, ERRNO); 2113 ALLOW_ERROR_INJECTION(xe_pt_update_ops_prepare, ERRNO); 2442 ALLOW_ERROR_INJECTION(xe_pt_update_ops_run, ERRNO);
|
| /linux-6.15/Documentation/bpf/ |
| H A D | redirect.rst | 58 The following bpftrace command can be used to extract the ``ERRNO`` being returned as
|
| /linux-6.15/Documentation/livepatch/ |
| H A D | callbacks.rst | 76 code (0 for success, -ERRNO on error). An error status code indicates
|
| /linux-6.15/include/linux/ |
| H A D | compat.h | 48 ALLOW_ERROR_INJECTION(compat_sys_##name, ERRNO); \ 77 ALLOW_ERROR_INJECTION(compat_sys##name, ERRNO); \
|
| /linux-6.15/drivers/mtd/ |
| H A D | mtdcore.c | 1428 ALLOW_ERROR_INJECTION(mtd_erase, ERRNO); 1528 ALLOW_ERROR_INJECTION(mtd_read, ERRNO); 1545 ALLOW_ERROR_INJECTION(mtd_write, ERRNO); 2366 ALLOW_ERROR_INJECTION(mtd_block_markbad, ERRNO);
|
| /linux-6.15/tools/testing/selftests/bpf/test_kmods/ |
| H A D | bpf_testmod.c | 460 ALLOW_ERROR_INJECTION(bpf_testmod_test_read, ERRNO); 478 ALLOW_ERROR_INJECTION(bpf_testmod_test_write, ERRNO);
|