Home
last modified time | relevance | path

Searched refs:LOAD (Results 1 – 21 of 21) sorted by relevance

/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A Dmxsimage-signed.cfg4 LOAD 0x1000 spl/u-boot-spl.bin
5 LOAD 0x8000 spl/u-boot-spl.ivt
6 LOAD 0x8040 spl/u-boot-spl.sig
8 LOAD 0x40002000 u-boot.bin
9 LOAD 0x40001000 u-boot.ivt
10 LOAD 0x40001040 u-boot.sig
H A Dmxsimage.mx28.cfg4 LOAD 0x1000 spl/u-boot-spl.bin
5 LOAD IVT 0x8000 0x1000
7 LOAD 0x40002000 u-boot.bin
8 LOAD IVT 0x8000 0x40002000
H A Dmxsimage-spl.mx28.cfg4 LOAD 0x1000 spl/u-boot-spl.bin
5 LOAD IVT 0x8000 0x1000
H A Dmxsimage.mx23.cfg4 LOAD 0x1000 spl/u-boot-spl.bin
6 LOAD 0x40002000 u-boot.bin
H A Dmxsimage-spl.mx23.cfg4 LOAD 0x1000 spl/u-boot-spl.bin
/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/
H A D0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch4 Subject: [PATCH] make LOAD segment extensions based on p_align instead of
7 Since the p_align of the LOAD segment is no longer pagesize, the actual p_align
8 value is used to calculate for the LOAD segment extension.
10 If calculated with pagesize, new LOAD segment may be added even though the
11 existing LOAD segment can be extended.
H A D0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch9 glibc earlier than 2.35 incorrectly requires that the LOAD segment be (p_vaddr
14 that newly added LOAD segments satisfy (p_vaddr mod p_align) == (p_offset mod
33 + /* glibc earlier than 2.35 requires that the LOAD segment satisfies
/openbmc/u-boot/doc/uImage.FIT/
H A Dx86-fit-boot.txt79 CONTENTS, ALLOC, LOAD, RELOC, READONLY, CODE
81 CONTENTS, ALLOC, LOAD, READONLY, CODE
83 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA
85 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA
87 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA
89 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA
91 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA
93 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA
95 CONTENTS, ALLOC, LOAD, RELOC, READONLY, DATA
97 CONTENTS, ALLOC, LOAD, READONLY, DATA
[all …]
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc416 /* LOAD */
431 /* LOAD IMMEDIATE */
433 /* LOAD RELATIVE LONG */
437 /* LOAD ADDRESS */
440 /* LOAD ADDRESS EXTENDED */
443 /* LOAD ADDRESS RELATIVE LONG */
445 /* LOAD AND ADD */
448 /* LOAD AND ADD LOGICAL */
451 /* LOAD AND AND */
454 /* LOAD AND EXCLUSIVE OR */
[all …]
/openbmc/u-boot/doc/imx/mkimage/
H A Dmxsimage.txt55 LOAD u32_address string_filename
59 LOAD IVT u32_address u32_IVT_entry_point
64 LOAD DCD u32_address u32_DCD_block_ID
104 the ID number used by "LOAD DCD" instruction.
154 L -- LOAD instruction
/openbmc/openbmc/poky/meta/recipes-devtools/patchelf/
H A Dpatchelf_0.18.0.bb10 file://0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch \
/openbmc/u-boot/drivers/crypto/fsl/
H A Ddesc_constr.h236 APPEND_CMD_PTR(load, LOAD)
278 APPEND_CMD_PTR_TO_IMM(load, LOAD);
331 APPEND_CMD_RAW_IMM(load, LOAD, u32);
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h222 #define LOAD(opcode) ((opcode & BIT_LOAD) != 0) macro
/openbmc/u-boot/lib/zlib/
H A Dinflate.c178 #define LOAD() \ macro
355 LOAD(); in inflate()
728 LOAD(); in inflate()
/openbmc/qemu/target/hexagon/idef-parser/
H A Didef-parser.y55 %token ZXT CONSTEXT LOCNT BREV SIGN LOAD STORE PC LPCFG
337 | LOAD '(' IMM ',' IMM ',' SIGN ',' var ',' lvalue ')'
/openbmc/qemu/target/hexagon/
H A Dattribs_def.h.inc39 DEF_ATTRIB(LOAD, "Loads from memory", "", "")
H A Dgen_tcg.h110 #define fGEN_TCG_LOAD_pcr(SHIFT, LOAD) \ argument
116 LOAD; \
/openbmc/qemu/include/hw/misc/
H A Dbcm2835_cprman_internals.h312 .cm_load_mask = R_CM_ ## pll_ ## _ ## LOAD ## channel_ ## _MASK, \
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/
H A D0010-eglibc-Cross-building-and-testing-instructions.patch382 + LOAD 0x000000 0x00008000 0x00008000 0x0042c 0x0042c R E 0x8000
/openbmc/qemu/target/hexagon/imported/
H A Dencode_pp.def289 /* LOAD */
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc443 /* Condition codes that result from a LOAD AND TEST. Here, we have no