Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/tools/binman/
H A Dfunc_test.py306 str(e.exception))
314 'No such file or directory'], str(e.exception))
325 str(e.exception))
331 self.assertIn("does not have a 'binman' node", str(e.exception))
346 "'/binman/not-a-valid-type'", str(e.exception))
384 "of two", str(e.exception))
477 "of two", str(e.exception))
484 "power of two", str(e.exception))
491 "align 0x4 (4)", str(e.exception))
498 "align-size 0x4 (4)", str(e.exception))
[all …]
H A Dentry_test.py27 "'invalid-path'", str(e.exception))
/rk3399_rockchip-uboot/tools/patman/
H A Dcommand.py25 self.exception = None
28 exception=None): argument
33 self.exception = exception
89 result.exception = err
/rk3399_rockchip-uboot/test/py/
H A Dmultiplexed_log.py150 exception = None
154 exception = cpe
158 exception = e
161 if exit_status and not exception and not ignore_errors:
162 exception = Exception('Exit code: ' + str(exit_status))
163 if exception:
164 output += str(exception) + '\n'
173 if exception:
174 raise exception
/rk3399_rockchip-uboot/doc/device-tree-bindings/cpu/
H A Dnios2.txt20 - altr,exception-addr: Specifies CPU exception address
51 altr,exception-addr = <0xd0000020>;
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-parser.tab.h_shipped20 /* As a special exception, you may create a larger work that contains
26 special exception, which will cause the skeleton and the resulting
28 License without this special exception.
30 This special exception was added by the Free Software Foundation in
/rk3399_rockchip-uboot/arch/microblaze/cpu/
H A DMakefile10 obj-y += interrupts.o cache.o exception.o timer.o
/rk3399_rockchip-uboot/tools/
H A Dgenboardscfg.py48 except OSError as exception:
50 if exception.errno != errno.ENOENT:
68 except OSError as exception:
69 if exception.errno == errno.ENOENT:
/rk3399_rockchip-uboot/fs/jffs2/
H A DLICENCE20 As a special exception, if other files instantiate templates or use
28 This exception does not invalidate any other reasons why a work based on
/rk3399_rockchip-uboot/doc/
H A DREADME.bedbug25 Added code to handle the debug exception (0x2000) on the 405.
30 Added more detailed output for the program exception to tell
H A DREADME.arm6413 1. U-Boot can run at any exception level it is entered in, it is
17 that of a boot loader. It can drop to lower exception levels before
H A DREADME.mpc85xx9 exception vector (IVPR + IVOR15).
13 mapping to a valid opcode at the debug exception vector, even if we normally
14 don't support exception vectors being used that early, and that's not the area
H A DREADME.xtensa87 reading of meaningless data, written data being ignored or an exception,
89 invalid addresses always ends with an exception.
91 U-Boot for Xtensa provides a special memory exception handler that
H A DREADME.memory-test36 purposes, like exception code, U-Boot code and data, stack,
45 used for the exception vectors (usually at the very lower end of
/rk3399_rockchip-uboot/Licenses/
H A DeCos-2.0.txt24 As a special exception, if other files instantiate templates or use
32 This exception does not invalidate any other reasons why a work based
/rk3399_rockchip-uboot/drivers/video/fonts/
H A DKconfig38 License: GPL with font exception
/rk3399_rockchip-uboot/api/
H A DREADME9 text, which might evolve into a real syscall using machine exception trap
/rk3399_rockchip-uboot/arch/mips/
H A DKconfig216 bool "Build U-Boot image with exception vectors"
218 Enable this to include exception vectors in the U-Boot image. This is
220 CPU reset exception vector (e.g. U-Boot as ROM loader in Qemu,
/rk3399_rockchip-uboot/include/
H A Dppc_asm.tmpl138 * exception frames.
154 * this, we leave this much untouched space on the stack on exception
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/
H A DKconfig58 - The target exception level that secure monitor firmware will
81 Secure firmware exception return address is different with core's.
/rk3399_rockchip-uboot/arch/mips/cpu/
H A Dstart.S50 li t9, 15 # UHI exception operation
/rk3399_rockchip-uboot/scripts/dtc/pylibfdt/
H A Dlibfdt.i_shipped42 # of raising an exception.
45 # instead of raising an exception.
50 """An exception caused by an error such as one of the codes above"""
/rk3399_rockchip-uboot/arch/nios2/dts/
H A D3c120_devboard.dts41 altr,exception-addr = <0xd0000020>;
/rk3399_rockchip-uboot/arch/xtensa/cpu/
H A Du-boot.lds25 * 'relocatable' exception vectors and provide a scratch memory for the
/rk3399_rockchip-uboot/lib/lzma/
H A Dlzma.txt580 7-Zip can be compiled with MSVC 6.0 that doesn't throw "exception" from "new" operator.
589 If you use MSCV that throws exception for "new" operator, you can compile without
590 "NewHandler.cpp". So standard exception will be used. Actually some code of
591 7-Zip catches any exception in internal code and converts it to HRESULT code.

12