Home
last modified time | relevance | path

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

12345678910>>...19

/linux-6.15/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()
118 if (!exception || !exception->name) { in ACPI_EXPORT_SYMBOL()
[all …]
/linux-6.15/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()
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()
377 for (exception = 0; exception < NUM_EXCEPTIONS; exception++) { in tm_unavailable_test()
380 if (exception == FP_UNA_EXCEPTION) in tm_unavailable_test()
383 else if (exception == VEC_UNA_EXCEPTION) in tm_unavailable_test()
[all …]
/linux-6.15/drivers/s390/cio/
H A Dioasm.c22 int ccode, exception; in __stsch() local
24 exception = 1; 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()
106 int ccode, exception; in __ssch() local
108 exception = 1; in __ssch()
178 int cc, exception; in chsc() local
180 exception = 1; in chsc()
[all …]
/linux-6.15/arch/s390/pci/
H A Dpci_insn.c159 int cc, exception; in ____pcilg() local
162 exception = 1; in ____pcilg()
228 int cc, exception; in __pcilg_mio() local
231 exception = 1; in __pcilg_mio()
267 int cc, exception; in __pcistg() local
269 exception = 1; in __pcistg()
321 int cc, exception; in __pcistg_mio() local
323 exception = 1; in __pcistg_mio()
356 int cc, exception; in __pcistb() local
358 exception = 1; in __pcistb()
[all …]
H A Dpci_mmio.c34 int cc, exception; in __pcistb_mio_inuser() local
36 exception = 1; in __pcistb_mio_inuser()
44 : CC_OUT(cc, cc), [len] "+d" (len), [exc] "+d" (exception) in __pcistb_mio_inuser()
48 return exception ? -ENXIO : CC_TRANSFORM(cc); in __pcistb_mio_inuser()
56 int cc, exception; in __pcistg_mio_inuser() local
66 exception = 1; in __pcistg_mio_inuser()
80 [val] "+d" (val), [tmp] "=d" (tmp), [exc] "+d" (exception), in __pcistg_mio_inuser()
86 cc = exception ? -ENXIO : CC_TRANSFORM(cc); in __pcistg_mio_inuser()
209 int cc, exception; in __pcilg_mio_inuser() local
217 exception = 1; in __pcilg_mio_inuser()
[all …]
/linux-6.15/arch/m68k/fpsp040/
H A Dskeleton.S18 | to handle the exception.
58 | Divide by Zero exception
80 | Inexact exception
83 | will probably want to clear the pending exception.
90 | swapped out before taking the exception, the exception taken on
171 | Overflow exception
197 | Underflow exception
223 | Signalling NAN exception
245 | Operand Error exception
268 | BSUN exception
[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
58 | label to a routine that will process a real exception of the
60 | if the FPU state after the exception is idle.
92 .set FPCR_ENABLE,USER_FPCR+2 | FPCR exception enable
97 .set FPSR_EXCEPT,USER_FPSR+2 | FPSR exception
98 .set FPSR_AEXCEPT,USER_FPSR+3 | FPSR accrued exception
213 .set EXC_SR,4 | exception frame status register
214 .set EXC_PC,6 | exception frame program counter
216 .set EXC_EA,12 | exception frame effective address
[all …]
/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dnested_exceptions_test.c196 TEST_ASSERT(!events.exception.pending, in queue_ss_exception()
198 TEST_ASSERT(!events.exception.injected, 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()
251 TEST_ASSERT_EQ(events.exception.nr, SS_VECTOR); in main()
252 TEST_ASSERT_EQ(events.exception.has_error_code, true); in main()
[all …]
H A Ddebug_regs.c112 run->debug.arch.exception == BP_VECTOR && in main()
115 run->exit_reason, run->debug.arch.exception, in main()
129 run->debug.arch.exception == DB_VECTOR && in main()
134 i, run->exit_reason, run->debug.arch.exception, in main()
152 run->debug.arch.exception == DB_VECTOR && in main()
157 i, run->exit_reason, run->debug.arch.exception, in main()
178 run->debug.arch.exception == DB_VECTOR && in main()
183 i, run->exit_reason, run->debug.arch.exception, in main()
196 run->debug.arch.exception == DB_VECTOR && in main()
201 run->exit_reason, run->debug.arch.exception, in main()
/linux-6.15/arch/m68k/ifpsp060/
H A Dfskeleton.S70 | This is the exit point for the 060FPSP when an enabled overflow exception
75 | The sample routine below simply clears the exception status bit and
94 | The sample routine below simply clears the exception status bit and
113 | The sample routine below simply clears the exception status bit and
132 | The sample routine below simply clears the exception status bit and
151 | The sample routine below simply clears the exception status bit and
166 | for enabled inexact exceptions. The exception stack frame is an inexact
170 | The sample routine below simply clears the exception status bit and
183 | This is the exit point for the 060FPSP when an enabled bsun exception
185 | for enabled bsun exceptions. The exception stack frame is a bsun
[all …]
H A Dfpsp.doc38 includes exception handlers to provide full IEEE-754 compliant
39 exception handling.
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 --|
216 exception taken ---> enter _060_fpsp_unfl --|
229 exception taken ---> enter _060_fpsp_fline --|
266 exception taken ---> enter _060_fpsp_unsupp --|
[all …]
/linux-6.15/Documentation/arch/arm64/
H A Dmops.rst10 A main or epilogue instruction can take a MOPS exception for various reasons,
13 not met. The software exception handler is then expected to reset the registers
26 guest kernel, as Linux may not be able to handle the exception at all times.
27 For example, a MOPS exception can be taken when the hypervisor migrates a vCPU
32 - Set HCRX_EL2.MCE2 to 1 so that the exception is taken to the hypervisor.
34 - Have an exception handler that implements the algorithm from the Arm ARM
37 - Set the guest's PSTATE.SS to 0 in the exception handler, to handle a
40 Note: Clearing PSTATE.SS is needed so that a single step exception is taken
42 would get silently stepped over and the single step exception taken on the
/linux-6.15/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-6.15/drivers/s390/char/
H A Dtape_3590.c959 char *exception, *service; in tape_3590_print_mim_msg_f0() local
964 if (!exception || !service) in tape_3590_print_mim_msg_f0()
992 snprintf(exception, BUFSIZE, "0x%02x", in tape_3590_print_mim_msg_f0()
1009 "service %s\n", exception, service); in tape_3590_print_mim_msg_f0()
1012 kfree(exception); in tape_3590_print_mim_msg_f0()
1023 char *exception, *service; in tape_3590_print_io_sim_msg_f1() local
1028 if (!exception || !service) in tape_3590_print_io_sim_msg_f1()
1123 kfree(exception); in tape_3590_print_io_sim_msg_f1()
1134 char *exception, *service; in tape_3590_print_dev_sim_msg_f2() local
1139 if (!exception || !service) in tape_3590_print_dev_sim_msg_f2()
[all …]
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dcoredump.c102 bool *exception) in mt7996_coredump_fw_state() argument
114 *exception = !!count; in mt7996_coredump_fw_state()
119 bool exception) in mt7996_coredump_fw_stack() argument
134 if (!exception) { in mt7996_coredump_fw_stack()
156 if (!exception) { in mt7996_coredump_fw_stack()
169 bool exception; in mt7996_coredump_build() local
201 mt7996_coredump_fw_state(dev, dump, &exception); in mt7996_coredump_build()
202 mt7996_coredump_fw_stack(dev, dump, exception); in mt7996_coredump_build()
/linux-6.15/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-6.15/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
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
322 SPDX-License-Identifier: <SPDX-License> WITH GCC-exception-2.0
[all …]
/linux-6.15/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
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
321 SPDX-License-Identifier: <SPDX-License> WITH GCC-exception-2.0
[all …]
/linux-6.15/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-6.15/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dcoredump.c145 bool *exception) in mt7915_coredump_fw_state() argument
163 *exception = !!count; in mt7915_coredump_fw_state()
168 bool exception) in mt7915_coredump_fw_trace() argument
190 if (exception) { in mt7915_coredump_fw_trace()
225 bool exception) in mt7915_coredump_fw_stack() argument
230 if (!exception) in mt7915_coredump_fw_stack()
240 if (!exception) in mt7915_coredump_fw_stack()
309 bool exception; in mt7915_coredump_build() local
341 mt7915_coredump_fw_state(dev, dump, &exception); in mt7915_coredump_build()
342 mt7915_coredump_fw_trace(dev, dump, exception); in mt7915_coredump_build()
[all …]
/linux-6.15/fs/nfs/
H A Dnfs4proc.c731 &exception); in nfs4_async_handle_error()
4089 &exception); in nfs4_server_capabilities()
4226 &exception); in nfs4_discover_trunking()
4499 &exception); in nfs4_proc_getattr()
4735 &exception); in nfs4_proc_lookupp()
4786 &exception); in nfs4_proc_access()
4843 &exception); in nfs4_proc_readlink()
4930 &exception); in nfs4_proc_remove()
4946 &exception); in nfs4_proc_rmdir()
5104 &exception); in nfs4_proc_link()
[all …]
/linux-6.15/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-6.15/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-6.15/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-6.15/Documentation/process/
H A Dlicense-rules.rst10 with an explicit syscall exception described in
116 // SPDX-License-Identifier: GPL-2.0 WITH mif-exception
117 // SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0
342 exception text and the required `Exception Metatags`_.
352 LICENSES/exceptions/GCC-exception-2.0
371 to the exception.
376 exception can be used.
401 Full exception text
405 SPDX-Exception-Identifier: GCC-exception-2.0
406 SPDX-URL: https://spdx.org/licenses/GCC-exception-2.0.html
[all …]

12345678910>>...19