/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | entry-arcv2.S | 29 # Initial 16 slots are Exception Vectors 40 VECTOR EV_Extension ; Extn Instruction Exception 98 ;################### Non TLB Exception Handling ############################# 119 ; Memory Error Exception Handler 121 ; Instruction fetch or Data access, under a single Exception Vector 149 ; Protection Violation Exception Handler 190 breq r11, 0, .Lexcept_ret ; No intr active, ret from Exception 201 ; Handle special case #1: (Entry via Exception, Return via IRQ) 203 ; Exception in U mode, preempted in kernel, Intr taken (K mode), orig 216 ;####### Return from Exception / pur [all...] |
H A D | entry.S | 73 ;################### Non TLB Exception Handling ############################# 76 ; Instruction Error Exception Handler 88 ; Machine Check Exception Handler 120 ; Privilege Violation Exception Handler 131 ; Extension Instruction Exception Handler 255 ; Pre-{IRQ,Trap,Exception} K/U mode from pt_regs->status32
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | entry-arcv2.S | 28 # Initial 16 slots are Exception Vectors 39 VECTOR EV_Extension ; Extn Instruction Exception 97 ;################### Non TLB Exception Handling ############################# 118 ; Memory Error Exception Handler 120 ; Instruction fetch or Data access, under a single Exception Vector 158 ; Protection Violation Exception Handler 204 breq r11, 0, .Lexcept_ret ; No intr active, ret from Exception 215 ; Handle special case #1: (Entry via Exception, Return via IRQ) 217 ; Exception in U mode, preempted in kernel, Intr taken (K mode), orig 230 ;####### Return from Exception / pur [all...] |
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2/ |
H A D | ex.S | 13 ! convert Exception Vector to Exception Number 36 ! Exception Vector Base
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2/ |
H A D | ex.S | 13 ! convert Exception Vector to Exception Number 36 ! Exception Vector Base
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh2a/ |
H A D | ex.S | 13 ! convert Exception Vector to Exception Number 57 ! Exception Vector Base
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh2a/ |
H A D | ex.S | 13 ! convert Exception Vector to Exception Number 57 ! Exception Vector Base
|
/kernel/linux/linux-6.6/scripts/ |
H A D | bpf_doc.py | 147 raise Exception("No description section found for " + proto) 166 raise Exception("No description found for " + proto) 173 raise Exception("No return section found for " + proto) 192 raise Exception("No return found for " + proto) 199 raise Exception(help_message) 295 raise Exception("Helper %s is missing from enum bpf_func_id" % name) 299 raise Exception("Helper %s has multiple descriptions which are not grouped together" % name) 305 raise Exception("Helper %s (ID %d) comment order (#%d) must be aligned with its position (#%d) in enum bpf_func_id" % (name, enum_val, i + 1, enum_pos + 1)) 307 raise Exception("Helper %s has duplicated value %d" % (name, enum_val)) 355 Exception i [all...] |
H A D | spdxcheck.py | 15 class ParserException(Exception): 20 class SPDXException(Exception): 71 elif l.startswith('SPDX-Exception-Identifier:'): 78 raise SPDXException(None, 'Exception %s missing license %s' %(exception, lic)) 84 raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception) 129 # Validate License and Exception IDs 138 raise ParserException(tok, 'Invalid Exception ID') 140 raise ParserException(tok, 'Exception not valid for license %s' %self.lastid) 362 except Exception as ex: 372 except Exception a [all...] |
/kernel/linux/linux-6.6/tools/verification/dot2/ |
H A D | automata.py | 34 raise Exception("not a dot file: %s" % self.__dot_path) 38 raise Exception("not a dot file: %s" % self.__dot_path) 48 raise Exception("Cannot open the file: %s" % self.__dot_path) 57 raise Exception("Not a valid .dot format: %s" % self.__dot_path)
|
H A D | dot2k.py | 25 raise Exception("Unknown monitor type: %s" % MonitorType) 38 raise Exception("I can only run on Linux.") 50 raise Exception("Could not find the template directory, do you have the kernel source installed?") 57 raise Exception("Cannot open the file: %s" % path)
|
/kernel/linux/linux-5.10/arch/parisc/math-emu/ |
H A D | sfcmp.c | 60 && (Exception(cond) || Sgl_isone_signaling(left))) in sgl_fcmp() 64 && (Exception(cond) || Sgl_isone_signaling(right)) ) ) in sgl_fcmp()
|
H A D | dfcmp.c | 60 && (Exception(cond) || Dbl_isone_signaling(leftp1))) in dbl_fcmp() 64 && (Exception(cond) || Dbl_isone_signaling(rightp1))) ) in dbl_fcmp()
|
/kernel/linux/linux-6.6/arch/parisc/math-emu/ |
H A D | sfcmp.c | 60 && (Exception(cond) || Sgl_isone_signaling(left))) in sgl_fcmp() 64 && (Exception(cond) || Sgl_isone_signaling(right)) ) ) in sgl_fcmp()
|
H A D | dfcmp.c | 60 && (Exception(cond) || Dbl_isone_signaling(leftp1))) in dbl_fcmp() 64 && (Exception(cond) || Dbl_isone_signaling(rightp1))) ) in dbl_fcmp()
|
/kernel/linux/linux-6.6/scripts/gdb/linux/ |
H A D | stackdepot.py | 41 except Exception as e: 54 except Exception as e:
|
/kernel/linux/linux-6.6/tools/net/ynl/lib/ |
H A D | ynl.py | 79 class NlError(Exception): 372 raise Exception(f'Multicast group "{mcast_name}" not present in the spec') 397 raise Exception(f'Multicast group "{mcast_name}" not present in the family') 419 raise Exception(f"Family '{self.yaml['name']}' not supported by the kernel") 448 raise Exception(f"Space '{space}' has no attribute '{name}'") 465 raise Exception(f'Unknown type for binary attribute, value: {value}') 470 raise Exception(f'Unknown type at {space} {name} {value} {attr["type"]}') 522 raise Exception(f"Space '{space}' has no attribute with value '{attr.type}'") 537 raise Exception(f'Unknown {attr_spec["type"]} with name {attr_spec["name"]}') 556 raise Exception( [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | spdxcheck.py | 14 class ParserException(Exception): 19 class SPDXException(Exception): 55 elif l.startswith('SPDX-Exception-Identifier:'): 62 raise SPDXException(None, 'Exception %s missing license %s' %(exception, lic)) 68 raise SPDXException(el, 'Exception %s is missing SPDX-Licenses' %exception) 99 # Validate License and Exception IDs 108 raise ParserException(tok, 'Invalid Exception ID') 110 raise ParserException(tok, 'Exception not valid for license %s' %self.lastid) 256 except Exception as ex: 282 sys.stderr.write('Exception file [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_bpftool.py | 20 class IfaceNotFoundError(Exception): 24 class UnprivilegedUserError(Exception):
|
/kernel/linux/linux-5.10/scripts/tracing/ |
H A D | draw_functrace.py | 89 class BrokenLineException(Exception): 95 class CommentLineException(Exception):
|
/kernel/linux/linux-6.6/scripts/tracing/ |
H A D | draw_functrace.py | 89 class BrokenLineException(Exception): 95 class CommentLineException(Exception):
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_bpftool.py | 20 class IfaceNotFoundError(Exception): 24 class UnprivilegedUserError(Exception):
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 197 # raise Exception("Too few arguments") 203 # raise Exception("Failed to open database " + dbname + " error: " + db.lastError().text()) 209 # raise Exception("Query failed: " + query.lastError().text()) 211 # raise Exception("Query failed") 285 raise Exception("Too few or bad arguments") 318 raise Exception("Query failed: " + q.lastError().text()) 754 raise Exception("COPY FROM STDIN PQconnectdb failed") 760 raise Exception("COPY FROM STDIN PQexec failed") 765 raise Exception("COPY FROM STDIN PQputCopyData failed, error " + str(ret)) 769 raise Exception("COP [all...] |
/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | export-to-postgresql.py | 197 # raise Exception("Too few arguments") 203 # raise Exception("Failed to open database " + dbname + " error: " + db.lastError().text()) 209 # raise Exception("Query failed: " + query.lastError().text()) 211 # raise Exception("Query failed") 285 raise Exception("Too few or bad arguments") 318 raise Exception("Query failed: " + q.lastError().text()) 757 raise Exception("COPY FROM STDIN PQconnectdb failed") 763 raise Exception("COPY FROM STDIN PQexec failed") 768 raise Exception("COPY FROM STDIN PQputCopyData failed, error " + str(ret)) 772 raise Exception("COP [all...] |
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | attr.py | 32 class Fail(Exception): 39 class Notest(Exception): 46 class Unsup(Exception):
|