Searched refs:exceptions (Results 1 – 22 of 22) sorted by relevance
12 echo ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions; \13 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions16 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions20 …LDDIR)/linker_lists.h.rst: ${API}/linker_lists.h ${PARSER} $(SRC_DIR)/linker_lists.h.rst.exceptions
17 obj-$(CONFIG_ARMV8_SPL_EXCEPTION_VECTORS) += exceptions.o19 obj-y += exceptions.o
6 obj-y = cpu.o exceptions.o
7 obj-y = exceptions.o
14 The exception command is used to test the handling of exceptions like undefined
26 Also added code to handle critical exceptions since the debug35 Added code to handle critical exceptions
55 - Some architectures raise processor exceptions when unaligned accesses58 - Some architectures raise processor exceptions when unaligned accesses59 happen, but the exceptions do not contain enough information for the
80 ... with the exceptions that the BootLoaderSpec document:
503 alignment exceptions. The test will contain a pre-built table
39 The sandbox, x86_64, and Xtensa are notable exceptions.
39 static char *exceptions[] = { variable171 printf("%s\n", exceptions[regs->irq_id]); in do_exception()
6 are likely to be exceptions to this rule.
9 GNU General Public License -- see individual files for exceptions.105 Other examples using WITH exceptions found in the linux kernel are::
254 make exceptions for this. Our decision will be guided by the two goals
430 Software Foundation; we sometimes make exceptions for this. Our
409 Software Foundation; we sometimes make exceptions for this. Our
43 bus, albeit there are justified exceptions. If the compatible string is
84 to intercept run-time exceptions, e.g. for unaligned access or illegal
5311 my $exceptions = qr{5335 $dstat !~ /$exceptions/ &&
51 # QUIET_ALL can be passed as the 'quiet' parameter to avoid exceptions
116 two exceptions:1214 The two exceptions to all this are
43 out various exceptions when stopped. You may have to kill it since the
Completed in 68 milliseconds