| /linux/tools/testing/selftests/powerpc/copyloops/ |
| H A D | copyuser_64.S | 427 .macro exc macro 448 exc; ld r22,640(4) 449 exc; ld r21,512(4) 450 exc; ld r20,384(4) 451 exc; ld r11,256(4) 452 exc; ld r9,128(4) 453 exc; ld r7,0(4) 454 exc; ld r25,648(4) 455 exc; ld r24,520(4) 456 exc; l [all...] |
| /linux/arch/powerpc/lib/ |
| H A D | copyuser_64.S | 427 .macro exc macro 448 exc; ld r22,640(4) 449 exc; ld r21,512(4) 450 exc; ld r20,384(4) 451 exc; ld r11,256(4) 452 exc; ld r9,128(4) 453 exc; ld r7,0(4) 454 exc; ld r25,648(4) 455 exc; ld r24,520(4) 456 exc; ld r23,392(4) [all …]
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | devlink_rate_tc_bw.py | 113 except Exception as exc: 114 raise KsftSkipEx(f"Failed to enable switchdev mode on {cfg.pci}") from exc 118 except Exception as exc: 119 raise KsftSkipEx(f"Failed to enable SR-IOV on {cfg.ifname}") from exc 218 except NlError as exc: 219 if exc.error == 95: # EOPNOTSUPP 220 raise KsftSkipEx("devlink rate configuration is not supported on the VF") from exc 221 raise KsftFailEx(f"rate_set failed on VF port {port_index}") from exc 266 except Exception as exc: 267 raise KsftFailEx("iperf3 barrier wait timed") from exc [all …]
|
| H A D | rss_flow_label.py | 108 except CmdExitFailure as exc: 109 raise KsftSkipEx("Device doesn't support Flow Label for UDP6") from exc 152 except CmdExitFailure as exc: 153 raise KsftSkipEx("Device doesn't support Flow Label for UDP6") from exc
|
| H A D | rss_ctx.py | 776 except Exception as exc: 777 raise KsftSkipEx("Not enough queues for the test") from exc 829 except Exception as exc: 830 raise KsftSkipEx("Not enough queues for the test") from exc 842 except CmdExitFailure as exc: 843 raise KsftSkipEx("Create context not supported with interface down") from exc
|
| /linux/drivers/s390/cio/ |
| H A D | ioasm.c | 32 : CC_OUT(cc, ccode), [addr] "=Q" (*addr), [exc] "+d" (exception) in __stsch() 62 : CC_OUT(cc, ccode), [exc] "+d" (exception) in __msch() 116 : CC_OUT(cc, ccode), [exc] "+d" (exception) in __ssch() 187 : CC_OUT(cc, cc), "+m" (*(addr_type *)chsc_area), [exc] "+d" (exception) in chsc()
|
| /linux/arch/s390/pci/ |
| H A D | pci_insn.c | 170 [req_off] "+d" (req_off.pair), [exc] "+d" (exception) in ____pcilg() 239 [ioaddr_len] "+d" (ioaddr_len.pair), [exc] "+d" (exception) in __pcilg_mio() 276 : CC_OUT(cc, cc), [req_off] "+d" (req_off.pair), [exc] "+d" (exception) in __pcistg() 330 : CC_OUT(cc, cc), [ioaddr_len] "+d" (ioaddr_len.pair), [exc] "+d" (exception) in __pcistg_mio() 365 : CC_OUT(cc, cc), [req] "+d" (req), [exc] "+d" (exception) in __pcistb() 419 : CC_OUT(cc, cc), [len] "+d" (len), [exc] "+d" (exception) in __pcistb_mio()
|
| H A D | pci_mmio.c | 46 : CC_OUT(cc, cc), [len] "+d" (len), [exc] "+d" (exception) in __pcistb_mio_inuser() 85 [val] "+d" (val), [tmp] "=d" (tmp), [exc] "+d" (exception), in __pcistg_mio_inuser() 244 : [ioaddr_len] "+&d" (ioaddr_len.pair), [exc] "+d" (exception), in __pcilg_mio_inuser()
|
| /linux/arch/powerpc/include/asm/nohash/64/ |
| H A D | pgtable.h | 206 void __patch_exception(int exc, unsigned long addr); 207 #define patch_exception(exc, name) do { \ argument 209 __patch_exception((exc), (unsigned long)&name); \
|
| /linux/arch/x86/kernel/ |
| H A D | relocate_kernel_64.S | 516 .macro vec_err exc argument 518 . = kexec_debug_exc_vectors + (\exc * KEXEC_DEBUG_EXC_HANDLER_SIZE) 521 pushq $\exc 525 .macro vec_noerr exc argument 527 . = kexec_debug_exc_vectors + (\exc * KEXEC_DEBUG_EXC_HANDLER_SIZE) 529 pushq $\exc
|
| /linux/arch/mips/include/asm/octeon/ |
| H A D | cvmx-pemx-defs.h | 435 uint64_t exc:1; member 457 uint64_t exc:1; 474 uint64_t exc:1; member 496 uint64_t exc:1; 513 uint64_t exc:1; member 535 uint64_t exc:1;
|
| /linux/arch/powerpc/mm/nohash/ |
| H A D | book3e_pgtable.c | 120 void __patch_exception(int exc, unsigned long addr) in __patch_exception() argument 131 patch_branch(ibase + (exc / 4) + 1, addr, 0); in __patch_exception()
|
| /linux/arch/m68k/fpsp040/ |
| H A D | gen_except.S | 90 movel USER_FPSR(%a6),FPSR_SHADOW(%a1) |set exc bits 145 movel USER_FPSR(%a6),FPSR_SHADOW(%a6) |set exc bits 154 andb FPSR_EXCEPT(%a6),%d0 |and in the fpsr exc byte 159 | ;based on first enabled exc 210 | the case of the ovfl exc without the ovfl enabled, but with 219 | ;it is an unsupp or unimp exc 350 | the exc taken will be inex2. 362 movel USER_FPSR(%a6),FPSR_SHADOW(%a1) |set exc bits
|
| H A D | kernel_ex.S | 69 btstb #dz_bit,FPCR_ENABLE(%a6) |test FPCR for dz exc enabled 74 btstb #dz_bit,FPCR_ENABLE(%a6) |test FPCR for dz exc enabled
|
| H A D | x_unimp.S | 69 fsave -(%a7) |capture possible exc state
|
| /linux/drivers/scsi/ |
| H A D | mesh.c | 1027 int err, exc, count; in handle_error() local 1031 exc = in_8(&mr->exception); in handle_error() 1034 MKWORD(err, exc, mr->fifo_count, mr->count_lo)); in handle_error() 1050 if (exc & EXC_RESELECTED) { in handle_error() 1090 if (exc & EXC_RESELECTED) { in handle_error() 1098 if (exc == EXC_PHASEMM) { in handle_error() 1105 err, exc); in handle_error() 1107 printk(KERN_ERR "mesh: unknown error %x (exc=%x)\n", err, exc); in handle_error() 1123 int exc; in handle_exception() local 1126 exc = in_8(&mr->exception); in handle_exception() [all …]
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en/ |
| H A D | port.c | 193 u8 exc; in mlx5e_port_set_sbcm() local 200 exc = MLX5_GET(sbcm_reg, out, exc); in mlx5e_port_set_sbcm() 207 MLX5_SET(sbcm_reg, in, exc, exc); in mlx5e_port_set_sbcm()
|
| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | load.py | 66 except json.JSONDecodeError as exc: 67 raise ValueError("Failed to parse iperf3 JSON output") from exc
|
| /linux/drivers/pci/pcie/ |
| H A D | dpc.c | 193 u32 status, mask, sev, syserr, exc, log; in dpc_process_rp_pio_error() local 204 pci_read_config_dword(pdev, cap + PCI_EXP_DPC_RP_PIO_EXCEPTION, &exc); in dpc_process_rp_pio_error() 206 sev, syserr, exc); in dpc_process_rp_pio_error()
|
| /linux/arch/alpha/kernel/ |
| H A D | osf_sys.c | 837 unsigned long exc, swcr, fpcr, fex; in SYSCALL_DEFINE5() local 840 if (get_user(exc, (unsigned long __user *)buffer)) in SYSCALL_DEFINE5() 843 exc &= IEEE_STATUS_MASK; in SYSCALL_DEFINE5() 846 swcr = (*state & IEEE_SW_MASK) | exc; in SYSCALL_DEFINE5() 847 *state |= exc; in SYSCALL_DEFINE5() 856 fex = (exc >> IEEE_STATUS_TO_EXCSUM_SHIFT) & swcr; in SYSCALL_DEFINE5()
|
| /linux/tools/lib/python/kdoc/ |
| H A D | latex_fonts.py | 147 except subprocess.CalledProcessError as exc:
|
| /linux/arch/s390/boot/ |
| H A D | physmem_info.c | 76 : CC_OUT(cc, cc), [exc] "+d" (exception), [ry] "+d" (ry) in __diag260() 135 : CC_OUT(cc, cc), [exc] "+d" (exception) in tprot()
|
| /linux/Documentation/sphinx/ |
| H A D | kernel_feat.py | 49 def ErrorString(exc): # Shamelessly stolen from docutils argument
|
| H A D | maintainers_include.py | 28 def ErrorString(exc): # Shamelessly stolen from docutils argument
|
| /linux/arch/s390/include/asm/ |
| H A D | cpu_mf.h | 279 : CC_OUT(cc, cc), [exc] "+d" (exception) in lsctl()
|