Home
last modified time | relevance | path

Searched full:ue (Results 1 – 25 of 101) sorted by relevance

12345

/Linux-v6.1/drivers/usb/usbip/
Dusbip_event.c42 struct usbip_event *ue = NULL; in get_event() local
48 ue = list_first_entry(&event_list, struct usbip_event, node); in get_event()
49 list_del(&ue->node); in get_event()
53 if (ue) { in get_event()
54 ud = ue->ud; in get_event()
55 kfree(ue); in get_event()
146 struct usbip_event *ue; in usbip_event_add() local
156 list_for_each_entry_reverse(ue, &event_list, node) { in usbip_event_add()
157 if (ue->ud == ud) in usbip_event_add()
161 ue = kmalloc(sizeof(struct usbip_event), GFP_ATOMIC); in usbip_event_add()
[all …]
/Linux-v6.1/virt/kvm/
Dirqchip.c131 const struct kvm_irq_routing_entry *ue) in setup_routing_entry() argument
135 u32 gsi = array_index_nospec(ue->gsi, KVM_MAX_IRQ_ROUTES); in setup_routing_entry()
143 ue->type != KVM_IRQ_ROUTING_IRQCHIP || in setup_routing_entry()
144 ue->u.irqchip.irqchip == ei->irqchip.irqchip) in setup_routing_entry()
148 e->type = ue->type; in setup_routing_entry()
149 r = kvm_set_routing_entry(kvm, e, ue); in setup_routing_entry()
170 const struct kvm_irq_routing_entry *ue, in kvm_set_irq_routing() argument
180 if (ue[i].gsi >= KVM_MAX_IRQ_ROUTES) in kvm_set_irq_routing()
182 nr_rt_entries = max(nr_rt_entries, ue[i].gsi); in kvm_set_irq_routing()
203 switch (ue->type) { in kvm_set_irq_routing()
[all …]
/Linux-v6.1/arch/arm64/kvm/vgic/
Dvgic-irqfd.c35 * @ue: user api routing entry handle
40 const struct kvm_irq_routing_entry *ue) in kvm_set_routing_entry() argument
44 switch (ue->type) { in kvm_set_routing_entry()
47 e->irqchip.irqchip = ue->u.irqchip.irqchip; in kvm_set_routing_entry()
48 e->irqchip.pin = ue->u.irqchip.pin; in kvm_set_routing_entry()
55 e->msi.address_lo = ue->u.msi.address_lo; in kvm_set_routing_entry()
56 e->msi.address_hi = ue->u.msi.address_hi; in kvm_set_routing_entry()
57 e->msi.data = ue->u.msi.data; in kvm_set_routing_entry()
58 e->msi.flags = ue->flags; in kvm_set_routing_entry()
59 e->msi.devid = ue->u.msi.devid; in kvm_set_routing_entry()
/Linux-v6.1/arch/x86/kvm/
Dirq_comm.c277 const struct kvm_irq_routing_entry *ue) in kvm_set_routing_entry() argument
283 switch (ue->type) { in kvm_set_routing_entry()
287 e->irqchip.pin = ue->u.irqchip.pin; in kvm_set_routing_entry()
288 switch (ue->u.irqchip.irqchip) { in kvm_set_routing_entry()
293 if (ue->u.irqchip.pin >= PIC_NUM_PINS / 2) in kvm_set_routing_entry()
298 if (ue->u.irqchip.pin >= KVM_IOAPIC_NUM_PINS) in kvm_set_routing_entry()
305 e->irqchip.irqchip = ue->u.irqchip.irqchip; in kvm_set_routing_entry()
309 e->msi.address_lo = ue->u.msi.address_lo; in kvm_set_routing_entry()
310 e->msi.address_hi = ue->u.msi.address_hi; in kvm_set_routing_entry()
311 e->msi.data = ue->u.msi.data; in kvm_set_routing_entry()
[all …]
/Linux-v6.1/sound/core/
Dcontrol.c1424 struct user_element *ue = kcontrol->private_data; in snd_ctl_elem_user_info() local
1428 *uinfo = ue->info; in snd_ctl_elem_user_info()
1437 struct user_element *ue = kcontrol->private_data; in snd_ctl_elem_user_enum_info() local
1445 *uinfo = ue->info; in snd_ctl_elem_user_enum_info()
1451 names = ue->priv_data; in snd_ctl_elem_user_enum_info()
1462 struct user_element *ue = kcontrol->private_data; in snd_ctl_elem_user_get() local
1463 unsigned int size = ue->elem_data_size; in snd_ctl_elem_user_get()
1464 char *src = ue->elem_data + in snd_ctl_elem_user_get()
1475 struct user_element *ue = kcontrol->private_data; in snd_ctl_elem_user_put() local
1476 unsigned int size = ue->elem_data_size; in snd_ctl_elem_user_put()
[all …]
/Linux-v6.1/Documentation/admin-guide/
Dras.rst72 * **Uncorrected Error (UE)** - the amount of errors happened above the error
75 * **Fatal Error** - when an UE error happens on a critical component of the
76 system (for example, a piece of the Kernel got corrupted by an UE), the
79 * **Non-fatal Error** - when an UE error happens on an unused component,
178 Uncorrected Error (UE) happened.
180 The information about the CE/UE errors is stored on some special registers
226 Memory Correctable Errors (CE) and Uncorrectable Errors (UE) are the
231 **can** but must not necessarily be a predictor of future UE events. With
236 modules exhibiting CEs can reduce the likelihood of the dreaded UE events
537 cause of the UE event.
[all …]
/Linux-v6.1/drivers/scsi/aic94xx/
Daic94xx_sds.c245 asd_ha->hw_prof.ue.num = le16_to_cpu(bc_struct->ue_num); in asd_get_bios_chim()
246 asd_ha->hw_prof.ue.size= le16_to_cpu(bc_struct->ue_size); in asd_get_bios_chim()
247 ASD_DPRINTK("ue num:%d, ue size:%d\n", asd_ha->hw_prof.ue.num, in asd_get_bios_chim()
248 asd_ha->hw_prof.ue.size); in asd_get_bios_chim()
249 size = asd_ha->hw_prof.ue.num * asd_ha->hw_prof.ue.size; in asd_get_bios_chim()
252 asd_ha->hw_prof.ue.area = kmalloc(size, GFP_KERNEL); in asd_get_bios_chim()
253 if (!asd_ha->hw_prof.ue.area) in asd_get_bios_chim()
255 err = asd_read_ocm_seg(asd_ha, (void *)asd_ha->hw_prof.ue.area, in asd_get_bios_chim()
258 kfree(asd_ha->hw_prof.ue.area); in asd_get_bios_chim()
259 asd_ha->hw_prof.ue.area = NULL; in asd_get_bios_chim()
[all …]
/Linux-v6.1/drivers/edac/
Dal_mc_edac.c70 type == HW_EVENT_ERR_UNCORRECTED ? "UE" : "CE", in prepare_msg()
250 al_mc->irq_ue = of_irq_get_byname(pdev->dev.of_node, "ue"); in al_mc_edac_probe()
253 "no IRQ defined for UE - falling back to polling\n"); in al_mc_edac_probe()
261 * In case both interrupts (ue/ce) are to be found, use interrupt mode. in al_mc_edac_probe()
307 "failed to request UE IRQ %d (%d)\n", in al_mc_edac_probe()
Di82975x_edac.c61 * 1 ECC UE (multibit DRAM error)
79 * 1 ECC UE (multibit DRAM error)
86 * 1 ECC UE (multibit DRAM error)
93 * 1 ECC UE (multibit DRAM error)
248 * overwritten by UE. in i82975x_get_error_info()
263 * and should be UE info. in i82975x_get_error_info()
291 -1, -1, -1, "UE overwrote CE", ""); in i82975x_process_error_info()
319 "i82975x UE", ""); in i82975x_process_error_info()
Di82875p_edac.c66 * 7 ECC UE
80 * 8 SERR on ECC UE
196 * overwritten by UE. in i82875p_get_error_info()
212 * and should be UE info. in i82875p_get_error_info()
240 "UE overwrote CE", ""); in i82875p_process_error_info()
251 "i82875p UE", ""); in i82875p_process_error_info()
Di82860_edac.c74 * overwritten by UE. in i82860_get_error_info()
86 * second set of reads is valid and should be UE info. in i82860_get_error_info()
112 -1, -1, -1, "UE overwrote CE", ""); in i82860_process_error_info()
124 "i82860 UE", ""); in i82860_process_error_info()
Dedac_device.h121 struct edac_device_counter counters; /* basic UE and CE counters */
162 int panic_on_ue; /* boolean for panic'ing on an UE */
334 * @inst_nr: number of the instance where the UE error happened
335 * @block_nr: number of the block where the UE error happened
Dx38_edac.c175 * overwritten by UE. in x38_get_and_clear_error_info()
191 * should be UE info. in x38_get_and_clear_error_info()
215 "UE overwrote CE", ""); in x38_process_error_info()
226 "x38 UE", ""); in x38_process_error_info()
Di3200_edac.c192 * overwritten by UE. in i3200_get_and_clear_error_info()
208 * should be UE info. in i3200_get_and_clear_error_info()
230 -1, -1, -1, "UE overwrote CE", ""); in i3200_process_error_info()
241 "i3000 UE", ""); in i3200_process_error_info()
Damd76x_edac.c38 * 15:14 SERR enabled: x1=ue 1x=ce
42 * 9:8 status: x1=ue 1x=ce
43 * 7:4 UE cs row
Di3000_edac.c200 * overwritten by UE. in i3000_get_error_info()
214 * should be UE info. in i3000_get_error_info()
248 "UE overwrote CE", ""); in i3000_process_error_info()
262 "i3000 UE", ""); in i3000_process_error_info()
/Linux-v6.1/Documentation/devicetree/bindings/edac/
Damazon,al-mc-edac.yaml40 - const: ue
63 interrupt-names = "ue";
/Linux-v6.1/drivers/net/ethernet/emulex/benet/
Dbe.h491 /* UE-detection-duration in BEx/Skyhawk:
492 * All PFs must wait for this duration after they detect UE before reading
495 * if the UE is recoverable.
500 * before UE recovery is allowed.
505 /* Time interval (in msec) after which UE recovery can be repeated */
509 /* BEx/SH UE recovery state machine */
512 ERR_RECOVERY_ST_DETECT = 1, /* UE detection duration */
526 u16 ue_to_reset_time; /* Time after UE, to soft reset
529 u16 ue_to_poll_time; /* Time after UE, to Restart Polling
/Linux-v6.1/Documentation/devicetree/bindings/memory-controllers/
Dsnps,dw-umctl2-ddrc.yaml49 - description: Common ECC CE/UE/Scrubber/DFI Errors IRQ
52 - description: Individual ECC CE/UE/Scrubber/DFI Errors IRQs
/Linux-v6.1/arch/sparc/kernel/
Dspiterrs.S40 * error bits as-needed. We only clear them if the UE bit is
138 andcc %g4, %g3, %g0 ! Check for UE
144 * %g1, and we only disable CE error reporting unlike UE
Dpci_psycho.c168 printk("%s: UE AFAR [%016lx]\n", pbm->name, afar); in psycho_ue_intr()
169 printk("%s: UE Secondary errors [", pbm->name); in psycho_ue_intr()
286 #define PSYCHO_ECCCTRL_UE 0x4000000000000000UL /* Enable UE Interrupts */
300 * 1: UE ERR in psycho_register_error_handlers()
329 /* Enable UE and CE interrupts for controller. */ in psycho_register_error_handlers()
/Linux-v6.1/fs/ocfs2/
Daops.c817 struct ocfs2_unwritten_extent *ue = NULL, *tmp = NULL; in ocfs2_free_unwritten_list() local
819 list_for_each_entry_safe(ue, tmp, head, ue_node) { in ocfs2_free_unwritten_list()
820 list_del(&ue->ue_node); in ocfs2_free_unwritten_list()
822 list_del(&ue->ue_ip_node); in ocfs2_free_unwritten_list()
824 kfree(ue); in ocfs2_free_unwritten_list()
1326 struct ocfs2_unwritten_extent *ue = NULL, *new = NULL; in ocfs2_unwritten_check() local
1337 list_for_each_entry(ue, &oi->ip_unwritten_list, ue_ip_node) { in ocfs2_unwritten_check()
1338 if (desc->c_cpos == ue->ue_cpos) { in ocfs2_unwritten_check()
2252 struct ocfs2_unwritten_extent *ue = NULL; in ocfs2_dio_wr_get_block() local
2254 ue = list_first_entry(&wc->w_unwritten_list, in ocfs2_dio_wr_get_block()
[all …]
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras.c210 "ue", info.ue_count, in amdgpu_ras_debugfs_read()
253 char err[9] = "ue"; in amdgpu_ras_debugfs_ctrl_parse_data()
297 /* only ue and ce errors are supported */ in amdgpu_ras_debugfs_ctrl_parse_data()
298 if (!memcmp("ue", err, 2)) in amdgpu_ras_debugfs_ctrl_parse_data()
378 * The error type is one of: ue, ce, where,
379 * ue is multi-uncorrectable
389 * echo inject umc ue 0x0 0x0 0x0 > /sys/kernel/debug/dri/0/ras/ras_ctrl
453 /* umc ce/ue error injection for a bad page is not allowed */ in amdgpu_ras_debugfs_ctrl_write()
533 * It outputs the multiple lines which report the uncorrected (ue) and corrected
538 * [ce|ue]: count
[all …]
/Linux-v6.1/arch/sparc/include/asm/
Dchafsr.h212 /* Agenid Id of the foreign device causing the UE/CE errors */
236 * cleared. For example, if AFSR.CE is detected, then AFSR.UE (which overwrites
237 * the AFAR), and AFSR.UE is cleared by not AFSR.CE, then the AFAR will be unlocked
/Linux-v6.1/tools/testing/selftests/arm64/fp/
Dfpsimd-stress6 set -ue

12345