Searched defs:entry_point (Results 1 – 10 of 10) sorted by relevance
/u-boot/common/ |
A D | bootm_os.c | 159 void (*entry_point)(struct bd_info *); in do_bootm_rtems() local 192 void (*entry_point)(void); in do_bootm_ose() local 225 void (*entry_point)(void); in do_bootm_plan9() local 425 void (*entry_point)(void); in do_bootm_integrity() local 458 void (*entry_point)(void); in do_bootm_openrtos() local
|
A D | fdt_support.c | 588 uintptr_t load_addr, u32 size, uintptr_t entry_point, in fdt_record_loadable()
|
/u-boot/arch/arm/cpu/armv7/ls102xa/ |
A D | ls102xa_psci.c | 156 static void __secure ls1_deep_sleep(u32 entry_point) in ls1_deep_sleep() 239 void __secure ls1_system_suspend(u32 fn, u32 entry_point, u32 context_id) in ls1_system_suspend()
|
/u-boot/arch/arm/mach-uniphier/arm32/ |
A D | psci.c | 134 s32 __secure psci_cpu_on(u32 function_id, u32 cpuid, u32 entry_point, in psci_cpu_on()
|
/u-boot/arch/arm/mach-zynqmp/ |
A D | handoff.c | 57 uint64_t entry_point; member
|
/u-boot/tools/ |
A D | imximage.c | 304 uint32_t entry_point, uint32_t flash_offset) in set_imx_hdr_v1() 330 uint32_t entry_point, uint32_t flash_offset) in set_imx_hdr_v2()
|
A D | zynqmpimage.h | 103 uint64_t entry_point; /* 0x10 */ member
|
/u-boot/include/ |
A D | spl.h | 196 uintptr_t entry_point; member
|
/u-boot/arch/arm/include/asm/arch-tegra/ |
A D | warmboot.h | 45 u32 entry_point; /* execution address of the wb code */ member
|
/u-boot/common/spl/ |
A D | spl_fit.c | 325 ulong entry_point; in spl_load_fit_image() local
|
Completed in 17 milliseconds