/linux-6.3-rc2/arch/powerpc/lib/ |
A D | copyuser_64.S | 427 .macro exc macro 453 exc; ld r7,0(4) 459 exc; ldu r6,8(4) 467 exc; std r7,8(3) 473 exc; ld r29,8(4) 485 exc; ld r7,16(4) 504 exc; std r7,8(3) 509 exc; ld r7,0(4) 510 exc; ld r8,8(4) 513 exc; ld r10,8(4) [all …]
|
/linux-6.3-rc2/tools/testing/selftests/powerpc/copyloops/ |
A D | copyuser_64.S | 427 .macro exc macro 453 exc; ld r7,0(4) 459 exc; ldu r6,8(4) 467 exc; std r7,8(3) 473 exc; ld r29,8(4) 485 exc; ld r7,16(4) 504 exc; std r7,8(3) 509 exc; ld r7,0(4) 510 exc; ld r8,8(4) 513 exc; ld r10,8(4) [all …]
|
/linux-6.3-rc2/arch/powerpc/mm/nohash/ |
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-6.3-rc2/arch/mips/include/asm/octeon/ |
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-6.3-rc2/arch/powerpc/include/asm/nohash/64/ |
A D | pgtable.h | 320 void __patch_exception(int exc, unsigned long addr); 321 #define patch_exception(exc, name) do { \ argument 323 __patch_exception((exc), (unsigned long)&name); \
|
/linux-6.3-rc2/arch/m68k/fpsp040/ |
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
|
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
|
A D | x_unimp.S | 69 fsave -(%a7) |capture possible exc state
|
A D | decbin.S | 439 clrl %d3 |clear d3 to force no exc and extended 500 beqs no_exc |skip this if no exc
|
A D | do_func.S | 508 bra t_inx2 |set inex2 exc 515 bra t_inx2 |set inex2 exc
|
A D | scale.S | 50 fmovel #0,%fpcr |clr user enabled exc
|
A D | x_snan.S | 144 movel EXC_EA(%a6),%a0 |get <ea> from exc frame
|
A D | bindec.S | 290 | d4: exc picture/LEN
|
/linux-6.3-rc2/Documentation/sphinx/ |
A D | kernel_feat.py | 143 except OSError as exc: 145 % (self.name, ErrorString(exc)))
|
A D | kernel_abi.py | 125 except OSError as exc: 127 % (self.name, ErrorString(exc)))
|
/linux-6.3-rc2/drivers/scsi/ |
A D | mesh.c | 1027 int err, exc, count; in handle_error() local 1031 exc = in_8(&mr->exception); 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() 1123 int exc; in handle_exception() local 1126 exc = in_8(&mr->exception); in handle_exception() 1128 if (exc & EXC_RESELECTED) { in handle_exception() 1132 } else if (exc == EXC_ARBLOST) { in handle_exception() [all …]
|
/linux-6.3-rc2/drivers/pci/pcie/ |
A D | dpc.c | 190 u32 status, mask, sev, syserr, exc, dw0, dw1, dw2, dw3, log, prefix; in dpc_process_rp_pio_error() local 200 pci_read_config_dword(pdev, cap + PCI_EXP_DPC_RP_PIO_EXCEPTION, &exc); in dpc_process_rp_pio_error() 202 sev, syserr, exc); in dpc_process_rp_pio_error()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/ |
A D | port.c | 339 u8 exc; in mlx5e_port_set_sbcm() local 346 exc = MLX5_GET(sbcm_reg, out, exc); in mlx5e_port_set_sbcm() 353 MLX5_SET(sbcm_reg, in, exc, exc); in mlx5e_port_set_sbcm()
|
/linux-6.3-rc2/arch/alpha/kernel/ |
A D | osf_sys.c | 850 unsigned long exc, swcr, fpcr, fex; in SYSCALL_DEFINE5() local 853 if (get_user(exc, (unsigned long __user *)buffer)) in SYSCALL_DEFINE5() 856 exc &= IEEE_STATUS_MASK; in SYSCALL_DEFINE5() 859 swcr = (*state & IEEE_SW_MASK) | exc; in SYSCALL_DEFINE5() 860 *state |= exc; in SYSCALL_DEFINE5() 869 fex = (exc >> IEEE_STATUS_TO_EXCSUM_SHIFT) & swcr; in SYSCALL_DEFINE5()
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | kirkwood-netxbig.dtsi | 63 exc {
|
/linux-6.3-rc2/arch/m68k/ifpsp060/src/ |
A D | fpsp.S | 11774 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit 13493 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit 13595 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit 13774 mov.b %d0,FPSR_CC(%a6) # set ccode bits(no exc bits are set) 14423 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit 14674 or.l %d1,USER_FPSR(%a6) # save exc and ccode bits 14771 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit 15127 or.l %d1,USER_FPSR(%a6) # save exc and ccode bits 15224 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit 15667 bset &unfl_bit,FPSR_EXCEPT(%a6) # set unfl exc bit [all …]
|
A D | pfpsp.S | 1380 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU; 1402 mov.w (tbl_except.b,%pc,%d0.w*2),2+FP_SRC(%a6) # create exc status 1757 # frame or it will get overwritten when the exc stack frame is shifted "down". 1958 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU; 2412 # the handler exits through _fpsp_done(). If an enabled exc has been #
|
/linux-6.3-rc2/drivers/perf/ |
A D | arm-cmn.c | 1189 u32 exc = CMN_EVENT_WP_EXCLUSIVE(event); in arm_cmn_wp_config() local 1197 if (exc) in arm_cmn_wp_config()
|
/linux-6.3-rc2/tools/net/ynl/ |
A D | ynl-gen-c.py | 2057 except yaml.YAMLError as exc: 2058 print(exc)
|
/linux-6.3-rc2/include/linux/mlx5/ |
A D | mlx5_ifc.h | 11177 u8 exc[0x1]; member
|