Home
last modified time | relevance | path

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

123

/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 = 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()
/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/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/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/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.
115 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
A DREADME.JFFS238 Remove the assumption that JFFS can dereference a pointer
/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.
/u-boot/arch/mips/mach-mtmips/mt7620/
A Dlowlevel_init.S31 move k0, sp # save gd pointer
/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.S38 .long CONFIG_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 DMakefile60 CFLAGS_psu_init_gpl.o += -Wno-int-to-pointer-cast
/u-boot/include/
A Dqfw.h128 } pointer; member
/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/doc/device-tree-bindings/misc/
A Dfs_loader.txt10 that MMC0 node pointer, partition 1.
/u-boot/arch/x86/include/asm/arch-apollolake/acpi/
A Dpch_hda.asl62 * Returns a pointer to NHLT table in memory.
/u-boot/lib/
A Dtiny-printf.c160 static void __maybe_unused pointer(struct printf_info *info, const char *fmt, in pointer() function
273 pointer(info, fmt, va_arg(va, void *)); in _vprintf()
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/
A DREADME.qspi18 command sequence for setting the boot location pointer. It's should point
/u-boot/arch/x86/
A Dconfig.mk8 PLATFORM_CPPFLAGS += -fomit-frame-pointer
/u-boot/doc/driver-model/
A Dfdt-fixup.rst52 call-back function, which is passed a writeable pointer to the device tree.
71 The passed-in void pointer is a writeable pointer to the device tree, which can
/u-boot/
A DKconfig259 will return the pointer to the zeroed memory. But this
379 scheme where we can return either an error code or a pointer with the
380 same return value. The default implementation just casts the pointer
383 heap pointer in socfpga SPL).
385 pointer values - up to 'MAX_ERRNO' bytes below this value must be
401 base stack pointer minus this stack size.

Completed in 42 milliseconds

123