Home
last modified time | relevance | path

Searched refs:exc (Results 1 – 22 of 22) sorted by relevance

/Linux-v4.19/tools/testing/selftests/powerpc/copyloops/
Dcopyuser_64.S431 .macro exc macro
452 exc; ld r22,640(4)
453 exc; ld r21,512(4)
454 exc; ld r20,384(4)
455 exc; ld r11,256(4)
456 exc; ld r9,128(4)
457 exc; ld r7,0(4)
458 exc; ld r25,648(4)
459 exc; ld r24,520(4)
460 exc; ld r23,392(4)
[all …]
/Linux-v4.19/arch/powerpc/lib/
Dcopyuser_64.S431 .macro exc macro
452 exc; ld r22,640(4)
453 exc; ld r21,512(4)
454 exc; ld r20,384(4)
455 exc; ld r11,256(4)
456 exc; ld r9,128(4)
457 exc; ld r7,0(4)
458 exc; ld r25,648(4)
459 exc; ld r24,520(4)
460 exc; ld r23,392(4)
[all …]
Dcode-patching.c401 void __patch_exception(int exc, unsigned long addr) in __patch_exception() argument
412 patch_branch(ibase + (exc / 4) + 1, addr, 0); in __patch_exception()
/Linux-v4.19/arch/unicore32/kernel/
Dfpu-ucf64.c81 u32 exc = F64_EXCEPTION_ERROR & fpexc; in ucf64_exchandler() local
86 if (exc & FPSCR_CMPINSTR_BIT) { in ucf64_exchandler()
87 if (exc & FPSCR_CON) in ucf64_exchandler()
91 exc &= ~(FPSCR_CMPINSTR_BIT | FPSCR_CON); in ucf64_exchandler()
110 tmp |= exc; in ucf64_exchandler()
/Linux-v4.19/arch/powerpc/include/asm/
Dcode-patching.h47 void __patch_exception(int exc, unsigned long addr);
48 #define patch_exception(exc, name) do { \ argument
50 __patch_exception((exc), (unsigned long)&name); \
/Linux-v4.19/arch/m68k/fpsp040/
Dgen_except.S90 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
Dkernel_ex.S69 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
Dx_unimp.S69 fsave -(%a7) |capture possible exc state
Ddecbin.S439 clrl %d3 |clear d3 to force no exc and extended
500 beqs no_exc |skip this if no exc
Ddo_func.S508 bra t_inx2 |set inex2 exc
515 bra t_inx2 |set inex2 exc
Dscale.S50 fmovel #0,%fpcr |clr user enabled exc
Dx_snan.S144 movel EXC_EA(%a6),%a0 |get <ea> from exc frame
Dbindec.S290 | d4: exc picture/LEN
/Linux-v4.19/drivers/pci/pcie/
Ddpc.c105 u32 status, mask, sev, syserr, exc, dw0, dw1, dw2, dw3, log, prefix; in dpc_process_rp_pio_error() local
115 pci_read_config_dword(pdev, cap + PCI_EXP_DPC_RP_PIO_EXCEPTION, &exc); in dpc_process_rp_pio_error()
117 sev, syserr, exc); in dpc_process_rp_pio_error()
/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-pemx-defs.h521 uint64_t exc:1; member
543 uint64_t exc:1;
567 uint64_t exc:1; member
589 uint64_t exc:1;
613 uint64_t exc:1; member
635 uint64_t exc:1;
/Linux-v4.19/drivers/scsi/
Dmesh.c1032 int err, exc, count; in handle_error() local
1036 exc = in_8(&mr->exception); in handle_error()
1039 MKWORD(err, exc, mr->fifo_count, mr->count_lo)); in handle_error()
1053 if (exc & EXC_RESELECTED) { in handle_error()
1093 if (exc & EXC_RESELECTED) { in handle_error()
1101 if (exc == EXC_PHASEMM) { in handle_error()
1108 err, exc); in handle_error()
1110 printk(KERN_ERR "mesh: unknown error %x (exc=%x)\n", err, exc); in handle_error()
1126 int exc; in handle_exception() local
1129 exc = in_8(&mr->exception); in handle_exception()
[all …]
/Linux-v4.19/tools/perf/util/cs-etm-decoder/
Dcs-etm-decoder.c269 decoder->packet_buffer[i].exc = false; in cs_etm_decoder__clear_buffer()
297 decoder->packet_buffer[et].exc = false; in cs_etm_decoder__buffer_packet()
375 decoder->packet_buffer[decoder->tail].exc = true; in cs_etm_decoder__gen_trace_elem_printer()
Dcs-etm-decoder.h36 u8 exc; member
/Linux-v4.19/arch/alpha/kernel/
Dosf_sys.c850 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-v4.19/arch/arm/boot/dts/
Dkirkwood-netxbig.dtsi63 exc {
/Linux-v4.19/arch/m68k/ifpsp060/src/
Dfpsp.S1381 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU;
1403 mov.w (tbl_except.b,%pc,%d0.w*2),2+FP_SRC(%a6) # create exc status
1758 # frame or it will get overwritten when the exc stack frame is shifted "down".
1959 # restore exc state (SNAN||OPERR||OVFL||UNFL||DZ||INEX) into the FPU;
2413 # the handler exits through _fpsp_done(). If an enabled exc has been #
3808 # _fpsp_fline(): 060FPSP entry point for "Line F emulator" exc. #
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)
[all …]
Dpfpsp.S1380 # 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 #