| /rk3399_rockchip-uboot/drivers/misc/ |
| H A D | qfw.c | 100 uint32_t offset = le32_to_cpu(entry->pointer.offset); in bios_linker_add_pointer() 101 uint64_t pointer = 0; in bios_linker_add_pointer() local 103 dest = qemu_fwcfg_find_file(entry->pointer.dest_file); in bios_linker_add_pointer() 106 src = qemu_fwcfg_find_file(entry->pointer.src_file); in bios_linker_add_pointer() 111 dest->addr, src->addr, offset, entry->pointer.size, pointer); in bios_linker_add_pointer() 113 memcpy(&pointer, (char *)dest->addr + offset, entry->pointer.size); in bios_linker_add_pointer() 114 pointer = le64_to_cpu(pointer); in bios_linker_add_pointer() 115 pointer += (unsigned long)src->addr; in bios_linker_add_pointer() 116 pointer = cpu_to_le64(pointer); in bios_linker_add_pointer() 117 memcpy((char *)dest->addr + offset, &pointer, entry->pointer.size); in bios_linker_add_pointer()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.standalone | 21 2. The pointer to the jump table is passed to the application in a 23 architectures use a dedicated register to hold the pointer to the 26 use such a register; instead, the pointer to the 'global_data' 27 structure is passed as 'argv[-1]' pointer. 114 passing the 'global_data' pointer (like x86 does), one should add
|
| H A D | README.commands.itest | 10 avoids missing terminators when using an indirect pointer.
|
| H A D | README.xtensa | 58 keeping global data pointer in dedicated register. Because the register 60 available for the gd pointer. Therefore, on xtensa gd is a simple 72 pointer accordingly, then jumping into the target function just after
|
| H A D | README.commands | 11 command: Function pointer (*cmd)(struct cmd_tbl_s *, int, int, char *[]);
|
| H A D | README.JFFS2 | 38 Remove the assumption that JFFS can dereference a pointer
|
| H A D | README.menu | 15 the menu, and an opaque pointer to data controlled by the consumer.
|
| H A D | README.mxc_hab | 13 The Initial Vector Table contains a pointer to the CSF. Please see
|
| /rk3399_rockchip-uboot/board/xilinx/zynqmp/ |
| H A D | Makefile | 36 CFLAGS_psu_init_gpl.o += -Wno-int-to-pointer-cast
|
| /rk3399_rockchip-uboot/arch/nios2/cpu/ |
| H A D | u-boot.lds | 43 * the global pointer for gp-relative access. 55 * we will use gp as global data pointer. The _gp location is
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | vectors_m.S | 39 .long CONFIG_SYS_INIT_SP_ADDR @ 0 - Reset stack pointer
|
| H A D | vectors.S | 198 add r0, sp, #S_FRAME_SIZE @ grab pointer to old stack
|
| /rk3399_rockchip-uboot/disk/ |
| H A D | part_iso.h | 20 unsigned char pointer[4]; /* absolute pointer to Boot Catalog */ member
|
| H A D | part_iso.c | 104 bootaddr = get_unaligned_le32(pbr->pointer); in part_get_info_iso_verb()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | qfw.h | 129 } pointer; member
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | tiny-printf.c | 166 static void pointer(struct printf_info *info, const char *fmt, void *ptr) in pointer() function 297 pointer(info, fmt, va_arg(va, void *)); in _vprintf()
|
| H A D | vsprintf.c | 412 static char *pointer(const char *fmt, char *buf, char *end, void *ptr, in pointer() function 594 str = pointer(fmt + 1, str, end, in vsnprintf_internal()
|
| H A D | Kconfig | 266 The function errno_str(int errno), returns a pointer to the errno 268 - if errno is null or positive number - a pointer to "Success" message 269 - if errno is negative - a pointer to errno related message
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
| H A D | README.qspi | 18 command sequence for setting the boot location pointer. It's should point
|
| /rk3399_rockchip-uboot/arch/x86/ |
| H A D | config.mk | 11 PLATFORM_CPPFLAGS += -fomit-frame-pointer
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | fdt-fixup.txt | 56 call-back function, which is passed a writeable pointer to the device tree. 73 The passed-in void pointer is a writeable pointer to the device tree, which can
|
| H A D | livetree.txt | 62 easily read from the device tree using only a device pointer. Under the 155 no_to_ofnode() - converts node pointer to ofnode
|
| H A D | of-plat.txt | 286 points to platform data. This pointer can potentially be used to access the 287 referenced device (by searching for the pointer value). This feature is not
|
| /rk3399_rockchip-uboot/arch/arm/mach-omap2/omap3/ |
| H A D | lowlevel_init.S | 28 MOV r3, r1 @ Copy the pointer to va_list in R3 30 MOV r2, #OMAP3_EMU_HAL_START_HAL_CRITICAL @ Copy the pointer
|
| /rk3399_rockchip-uboot/arch/mips/cpu/ |
| H A D | start.S | 62 move k0, sp # save gd pointer
|