| /u-boot/drivers/misc/ |
| 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()
|
| /u-boot/scripts/coccinelle/null/ |
| A D | badzero.cocci | 1 /// 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 D | cros_gnvs.asl | 21 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 D | badty.cocci | 5 //# 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 D | ccf.txt | 32 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 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. 115 passing the 'global_data' pointer (like x86 does), one should add
|
| A D | README.commands.itest | 10 avoids missing terminators when using an indirect pointer.
|
| A D | README.udp | 22 The pointer data is used to store private data that
|
| A D | README.JFFS2 | 38 Remove the assumption that JFFS can dereference a pointer
|
| /u-boot/doc/develop/ |
| A D | global_data.rst | 6 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 D | lowlevel_init.S | 31 move k0, sp # save gd pointer
|
| /u-boot/lib/efi_selftest/ |
| A D | efi_selftest_console.c | 22 static void mac(void *pointer, u16 **buf) in mac() argument 26 u8 *p = (u8 *)pointer; in mac()
|
| /u-boot/arch/nios2/cpu/ |
| A D | u-boot.lds | 42 * 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 D | vectors_m.S | 38 .long CONFIG_SYS_INIT_SP_ADDR @ 0 - Reset stack pointer
|
| /u-boot/disk/ |
| A D | part_iso.h | 19 unsigned char pointer[4]; /* absolute pointer to Boot Catalog */ member
|
| /u-boot/board/xilinx/zynqmp/ |
| A D | Makefile | 60 CFLAGS_psu_init_gpl.o += -Wno-int-to-pointer-cast
|
| /u-boot/include/ |
| A D | qfw.h | 128 } pointer; member
|
| /u-boot/doc/arch/ |
| A D | xtensa.rst | 61 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 D | fs_loader.txt | 10 that MMC0 node pointer, partition 1.
|
| /u-boot/arch/x86/include/asm/arch-apollolake/acpi/ |
| A D | pch_hda.asl | 62 * Returns a pointer to NHLT table in memory.
|
| /u-boot/lib/ |
| A D | tiny-printf.c | 160 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 D | README.qspi | 18 command sequence for setting the boot location pointer. It's should point
|
| /u-boot/arch/x86/ |
| A D | config.mk | 8 PLATFORM_CPPFLAGS += -fomit-frame-pointer
|
| /u-boot/doc/driver-model/ |
| A D | fdt-fixup.rst | 52 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 D | Kconfig | 259 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.
|