Home
last modified time | relevance | path

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

1234

/u-boot/drivers/misc/
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 = qfw_find_file(dev, entry->pointer.dest_file); in bios_linker_add_pointer()
106 src = qfw_find_file(dev, 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()
/u-boot/scripts/coccinelle/null/
A Dbadzero.cocci1 /// Compare pointer-typed values to NULL rather than 0
76 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0")
82 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
174 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0, suggest !E")
180 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0")
186 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0, suggest !E")
192 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
235 coccilib.org.print_todo(p[0], "WARNING comparing pointer to 0")
241 coccilib.report.print_report(p[0], "WARNING comparing pointer to 0")
/u-boot/scripts/coccinelle/misc/
A Dbadty.cocci5 //# when it is a double pointer and ensuring the sizeof argument takes a pointer
68 coccilib.org.print_todo(p[0], "WARNING sizeof argument should be pointer type, not structure type")
74 msg="WARNING: Use correct pointer type argument for sizeof"
/u-boot/arch/x86/include/asm/acpi/
A Dcros_gnvs.asl21 VBTA, 32, // 0xd9a - pointer to smbios FWID
25 ROVP, 32, // 0xdc6 - pointer to RO_VPD
27 RWVP, 32, // 0xdce - pointer to RW_VPD
/u-boot/doc/develop/
A Dglobal_data.rst6 Globally required fields are held in the global data structure. A pointer to the
13 On most architectures the global data pointer is stored in a register.
39 Current implementation uses a register for the GD pointer because this results
40 in smaller code. However, using plain global data for the GD pointer would be
A Dprintf.rst155 prints the address the pointer points to hexadecimally
158 prints the value of a phys_addr_t value that the pointer points to
/u-boot/doc/imx/clk/
A Dccf.txt32 uclass_priv field contains the struct clk pointer (to the originally created
35 * To keep things simple the struct udevice's uclass_priv pointer is used to
36 store back pointer to corresponding struct clk. However, it is possible to
38 clock related members (like pointer to clk). As of this writing there is no
41 uclass_priv stores the pointer to struct clk.
43 * Non-CCF clocks do not have a pointer to a clock in clk->dev->priv. In the case
65 provide parent's struct clk pointer. This seems the easiest way to get
/u-boot/doc/
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
A DREADME.commands.itest10 avoids missing terminators when using an indirect pointer.
A DREADME.udp22 The pointer data is used to store private data that
/u-boot/arch/mips/mach-mtmips/mt7620/
A Dlowlevel_init.S31 move k0, sp # save gd pointer
/u-boot/boot/
A Dscene_menu.c343 struct scene_obj_txt *pointer; in scene_menu_display() local
364 pointer = scene_obj_find(scn, menu->pointer_id, SCENEOBJT_TEXT); in scene_menu_display()
365 pstr = expo_get_str(scn->expo, pointer->str_id); in scene_menu_display()
385 pointer && menu->cur_item_id == item->id ? pstr : "", in scene_menu_display()
/u-boot/doc/usage/cmd/
A Dbdinfo.rst102 address of the IRQ stack pointer
105 initial stack pointer address
/u-boot/lib/efi_selftest/
A Defi_selftest_console.c22 static void mac(void *pointer, u16 **buf) in mac() argument
26 u8 *p = (u8 *)pointer; in mac()
/u-boot/arch/nios2/cpu/
A Du-boot.lds42 * the global pointer for gp-relative access.
54 * we will use gp as global data pointer. The _gp location is
/u-boot/arch/arm/lib/
A Dvectors_m.S39 .long SYS_INIT_SP_ADDR @ 0 - Reset stack pointer
/u-boot/disk/
A Dpart_iso.h19 unsigned char pointer[4]; /* absolute pointer to Boot Catalog */ member
/u-boot/board/xilinx/zynqmp/
A DMakefile54 CFLAGS_psu_init_gpl.o += -Wno-int-to-pointer-cast
/u-boot/doc/arch/
A Dxtensa.rst61 keeping global data pointer in dedicated register. Because the register
63 available for the gd pointer. Therefore, on xtensa gd is a simple
75 pointer accordingly, then jumping into the target function just after
/u-boot/arch/arm/mach-kirkwood/
A DKconfig23 bool "Use a custom location for the initial stack pointer address"
27 hex "Static location for the initial stack pointer"
/u-boot/include/
A Dqfw.h123 } pointer; member
/u-boot/doc/device-tree-bindings/misc/
A Dfs_loader.txt10 that MMC0 node pointer, partition 1.
/u-boot/lib/
A Dtiny-printf.c161 static void __maybe_unused pointer(struct printf_info *info, const char *fmt, in pointer() function
274 pointer(info, fmt, va_arg(va, void *)); in _vprintf()
/u-boot/arch/x86/include/asm/arch-apollolake/acpi/
A Dpch_hda.asl62 * Returns a pointer to NHLT table in memory.
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.qspi18 command sequence for setting the boot location pointer. It's should point

Completed in 45 milliseconds

1234