| /linux-6.15/kernel/ |
| H A D | exit.c | 1067 SYSCALL_DEFINE1(exit, int, error_code) in SYSCALL_DEFINE1() argument 1111 SYSCALL_DEFINE1(exit_group, int, error_code) in SYSCALL_DEFINE1() argument
|
| /linux-6.15/drivers/media/platform/st/sti/delta/ |
| H A D | delta-mjpeg-fw.h | 221 enum jpeg_decoding_error_t error_code; member
|
| /linux-6.15/arch/loongarch/include/asm/ |
| H A D | processor.h | 129 unsigned long error_code; member
|
| /linux-6.15/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | bioscfg.c | 228 int hp_wmi_error_and_message(int error_code) in hp_wmi_error_and_message()
|
| /linux-6.15/drivers/gpu/drm/amd/amdkfd/ |
| H A D | kfd_smi_events.c | 296 int error_code) in kfd_smi_event_migration_end()
|
| /linux-6.15/drivers/staging/gpib/ni_usb/ |
| H A D | ni_usb_gpib.h | 88 short error_code; member
|
| /linux-6.15/drivers/net/can/usb/etas_es58x/ |
| H A D | es58x_fd.h | 166 u8 error_code; member
|
| /linux-6.15/arch/x86/kvm/mmu/ |
| H A D | mmu_internal.h | 235 const u64 error_code; member
|
| H A D | mmu.c | 4758 int kvm_handle_page_fault(struct kvm_vcpu *vcpu, u64 error_code, in kvm_handle_page_fault() 4861 static int kvm_tdp_map_page(struct kvm_vcpu *vcpu, gpa_t gpa, u64 error_code, in kvm_tdp_map_page() 4904 u64 error_code = PFERR_GUEST_FINAL_MASK; in kvm_arch_vcpu_pre_fault_memory() local 6132 static bool is_write_to_guest_page_table(u64 error_code) in is_write_to_guest_page_table() 6140 u64 error_code, int *emulation_type) in kvm_mmu_write_protect_fault() 6232 int noinline kvm_mmu_page_fault(struct kvm_vcpu *vcpu, gpa_t cr2_or_gpa, u64 error_code, in kvm_mmu_page_fault()
|
| /linux-6.15/drivers/media/platform/allegro-dvt/ |
| H A D | allegro-mail.h | 164 u32 error_code; member 260 u32 error_code; member
|
| /linux-6.15/arch/mips/include/asm/ |
| H A D | processor.h | 264 unsigned long error_code; member
|
| /linux-6.15/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 5239 u32 intr_info, ex_no, error_code; in handle_exception_nmi() local 5758 u32 error_code = 0; in handle_task_switch() local 5814 u64 error_code; in handle_ept_violation() local 6226 u64 *info1, u64 *info2, u32 *intr_info, u32 *error_code) in vmx_get_exit_info() 6246 void vmx_get_entry_info(struct kvm_vcpu *vcpu, u32 *intr_info, u32 *error_code) in vmx_get_entry_info() 7206 u32 error_code = 0; in __vmx_complete_interrupts() local
|
| /linux-6.15/drivers/iommu/ |
| H A D | apple-dart.c | 1014 u32 error_code = FIELD_GET(DART_T8020_ERROR_CODE, error); in apple_dart_t8020_irq() local 1051 u32 error_code = FIELD_GET(DART_T8110_ERROR_CODE, error); in apple_dart_t8110_irq() local
|
| /linux-6.15/drivers/net/can/usb/kvaser_usb/ |
| H A D | kvaser_usb_leaf.c | 286 u8 error_code; member 295 u8 error_code; member 1492 u8 error_code = 0; in kvaser_usb_leaf_error_event() local
|
| /linux-6.15/drivers/thunderbolt/ |
| H A D | dma_test.c | 108 enum dma_test_test_error error_code; member
|
| /linux-6.15/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_coredump.h | 144 __le16 error_code; member
|
| /linux-6.15/drivers/mmc/host/ |
| H A D | sdhci-uhs2.c | 776 u8 error_code; in __sdhci_uhs2_finish_command() local
|
| /linux-6.15/drivers/scsi/ |
| H A D | imm.c | 158 imm_fail_func(imm_struct *dev, int error_code) in imm_fail_func()
|
| H A D | ppa.c | 170 static inline void ppa_fail_func(ppa_struct *dev, int error_code) in ppa_fail_func()
|
| /linux-6.15/tools/testing/selftests/kvm/include/x86/ |
| H A D | processor.h | 1160 uint64_t error_code; member 1239 #define kvm_asm_safe_ec(insn, error_code, inputs...) \ argument 1262 #define kvm_asm_safe_ec_fep(insn, error_code, inputs...) \ argument
|
| H A D | hyperv.h | 261 uint64_t error_code; in __hyperv_hypercall() local
|
| /linux-6.15/drivers/gpu/drm/amd/include/ |
| H A D | amd_acpi.h | 70 u8 error_code; /* error code */ member
|
| /linux-6.15/arch/x86/kvm/svm/ |
| H A D | nested.c | 1377 u32 error_code) in nested_svm_is_exception_vmexit()
|
| /linux-6.15/net/can/j1939/ |
| H A D | socket.c | 1289 int error_code = ENETDOWN; in j1939_sk_netdev_event_netdown() local
|
| /linux-6.15/arch/x86/kvm/ |
| H A D | x86.c | 789 bool has_error_code, u32 error_code, in kvm_queue_exception_vmexit() 804 bool has_error, u32 error_code, in kvm_multiple_exception() 881 u32 error_code, unsigned long payload) in kvm_queue_exception_e_p() 887 bool has_error_code, u32 error_code) in kvm_requeue_exception() 982 void kvm_queue_exception_e(struct kvm_vcpu *vcpu, unsigned nr, u32 error_code) in kvm_queue_exception_e() 8832 u32 reason, intr_info, error_code; in kvm_prepare_event_vectoring_exit() local 11864 int reason, bool has_error_code, u32 error_code) in kvm_task_switch() 13684 void kvm_fixup_and_inject_pf_error(struct kvm_vcpu *vcpu, gva_t gva, u16 error_code) in kvm_fixup_and_inject_pf_error()
|