Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 25 of 48) sorted by relevance

12

/rk3399_rockchip-uboot/drivers/misc/
H A Dqfw.c100 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 DREADME.standalone21 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 DREADME.commands.itest10 avoids missing terminators when using an indirect pointer.
H A DREADME.xtensa58 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 DREADME.commands11 command: Function pointer (*cmd)(struct cmd_tbl_s *, int, int, char *[]);
H A DREADME.JFFS238 Remove the assumption that JFFS can dereference a pointer
H A DREADME.menu15 the menu, and an opaque pointer to data controlled by the consumer.
H A DREADME.mxc_hab13 The Initial Vector Table contains a pointer to the CSF. Please see
/rk3399_rockchip-uboot/board/xilinx/zynqmp/
H A DMakefile36 CFLAGS_psu_init_gpl.o += -Wno-int-to-pointer-cast
/rk3399_rockchip-uboot/arch/nios2/cpu/
H A Du-boot.lds43 * 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 Dvectors_m.S39 .long CONFIG_SYS_INIT_SP_ADDR @ 0 - Reset stack pointer
H A Dvectors.S198 add r0, sp, #S_FRAME_SIZE @ grab pointer to old stack
/rk3399_rockchip-uboot/disk/
H A Dpart_iso.h20 unsigned char pointer[4]; /* absolute pointer to Boot Catalog */ member
H A Dpart_iso.c104 bootaddr = get_unaligned_le32(pbr->pointer); in part_get_info_iso_verb()
/rk3399_rockchip-uboot/include/
H A Dqfw.h129 } pointer; member
/rk3399_rockchip-uboot/lib/
H A Dtiny-printf.c166 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 Dvsprintf.c412 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 DKconfig266 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 DREADME.qspi18 command sequence for setting the boot location pointer. It's should point
/rk3399_rockchip-uboot/arch/x86/
H A Dconfig.mk11 PLATFORM_CPPFLAGS += -fomit-frame-pointer
/rk3399_rockchip-uboot/doc/driver-model/
H A Dfdt-fixup.txt56 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 Dlivetree.txt62 easily read from the device tree using only a device pointer. Under the
155 no_to_ofnode() - converts node pointer to ofnode
H A Dof-plat.txt286 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 Dlowlevel_init.S28 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 Dstart.S62 move k0, sp # save gd pointer

12