/linux-6.3-rc2/drivers/acpi/acpica/ |
A D | utexcep.c | 32 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.3-rc2/tools/testing/selftests/powerpc/tm/ |
A D | tm-unavailable.c | 47 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.3-rc2/arch/m68k/fpsp040/ |
A D | skeleton.S | 18 | 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 …]
|
A D | fpsp.h | 11 | 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 …]
|
A D | kernel_ex.S | 4 | 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-6.3-rc2/tools/testing/selftests/kvm/x86_64/ |
A D | nested_exceptions_test.c | 201 TEST_ASSERT(!events.exception.pending, in queue_ss_exception() 203 TEST_ASSERT(!events.exception.injected, in queue_ss_exception() 207 events.exception.pending = !inject; in queue_ss_exception() 208 events.exception.injected = inject; in queue_ss_exception() 209 events.exception.nr = SS_VECTOR; in queue_ss_exception() 210 events.exception.has_error_code = true; in queue_ss_exception() 211 events.exception.error_code = SS_ERROR_CODE; in queue_ss_exception() 255 ASSERT_EQ(events.exception.pending, true); in main() 256 ASSERT_EQ(events.exception.nr, SS_VECTOR); in main() 257 ASSERT_EQ(events.exception.has_error_code, true); in main() [all …]
|
A D | debug_regs.c | 109 run->debug.arch.exception == BP_VECTOR && in main() 112 run->exit_reason, run->debug.arch.exception, in main() 126 run->debug.arch.exception == DB_VECTOR && in main() 131 i, run->exit_reason, run->debug.arch.exception, in main() 149 run->debug.arch.exception == DB_VECTOR && in main() 154 i, run->exit_reason, run->debug.arch.exception, in main() 175 run->debug.arch.exception == DB_VECTOR && in main() 180 i, run->exit_reason, run->debug.arch.exception, in main() 193 run->debug.arch.exception == DB_VECTOR && in main() 198 run->exit_reason, run->debug.arch.exception, in main()
|
/linux-6.3-rc2/arch/m68k/ifpsp060/ |
A D | fskeleton.S | 70 | 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 …]
|
A D | fpsp.doc | 38 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.3-rc2/drivers/s390/char/ |
A D | tape_3590.c | 959 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.3-rc2/LICENSES/exceptions/ |
A D | GCC-exception-2.0 | 1 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.3-rc2/Documentation/translations/zh_CN/process/ |
A D | license-rules.rst | 101 // 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.3-rc2/Documentation/translations/zh_TW/process/ |
A D | license-rules.rst | 104 // SPDX-License-Identifier: GPL-2.0 WITH mif-exception 105 // SPDX-License-Identifier: GPL-2.0+ WITH GCC-exception-2.0 268 LICENSES/exceptions/GCC-exception-2.0 307 To use this exception add it with the keyword WITH to one of the 311 Full exception text 315 SPDX-Exception-Identifier: GCC-exception-2.0 316 SPDX-URL: https://spdx.org/licenses/GCC-exception-2.0.html 319 The "GCC Runtime Library exception 2.0" is used together with one 322 To use this exception add it with the keyword WITH to one of the 324 SPDX-License-Identifier: <SPDX-License> WITH GCC-exception-2.0 [all …]
|
/linux-6.3-rc2/tools/lib/subcmd/ |
A D | pager.c | 40 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.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/ |
A D | coredump.c | 144 bool *exception) in mt7915_coredump_fw_state() argument 162 *exception = !!count; in mt7915_coredump_fw_state() 167 bool exception) in mt7915_coredump_fw_trace() argument 189 if (exception) { in mt7915_coredump_fw_trace() 224 bool exception) in mt7915_coredump_fw_stack() argument 229 if (!exception) in mt7915_coredump_fw_stack() 239 if (!exception) in mt7915_coredump_fw_stack() 308 bool exception; in mt7915_coredump_build() local 340 mt7915_coredump_fw_state(dev, dump, &exception); in mt7915_coredump_build() 341 mt7915_coredump_fw_trace(dev, dump, exception); in mt7915_coredump_build() [all …]
|
/linux-6.3-rc2/fs/nfs/ |
A D | nfs4proc.c | 667 &exception); in nfs4_async_handle_error() 3945 &exception); in nfs4_server_capabilities() 4061 &exception); in nfs4_discover_trunking() 4334 &exception); in nfs4_proc_getattr() 4570 &exception); in nfs4_proc_lookupp() 4621 &exception); in nfs4_proc_access() 4678 &exception); in nfs4_proc_readlink() 4765 &exception); in nfs4_proc_remove() 4781 &exception); in nfs4_proc_rmdir() 4938 &exception); in nfs4_proc_link() [all …]
|
A D | nfs42proc.c | 111 exception.inode = inode; in nfs42_proc_fallocate() 125 } while (exception.retry); in nfs42_proc_fallocate() 653 } while (exception.retry); in nfs42_proc_copy_notify() 732 } while (exception.retry); in nfs42_proc_llseek() 1383 &exception); in nfs42_proc_getxattr() 1384 } while (exception.retry); in nfs42_proc_getxattr() 1405 &exception); in nfs42_proc_setxattr() 1406 } while (exception.retry); in nfs42_proc_setxattr() 1423 &exception); in nfs42_proc_listxattrs() 1424 } while (exception.retry); in nfs42_proc_listxattrs() [all …]
|
/linux-6.3-rc2/arch/loongarch/kernel/ |
A D | genex.S | 67 .macro BUILD_HANDLER exception handler prep 69 SYM_FUNC_START(handle_\exception) 79 SYM_FUNC_END(handle_\exception) 80 SYM_DATA(unwind_hint_\exception, .word 668b - 666b)
|
/linux-6.3-rc2/arch/sh/kernel/cpu/sh2a/ |
A D | entry.S | 68 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.3-rc2/Documentation/process/ |
A D | license-rules.rst | 10 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 …]
|
/linux-6.3-rc2/arch/arm/nwfpe/ |
A D | softfloat.c | 100 roundData->exception |= float_flag_invalid; in roundAndPackInt32() 986 roundData->exception |= float_flag_inexact; in float32_round_to_int() 1118 roundData->exception |= float_flag_invalid; in subFloat32Sigs() 1367 roundData->exception |= float_flag_invalid; in float32_rem() 1463 roundData->exception |= float_flag_invalid; in float32_sqrt() 1468 roundData->exception |= float_flag_invalid; in float32_sqrt() 1880 roundData->exception |= float_flag_inexact; in float64_round_to_int() 2014 roundData->exception |= float_flag_invalid; in subFloat64Sigs() 2263 roundData->exception |= float_flag_invalid; in float64_rem() 2345 roundData->exception |= float_flag_invalid; in float64_sqrt() [all …]
|
A D | fpa11_cprt.c | 64 roundData.exception = 0; in PerformFLT() 94 if (roundData.exception) in PerformFLT() 95 float_raise(roundData.exception); in PerformFLT() 108 roundData.exception = 0; in PerformFIX() 135 if (roundData.exception) in PerformFIX() 136 float_raise(roundData.exception); in PerformFIX()
|
/linux-6.3-rc2/arch/mips/kernel/ |
A D | genex.S | 513 .macro __BUILD_silent exception 530 .macro __BUILD_count exception 531 LONG_L t0,exception_count_\exception 533 LONG_S t0,exception_count_\exception 534 .comm exception_count\exception, 8, 8 539 NESTED(handle_\exception, PT_SIZE, sp) 543 FEXPORT(handle_\exception\ext) 546 __BUILD_\verbose \exception 550 END(handle_\exception) 553 .macro BUILD_HANDLER exception handler clear verbose [all …]
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | keystone-k2hk.dtsi | 167 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";
|
/linux-6.3-rc2/Documentation/x86/ |
A D | exception-tables.rst | 4 Kernel level exception handling 32 accessible, the CPU generates a page fault exception and calls the 40 contains a reason code for the exception. 50 There it uses the address of the instruction that caused the exception 275 c017e7a5,c0199ff5 in the exception table of the kernel. 283 #. MMU generates exception 290 exception table (i.e. the contents of the ELF section __ex_table) 303 we set EAX to -EFAULT in the exception handler code. Well, the 312 will cause the exception table to not be sorted correctly, and the 316 double the size of the exception table by expanding the two entries [all …]
|