| /openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/ |
| H A D | mxsimage-signed.cfg | 4 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 D | mxsimage.mx28.cfg | 4 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 D | mxsimage-spl.mx28.cfg | 4 LOAD 0x1000 spl/u-boot-spl.bin 5 LOAD IVT 0x8000 0x1000
|
| H A D | mxsimage.mx23.cfg | 4 LOAD 0x1000 spl/u-boot-spl.bin 6 LOAD 0x40002000 u-boot.bin
|
| H A D | mxsimage-spl.mx23.cfg | 4 LOAD 0x1000 spl/u-boot-spl.bin
|
| /openbmc/openbmc/poky/meta/recipes-devtools/patchelf/patchelf/ |
| H A D | 0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch | 4 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 D | 0002-align-startOffset-with-p_align-instead-of-pagesize-f.patch | 9 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 D | x86-fit-boot.txt | 79 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 D | insn-data.h.inc | 416 /* 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/qemu/linux-user/ |
| H A D | gen-vdso-elfn.c.inc | 153 fprintf(stderr, "Multiple LOAD segments\n"); 157 fprintf(stderr, "LOAD segment does not cover EHDR\n"); 161 fprintf(stderr, "LOAD segment not loaded at address 0\n"); 172 fprintf(stderr, "LOAD segment's filesz and memsz differ\n"); 176 fprintf(stderr, "LOAD segment is larger than the whole VDSO\n"); 183 fprintf(stderr, "LOAD segment does not cover PHDRs\n"); 187 fprintf(stderr, "LOAD segment is not read-write\n"); 210 fprintf(stderr, "LOAD segment does not cover %s\n", which);
|
| /openbmc/qemu/docs/devel/ |
| H A D | atomics.rst | 125 components of the system, before all the LOAD or STORE operations 129 components of the system, after all the LOAD or STORE operations 143 - ``qatomic_load_acquire()``, which guarantees the LOAD to appear to 145 before all the LOAD or STORE operations specified afterwards. 151 after all the LOAD or STORE operations specified before. 162 - ``smp_rmb()`` guarantees that all the LOAD operations specified before 163 the barrier will appear to happen before all the LOAD operations 178 - ``smp_mb_acquire()`` guarantees that all the LOAD operations specified before 179 the barrier will appear to happen before all the LOAD or STORE operations 184 the barrier will appear to happen after all the LOAD or STORE operations [all …]
|
| /openbmc/u-boot/doc/imx/mkimage/ |
| H A D | mxsimage.txt | 55 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 D | patchelf_0.18.0.bb | 10 file://0003-make-LOAD-segment-extensions-based-on-p_align-instea.patch \
|
| /openbmc/u-boot/drivers/crypto/fsl/ |
| H A D | desc_constr.h | 236 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 D | fpopcode.h | 222 #define LOAD(opcode) ((opcode & BIT_LOAD) != 0) macro
|
| /openbmc/u-boot/lib/zlib/ |
| H A D | inflate.c | 178 #define LOAD() \ macro 355 LOAD(); in inflate() 728 LOAD(); in inflate()
|
| /openbmc/qemu/target/hexagon/idef-parser/ |
| H A D | idef-parser.y | 55 %token ZXT CONSTEXT LOCNT BREV SIGN LOAD STORE PC LPCFG 337 | LOAD '(' IMM ',' IMM ',' SIGN ',' var ',' lvalue ')'
|
| /openbmc/qemu/target/hexagon/ |
| H A D | attribs_def.h.inc | 39 DEF_ATTRIB(LOAD, "Loads from memory", "", "")
|
| H A D | gen_tcg.h | 110 #define fGEN_TCG_LOAD_pcr(SHIFT, LOAD) \ argument 116 LOAD; \
|
| /openbmc/qemu/include/hw/misc/ |
| H A D | bcm2835_cprman_internals.h | 312 .cm_load_mask = R_CM_ ## pll_ ## _ ## LOAD ## channel_ ## _MASK, \
|
| /openbmc/qemu/hw/nvram/ |
| H A D | xlnx-versal-efuse-ctrl.c | 145 FIELD(EFUSE_CACHE_LOAD, LOAD, 0, 1)
|
| H A D | xlnx-zynqmp-efuse.c | 102 FIELD(EFUSE_CACHE_LOAD, LOAD, 0, 1)
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0010-eglibc-Cross-building-and-testing-instructions.patch | 382 + LOAD 0x000000 0x00008000 0x00008000 0x0042c 0x0042c R E 0x8000
|
| /openbmc/qemu/target/hexagon/imported/ |
| H A D | encode_pp.def | 289 /* LOAD */
|
| /openbmc/qemu/tcg/s390x/ |
| H A D | tcg-target.c.inc | 443 /* Condition codes that result from a LOAD AND TEST. Here, we have no
|