Home
last modified time | relevance | path

Searched refs:exceptions (Results 1 – 25 of 31) sorted by relevance

12

/u-boot/doc/media/
A DMakefile12 echo ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions; \
13 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions
16 ${PARSER} $< $@ $(SRC_DIR)/$(notdir $@).exceptions
20 …LDDIR)/linker_lists.h.rst: ${API}/linker_lists.h ${PARSER} $(SRC_DIR)/linker_lists.h.rst.exceptions
/u-boot/scripts/
A Dspdxcheck.py29 self.exceptions = { }
57 spdx.exceptions[exception] = []
63 spdx.exceptions[exception].append(lic)
67 if not len(spdx.exceptions[exception]):
107 if id not in self.spdx.exceptions:
109 if self.lastid not in self.spdx.exceptions[id]:
284 sys.stderr.write('Exception IDs %12d\n' %len(spdx.exceptions))
A Dcheckpatch.pl5932 my $exceptions = qr{
5956 $dstat !~ /$exceptions/ &&
/u-boot/arch/arm/cpu/armv8/
A DMakefile17 obj-$(CONFIG_ARMV8_SPL_EXCEPTION_VECTORS) += exceptions.o
19 obj-y += exceptions.o
/u-boot/arch/xtensa/cpu/
A DMakefile6 obj-y = cpu.o exceptions.o
/u-boot/arch/nios2/cpu/
A DMakefile7 obj-y = exceptions.o
/u-boot/doc/usage/cmd/
A Dexception.rst14 The exception command is used to test the handling of exceptions like undefined
/u-boot/arch/x86/cpu/i386/
A Dinterrupt.c39 static char *exceptions[] = { variable
171 printf("%s\n", exceptions[regs->irq_id]); in do_exception()
/u-boot/doc/develop/
A Dglobal_data.rst37 The sandbox, x86_64, and Xtensa are notable exceptions.
A Ddistro.rst74 ... with the exceptions that the Boot Loader Specification document:
A Dcheckpatch.rst1071 There are some exceptions:
/u-boot/doc/
A DREADME.unaligned-memory-access.txt55 - Some architectures raise processor exceptions when unaligned accesses
58 - Some architectures raise processor exceptions when unaligned accesses
59 happen, but the exceptions do not contain enough information for the
A DREADME.POST503 alignment exceptions. The test will contain a pre-built table
/u-boot/board/xilinx/microblaze-generic/
A DKconfig62 Enable this option if the MicroBlaze processor supports exceptions
/u-boot/Licenses/
A DREADME9 GNU General Public License -- see individual files for exceptions.
105 Other examples using WITH exceptions found in the linux kernel are::
A Dgpl-2.0.txt254 make exceptions for this. Our decision will be guided by the two goals
A Dlgpl-2.0.txt409 Software Foundation; we sometimes make exceptions for this. Our
A Dlgpl-2.1.txt430 Software Foundation; we sometimes make exceptions for this. Our
/u-boot/doc/device-tree-bindings/reset/
A Dreset.txt6 are likely to be exceptions to this rule.
/u-boot/doc/arch/
A Driscv.rst22 (Supervisor Execution Environment) to handle exceptions for the S-mode U-Boot
/u-boot/doc/develop/driver-model/
A Dpci-info.rst43 bus, albeit there are justified exceptions. If the compatible string is
/u-boot/doc/board/sipeed/
A Dmaix.rst84 to intercept run-time exceptions, e.g. for unaligned access or illegal
/u-boot/tools/u_boot_pylib/
A DLICENSE254 make exceptions for this. Our decision will be guided by the two goals
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped55 # QUIET_ALL can be passed as the 'quiet' parameter to avoid exceptions
/u-boot/common/
A Ddlmalloc.src116 two exceptions:
1214 The two exceptions to all this are

Completed in 100 milliseconds

12