| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | regex_error.h | 49 enum error_type in _GLIBCXX_VISIBILITY() enum 67 constexpr error_type error_collate(_S_error_collate); in _GLIBCXX_VISIBILITY() 70 constexpr error_type error_ctype(_S_error_ctype); in _GLIBCXX_VISIBILITY() 76 constexpr error_type error_escape(_S_error_escape); in _GLIBCXX_VISIBILITY() 79 constexpr error_type error_backref(_S_error_backref); in _GLIBCXX_VISIBILITY() 82 constexpr error_type error_brack(_S_error_brack); in _GLIBCXX_VISIBILITY() 85 constexpr error_type error_paren(_S_error_paren); in _GLIBCXX_VISIBILITY() 88 constexpr error_type error_brace(_S_error_brace); in _GLIBCXX_VISIBILITY() 91 constexpr error_type error_badbrace(_S_error_badbrace); in _GLIBCXX_VISIBILITY() 97 constexpr error_type error_range(_S_error_range); in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | regex_error.h | 49 enum error_type in _GLIBCXX_VISIBILITY() enum 67 constexpr error_type error_collate(_S_error_collate); in _GLIBCXX_VISIBILITY() 70 constexpr error_type error_ctype(_S_error_ctype); in _GLIBCXX_VISIBILITY() 76 constexpr error_type error_escape(_S_error_escape); in _GLIBCXX_VISIBILITY() 79 constexpr error_type error_backref(_S_error_backref); in _GLIBCXX_VISIBILITY() 82 constexpr error_type error_brack(_S_error_brack); in _GLIBCXX_VISIBILITY() 85 constexpr error_type error_paren(_S_error_paren); in _GLIBCXX_VISIBILITY() 88 constexpr error_type error_brace(_S_error_brace); in _GLIBCXX_VISIBILITY() 91 constexpr error_type error_badbrace(_S_error_badbrace); in _GLIBCXX_VISIBILITY() 97 constexpr error_type error_range(_S_error_range); in _GLIBCXX_VISIBILITY() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/ |
| H A D | hfi_msgs.h | 64 u32 error_type; member 71 u32 error_type; member 77 u32 error_type; member 82 u32 error_type; member 89 u32 error_type; member 94 u32 error_type; member 101 u32 error_type; member 121 u32 error_type; member 126 u32 error_type; member 131 u32 error_type; member [all …]
|
| H A D | hfi_msgs.c | 215 error = pkt->error_type; in hfi_sys_init_done() 280 core->error = pkt->error_type; in hfi_sys_rel_resource_done() 309 pkt->error_type); in hfi_sys_pc_prepare_done() 407 error = pkt->error_type; in hfi_session_init_done() 431 inst->error = pkt->error_type; in hfi_session_load_res_done() 440 inst->error = pkt->error_type; in hfi_session_flush_done() 451 inst->error = pkt->error_type; in hfi_session_etb_done() 478 error = pkt->error_type; in hfi_session_ftb_done() 496 error = pkt->error_type; in hfi_session_ftb_done() 542 inst->error = pkt->error_type; in hfi_session_start_done() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/pseries/ |
| H A D | ras.c | 45 u8 error_type; member 108 switch (mlog->error_type) { in rtas_mc_error_sub_type() 524 static int mce_handle_err_realmode(int disposition, u8 error_type) in mce_handle_err_realmode() argument 528 switch (error_type) { in mce_handle_err_realmode() 565 u8 error_type, err_sub_type; in mce_handle_err_virtmode() local 570 error_type = mce_log->error_type; in mce_handle_err_virtmode() 608 mce_err.error_type = MCE_ERROR_TYPE_UNKNOWN; in mce_handle_err_virtmode() 611 switch (error_type) { in mce_handle_err_virtmode() 613 mce_err.error_type = MCE_ERROR_TYPE_UE; in mce_handle_err_virtmode() 650 mce_err.error_type = MCE_ERROR_TYPE_SLB; in mce_handle_err_virtmode() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | mce_power.c | 135 unsigned int error_type; member 288 unsigned int error_type; member 493 switch (table[i].error_type) { in mce_handle_ierror() 508 mce_err->error_type = table[i].error_type; in mce_handle_ierror() 510 switch (table[i].error_type) { in mce_handle_ierror() 539 table[i].error_type == MCE_ERROR_TYPE_UE) { in mce_handle_ierror() 554 mce_err->error_type = MCE_ERROR_TYPE_UNKNOWN; in mce_handle_ierror() 580 switch (table[i].error_type) { in mce_handle_derror() 606 mce_err->error_type = table[i].error_type; in mce_handle_derror() 608 switch (table[i].error_type) { in mce_handle_derror() [all …]
|
| H A D | mce.c | 69 mce->error_type = mce_err->error_type; in mce_set_error_info() 70 switch (mce_err->error_type) { in mce_set_error_info() 144 if (mce->error_type == MCE_ERROR_TYPE_TLB) { in save_mce_event() 147 } else if (mce->error_type == MCE_ERROR_TYPE_SLB) { in save_mce_event() 150 } else if (mce->error_type == MCE_ERROR_TYPE_ERAT) { in save_mce_event() 153 } else if (mce->error_type == MCE_ERROR_TYPE_USER) { in save_mce_event() 156 } else if (mce->error_type == MCE_ERROR_TYPE_RA) { in save_mce_event() 159 } else if (mce->error_type == MCE_ERROR_TYPE_LINK) { in save_mce_event() 162 } else if (mce->error_type == MCE_ERROR_TYPE_UE) { in save_mce_event() 305 if (evt->error_type == MCE_ERROR_TYPE_UE) { in machine_process_ue_event() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | octeon_edac-lmc.c | 30 unsigned long error_type; member 82 if (pvt->error_type == 1) in octeon_lmc_edac_poll_o2() 84 if (pvt->error_type == 2) in octeon_lmc_edac_poll_o2() 176 pvt->error_type = 1; in octeon_mc_inject_error_type_store() 178 pvt->error_type = 2; in octeon_mc_inject_error_type_store() 189 if (pvt->error_type == 1) in octeon_mc_inject_error_type_show() 191 else if (pvt->error_type == 2) in octeon_mc_inject_error_type_show() 199 static DEVICE_ATTR(error_type, S_IRUGO | S_IWUSR,
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | events.c | 219 enum port_module_event_error_type error_type; in port_module() local 227 error_type = module_event_eqe->error_type & in port_module() 234 if (error_type < MLX5_MODULE_EVENT_ERROR_NUM) in port_module() 235 events->pme_stats.error_counters[error_type]++; in port_module() 243 const char *error_str = mlx5_pme_error_to_string(error_type); in port_module()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | ta_ras_if.h | 92 enum ta_ras_error_type error_type; member 97 enum ta_ras_error_type error_type; member
|
| /OK3568_Linux_fs/kernel/include/ras/ |
| H A D | ras_event.h | 50 __entry->etype = mem->error_type; 118 __field( unsigned int, error_type ) 133 __entry->error_type = err_type; 149 mc_event_error_type(__entry->error_type),
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-raid1.c | 48 unsigned long error_type; member 211 static void fail_mirror(struct mirror *m, enum dm_raid1_error error_type) in fail_mirror() argument 225 if (test_and_set_bit(error_type, &m->error_type)) in fail_mirror() 380 ms->mirror[m].error_type = 0; in reset_ms_flags() 958 ms->mirror[mirror].error_type = 0; in get_mirror() 1386 return (test_bit(DM_RAID1_FLUSH_ERROR, &(m->error_type))) ? 'F' : in device_status_char() 1387 (test_bit(DM_RAID1_WRITE_ERROR, &(m->error_type))) ? 'D' : in device_status_char() 1388 (test_bit(DM_RAID1_SYNC_ERROR, &(m->error_type))) ? 'S' : in device_status_char() 1389 (test_bit(DM_RAID1_READ_ERROR, &(m->error_type))) ? 'R' : 'U'; in device_status_char()
|
| /OK3568_Linux_fs/kernel/arch/alpha/kernel/ |
| H A D | err_marvel.c | 1056 char *error_type = NULL; in marvel_machine_check() local 1067 error_type = "System Event"; in marvel_machine_check() 1072 error_type = "System Uncorrectable Error"; in marvel_machine_check() 1077 error_type = "System Correctable Error"; in marvel_machine_check() 1134 err_print_prefix, error_type, in marvel_machine_check() 1143 err_print_prefix, error_type, in marvel_machine_check()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/apei/ |
| H A D | einj.c | 560 static u32 error_type; variable 608 *val = error_type; in error_type_get() 636 error_type = val; in error_type_set() 646 if (!error_type) in error_inject_set() 649 return einj_error_inject(error_type, error_flags, error_param1, error_param2, in error_inject_set()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | mce.h | 119 enum MCE_ErrorType error_type:8; member 190 enum MCE_ErrorType error_type:8; member
|
| H A D | nvram.h | 21 __be32 error_type; member
|
| /OK3568_Linux_fs/kernel/mm/kfence/ |
| H A D | core.c | 822 enum kfence_error_type error_type; in kfence_handle_page_fault() local 857 error_type = KFENCE_ERROR_OOB; in kfence_handle_page_fault() 870 error_type = KFENCE_ERROR_UAF; in kfence_handle_page_fault() 881 kfence_report_error(addr, is_write, regs, to_report, error_type); in kfence_handle_page_fault()
|
| /OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/apei/ |
| H A D | einj.rst | 63 - error_type 94 depends on the error type specified in error_type. For example, if 157 error_type. A file vendor_flags controls the interpretation of param1 172 # echo 0x8 > error_type # Choose correctable memory error
|
| H A D | output_format.rst | 37 [error_type: <integer> 78 [error_type: <integer>, <mem error type string>]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cper.h | 455 u8 error_type; member 475 u8 error_type; member
|
| /OK3568_Linux_fs/kernel/drivers/crypto/hisilicon/sec2/ |
| H A D | sec_crypto.h | 142 __u8 error_type; member
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/src/ |
| H A D | im2d.cpp | 49 const char *error_type[] = { in imStrError_t() local 65 return error_type[0]; in imStrError_t() 68 return error_type[1]; in imStrError_t() 71 ptr = error_type[2]; in imStrError_t() 75 ptr = error_type[3]; in imStrError_t() 79 ptr = error_type[4]; in imStrError_t() 83 ptr = error_type[5]; in imStrError_t() 87 ptr = error_type[6]; in imStrError_t() 91 ptr = error_type[7]; in imStrError_t() 95 return error_type[8]; in imStrError_t()
|
| /OK3568_Linux_fs/kernel/drivers/vdpa/mlx5/core/ |
| H A D | mlx5_vdpa_ifc.h | 52 u8 error_type[0x8]; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/csf/ |
| H A D | mali_kbase_csf_scheduler.c | 2958 enum dumpfault_error_type error_type = DF_CSG_TERMINATE_TIMEOUT; in term_group_sync() local 2965 error_type = DF_PING_REQUEST_TIMEOUT; in term_group_sync() 2966 kbase_debug_csf_fault_notify(kbdev, group->kctx, error_type); in term_group_sync() 3477 enum dumpfault_error_type error_type = DF_CSG_SUSPEND_TIMEOUT; in program_suspending_csg_slots() local 3480 err_payload = { .error_type = in program_suspending_csg_slots() 3504 error_type = DF_PING_REQUEST_TIMEOUT; in program_suspending_csg_slots() 3505 schedule_actions_trigger_df(kbdev, group->kctx, error_type); in program_suspending_csg_slots() 3609 enum dumpfault_error_type error_type = DF_CSG_START_TIMEOUT; in wait_csg_slots_start() local 3616 error_type = DF_PING_REQUEST_TIMEOUT; in wait_csg_slots_start() 3617 schedule_actions_trigger_df(kbdev, group->kctx, error_type); in wait_csg_slots_start() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/api/ |
| H A D | debug.h | 138 __le32 error_type; member
|