Home
last modified time | relevance | path

Searched refs:exception (Results 1 – 25 of 334) sorted by relevance

12345678910>>...14

/linux/drivers/acpi/acpica/
H A Dutexcep.c32 const struct acpi_exception_info *exception; in acpi_format_exception() local
36 exception = acpi_ut_validate_exception(status); in acpi_format_exception()
37 if (!exception) { in acpi_format_exception()
47 return (exception->name); in acpi_format_exception()
68 const struct acpi_exception_info *exception = NULL; in ACPI_EXPORT_SYMBOL() local
81 exception = &acpi_gbl_exception_names_env[sub_status]; in ACPI_EXPORT_SYMBOL()
88 exception = &acpi_gbl_exception_names_pgm[sub_status]; in ACPI_EXPORT_SYMBOL()
95 exception = &acpi_gbl_exception_names_tbl[sub_status]; in ACPI_EXPORT_SYMBOL()
102 exception = &acpi_gbl_exception_names_aml[sub_status]; in ACPI_EXPORT_SYMBOL()
109 exception = &acpi_gbl_exception_names_ctrl[sub_status]; in ACPI_EXPORT_SYMBOL()
[all …]
/linux/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c47 int exception; member
52 if (flags.touch_fp && flags.exception == FP_UNA_EXCEPTION) in expecting_failure()
55 if (flags.touch_vec && flags.exception == VEC_UNA_EXCEPTION) in expecting_failure()
66 flags.exception == VSX_UNA_EXCEPTION) in expecting_failure()
113 if (flags.exception != FP_UNA_EXCEPTION && in tm_una_ping()
114 flags.exception != VEC_UNA_EXCEPTION && in tm_una_ping()
115 flags.exception != VSX_UNA_EXCEPTION) { in tm_una_ping()
216 [exception] "r" (flags.exception), in tm_una_ping()
341 int cpu, rc, exception; /* FP = 0, VEC = 1, VSX = 2 */ in tm_unavailable_test() local
377 for (exception = 0; exception < NUM_EXCEPTIONS; exception++) { in tm_unavailable_test()
[all …]
/linux/drivers/s390/cio/
H A Dioasm.c22 int ccode, exception; in __stsch() local
24 exception = 1; in __stsch()
32 : CC_OUT(cc, ccode), [addr] "=Q" (*addr), [exc] "+d" (exception) in __stsch()
35 return exception ? -EIO : CC_TRANSFORM(ccode); in __stsch()
52 int ccode, exception; in __msch() local
54 exception = 1; in __msch()
62 : CC_OUT(cc, ccode), [exc] "+d" (exception) in __msch()
65 return exception ? -EIO : CC_TRANSFORM(ccode); in __msch()
106 int ccode, exception; in __ssch() local
108 exception = 1; in __ssch()
[all …]
/linux/arch/s390/pci/
H A Dpci_insn.c159 int cc, exception; in ____pcilg() local
162 exception = 1; in ____pcilg()
170 [req_off] "+d" (req_off.pair), [exc] "+d" (exception) in ____pcilg()
175 return exception ? -ENXIO : CC_TRANSFORM(cc); in ____pcilg()
228 int cc, exception; in __pcilg_mio() local
231 exception = 1; in __pcilg_mio()
239 [ioaddr_len] "+d" (ioaddr_len.pair), [exc] "+d" (exception) in __pcilg_mio()
244 return exception ? -ENXIO : CC_TRANSFORM(cc); in __pcilg_mio()
267 int cc, exception; in __pcistg() local
269 exception = 1; in __pcistg()
[all …]
/linux/arch/m68k/fpsp040/
H A Dskeleton.S7 | Each entry point for exception 'xxxx' begins with a 'jmp fpsp_xxxx'.
10 | the 'fpsp_xxxx' handler entry point should be placed in the exception
12 | exception is one that must be reported then there will be a
16 | that caused the exception will still be pending when the FPSP
18 | to handle the exception.
20 | If the exception was completely handled by the package, then
58 | Divide by Zero exception
80 | Inexact exception
83 | will probably want to clear the pending exception.
84 | The provided code will clear the E3 exception (if pending),
[all …]
H A Dfpsp.h11 | fpsp.h --- stack frame offsets during FPSP exception handling
13 | These equates are used to access the exception frame, the fsave
44 | Positive offsets from A6 refer to the exception frame. Negative
56 | and then either "bra fpsp_done" if the exception was completely
58 | label to a routine that will process a real exception of the
60 | if the FPU state after the exception is idle.
62 | Sometimes the exception handler will transform the fsave area
63 | because it needs to report an exception back to the user. This
92 .set FPCR_ENABLE,USER_FPCR+2 | FPCR exception enable
97 .set FPSR_EXCEPT,USER_FPSR+2 | FPSR exception
[all …]
H A Dkernel_ex.S4 | This file contains routines to force exception status in the
46 | DZ exception
51 | set FPSR exception status dz bit, condition code
57 | set exception status bit & accrued bits in FPSR
103 | OPERR exception
106 | set FPSR exception status operr bit, condition code
111 | set FPSR exception status operr bit, accrued operr bit
128 | t_unfl --- UNFL exception
/linux/tools/testing/selftests/drivers/net/
H A Dnetpoll_basic.py75 except (KeyError, IndexError) as exception:
78 ) from exception
108 except IndexError as exception:
111 ) from exception
133 except CmdExitFailure as exception:
136 ) from exception
156 except OSError as exception:
157 if exception.errno != errno.EEXIST:
160 ) from exception
186 except Exception as exception:
[all …]
/linux/arch/m68k/ifpsp060/
H A Dfskeleton.S70 | This is the exit point for the 060FPSP when an enabled overflow exception
72 | for enabled overflow conditions. The exception stack frame is an overflow
75 | The sample routine below simply clears the exception status bit and
89 | This is the exit point for the 060FPSP when an enabled underflow exception
91 | for enabled underflow conditions. The exception stack frame is an underflow
94 | The sample routine below simply clears the exception status bit and
107 | This is the exit point for the 060FPSP when an enabled operand error exception
109 | for enabled operand error exceptions. The exception stack frame is an operand error
113 | The sample routine below simply clears the exception status bit and
126 | This is the exit point for the 060FPSP when an enabled signalling NaN exception
[all …]
H A Dfpsp.doc33 Package. This package is essentially a set of exception handlers
35 These exception handlers emulate Unimplemented FP instructions,
38 includes exception handlers to provide full IEEE-754 compliant
39 exception handling.
100 For example, if the 68060 hardware took a "Line-F Emulator" exception
171 exception taken ---> enter _060_fpsp_snan --|
179 exception taken ---> enter _060_fpsp_operr --|
187 exception taken ---> enter _060_fpsp_dz --|
195 exception taken ---> enter _060_fpsp_inex --|
204 exception taken ---> enter _060_fpsp_ovfl --|
[all …]
/linux/tools/testing/selftests/kvm/x86/
H A Dnested_exceptions_test.c196 TEST_ASSERT(!events.exception.pending, in queue_ss_exception()
197 "Vector %d unexpectedlt pending", events.exception.nr); in queue_ss_exception()
198 TEST_ASSERT(!events.exception.injected, in queue_ss_exception()
199 "Vector %d unexpectedly injected", events.exception.nr); in queue_ss_exception()
202 events.exception.pending = !inject; in queue_ss_exception()
203 events.exception.injected = inject; in queue_ss_exception()
204 events.exception.nr = SS_VECTOR; in queue_ss_exception()
205 events.exception.has_error_code = true; in queue_ss_exception()
206 events.exception.error_code = SS_ERROR_CODE; in queue_ss_exception()
250 TEST_ASSERT_EQ(events.exception.pending, true); in main()
[all …]
/linux/tools/crypto/ccp/
H A Dtest_dbc.py56 self.assertEqual(error.exception.errno, 2)
85 self.assertEqual(error.exception.errno, 22)
94 self.assertEqual(error.exception.errno, 22)
103 self.assertEqual(error.exception.errno, 22)
111 self.assertEqual(error.exception.errno, 22)
119 self.assertEqual(error.exception.errno, 22)
144 self.assertEqual(error.exception.errno, 22)
151 self.assertEqual(error.exception.errno, 1)
157 self.assertEqual(error.exception.errno, 11)
163 self.assertEqual(error.exception.errno, 11)
[all …]
/linux/Documentation/translations/zh_CN/process/
H A Dlicense-rules.rst101 // SPDX-License-Identifier: GPL-2.0 WITH mif-exception
102 // SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0
265 LICENSES/exceptions/GCC-exception-2.0
301 This exception is used together with one of the above SPDX-Licenses
304 To use this exception add it with the keyword WITH to one of the
308 Full exception text
312 SPDX-Exception-Identifier: GCC-exception-2.0
313 SPDX-URL: https://spdx.org/licenses/GCC-exception-2.0.html
316 The "GCC Runtime Library exception 2.0" is used together with one
319 To use this exception add it with the keyword WITH to one of the
[all …]
/linux/Documentation/translations/zh_TW/process/
H A Dlicense-rules.rst102 // SPDX-License-Identifier: GPL-2.0 WITH mif-exception
103 // SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0
266 LICENSES/exceptions/GCC-exception-2.0
302 This exception is used together with one of the above SPDX-Licenses
305 To use this exception add it with the keyword WITH to one of the
309 Full exception text
313 SPDX-Exception-Identifier: GCC-exception-2.0
314 SPDX-URL: https://spdx.org/licenses/GCC-exception-2.0.html
317 The "GCC Runtime Library exception 2.0" is used together with one
320 To use this exception add it with the keyword WITH to one of the
[all …]
/linux/LICENSES/exceptions/
H A DGCC-exception-2.01 SPDX-Exception-Identifier: GCC-exception-2.0
2 SPDX-URL: https://spdx.org/licenses/GCC-exception-2.0.html
5 This exception is used together with one of the above SPDX-Licenses to
7 To use this exception add it with the keyword WITH to one of the
9 SPDX-License-Identifier: <SPDX-License> WITH GCC-exception-2.0
/linux/fs/nfs/
H A Dnfs4proc.c504 int errorcode, struct nfs4_exception *exception) in nfs4_do_handle_exception() argument
507 struct nfs4_state *state = exception->state; in nfs4_do_handle_exception()
509 struct inode *inode = exception->inode; in nfs4_do_handle_exception()
512 exception->delay = 0; in nfs4_do_handle_exception()
513 exception->recovering = 0; in nfs4_do_handle_exception()
514 exception->retry = 0; in nfs4_do_handle_exception()
516 stateid = nfs4_recoverable_stateid(exception->stateid); in nfs4_do_handle_exception()
548 exception->retry = 1; in nfs4_do_handle_exception()
580 if (exception->timeout > HZ) { in nfs4_do_handle_exception()
595 exception->delay = 1; in nfs4_do_handle_exception()
[all …]
H A Dnfs42proc.c106 struct nfs4_exception exception = { }; in nfs42_proc_fallocate() local
114 exception.inode = inode; in nfs42_proc_fallocate()
115 exception.state = lock->open_context->state; in nfs42_proc_fallocate()
127 err = nfs4_handle_exception(server, err, &exception); in nfs42_proc_fallocate()
128 } while (exception.retry); in nfs42_proc_fallocate()
750 struct nfs4_exception exception = { in nfs42_proc_offload_status() local
766 exception.stateid = &data->args.osa_stateid; in nfs42_proc_offload_status()
771 status = nfs4_handle_exception(server, status, &exception); in nfs42_proc_offload_status()
772 } while (exception.retry); in nfs42_proc_offload_status()
833 struct nfs4_exception exception = { in nfs42_proc_copy_notify() local
[all …]
/linux/Documentation/userspace-api/media/dvb/
H A Dheaders.rst16 :exception-file: frontend.h.rst.exceptions
25 :exception-file: dmx.h.rst.exceptions
34 :exception-file: ca.h.rst.exceptions
43 :exception-file: net.h.rst.exceptions
/linux/tools/lib/subcmd/
H A Dpager.c40 fd_set exception; in pager_preexec() local
43 FD_ZERO(&exception); in pager_preexec()
45 FD_SET(0, &exception); in pager_preexec()
46 select(1, &in, NULL, &exception, NULL); in pager_preexec()
/linux/arch/s390/boot/
H A Dphysmem_info.c63 int cc, exception; in __diag260() local
69 exception = 1; in __diag260()
76 : CC_OUT(cc, cc), [exc] "+d" (exception), [ry] "+d" (ry) in __diag260()
79 cc = exception ? -1 : CC_TRANSFORM(cc); in __diag260()
126 int cc, exception; in tprot() local
128 exception = 1; in tprot()
135 : CC_OUT(cc, cc), [exc] "+d" (exception) in tprot()
138 cc = exception ? -EFAULT : CC_TRANSFORM(cc); in tprot()
/linux/arch/sh/kernel/cpu/sh2a/
H A Dentry.S68 add #(3+2)*4,r0 ! rewind r0 - r3 + exception frame
80 ! in kernel exception
86 ! restore exception frame & regs
105 ! dispatch exception / interrupt
117 mov.l @r8,r8 ! exception handler address
120 mov.l 8f,r8 ! unhandled exception
198 ! overlap exception frame
215 mov.l r2,@(OFF_SP,r0) ! point exception frame top
233 ! common exception handler
/linux/arch/arm/nwfpe/
H A Dsoftfloat.c100 roundData->exception |= float_flag_invalid; in roundAndPackInt32()
103 if ( roundBits ) roundData->exception |= float_flag_inexact; in roundAndPackInt32()
247 roundData->exception |= float_flag_overflow | float_flag_inexact; in roundAndPackFloat32()
258 if ( isTiny && roundBits ) roundData->exception |= float_flag_underflow; in roundAndPackFloat32()
261 if ( roundBits ) roundData->exception |= float_flag_inexact; in roundAndPackFloat32()
420 roundData->exception |= float_flag_overflow | float_flag_inexact; in roundAndPackFloat64()
431 if ( isTiny && roundBits ) roundData->exception |= float_flag_underflow; in roundAndPackFloat64()
434 if ( roundBits ) roundData->exception |= float_flag_inexact; in roundAndPackFloat64()
618 if ( isTiny && roundBits ) roundData->exception |= float_flag_underflow; in roundAndPackFloatx80()
619 if ( roundBits ) roundData->exception |= float_flag_inexact; in roundAndPackFloatx80()
[all …]
/linux/arch/mips/kernel/
H A Dgenex.S524 .macro __BUILD_silent exception argument
541 .macro __BUILD_count exception argument
542 LONG_L t0,exception_count_\exception
544 LONG_S t0,exception_count_\exception
545 .comm exception_count\exception, 8, 8
548 .macro __BUILD_HANDLER exception handler clear verbose ext
550 NESTED(handle_\exception, PT_SIZE, sp)
554 FEXPORT(handle_\exception\ext)
557 __BUILD_\verbose \exception
561 END(handle_\exception)
[all …]
/linux/arch/loongarch/kernel/
H A Dgenex.S74 .macro BUILD_HANDLER exception handler prep
76 SYM_CODE_START(handle_\exception)
87 SYM_CODE_END(handle_\exception)
89 SYM_DATA(unwind_hint_\exception, .word 668b - 666b)
/linux/arch/arm/boot/dts/ti/keystone/
H A Dkeystone-k2hk.dtsi167 interrupt-names = "vring", "exception";
183 interrupt-names = "vring", "exception";
199 interrupt-names = "vring", "exception";
215 interrupt-names = "vring", "exception";
231 interrupt-names = "vring", "exception";
247 interrupt-names = "vring", "exception";
263 interrupt-names = "vring", "exception";
279 interrupt-names = "vring", "exception";

12345678910>>...14