/u-boot/lib/ |
A D | trace.c | 105 void *caller, ulong flags) in add_ftrace() argument 115 rec->caller = func_ptr_to_num(caller); in add_ftrace() 127 rec->caller = 0; in add_textbase() 143 void *func_ptr, void *caller) in __cyg_profile_func_enter() argument 149 add_ftrace(func_ptr, caller, FUNCF_ENTRY); in __cyg_profile_func_enter() 171 void *func_ptr, void *caller) in __cyg_profile_func_exit() argument 175 add_ftrace(func_ptr, caller, FUNCF_EXIT); in __cyg_profile_func_exit() 274 out->caller = call->caller * FUNC_SITE_SIZE; in trace_list_calls()
|
/u-boot/drivers/misc/ |
A D | fsl_iim.c | 102 const char *caller) in prepare_access() argument 109 printf("fsl_iim %s(): Invalid argument\n", caller); in prepare_access() 130 const char *caller) in prepare_read() argument 134 ret = prepare_access(regs, bank, word, val != NULL, caller); in prepare_read() 230 const char *caller) in prepare_write() argument 232 return prepare_access(regs, bank, word, !(val & ~0xff), caller); in prepare_write()
|
A D | mxc_ocotp.c | 183 int assert, const char *caller) in prepare_access() argument 190 printf("mxc_ocotp %s(): Invalid argument\n", caller); in prepare_access() 197 printf("mxc_ocotp %s(): Invalid argument\n", caller); in prepare_access() 210 static int finish_access(struct ocotp_regs *regs, const char *caller) in finish_access() argument 222 printf("mxc_ocotp %s(): Access protect error\n", caller); in finish_access() 230 const char *caller) in prepare_read() argument 232 return prepare_access(regs, bank, word, val != NULL, caller); in prepare_read() 368 const char *caller) in prepare_write() argument 391 return prepare_access(regs, bank, word, true, caller); in prepare_write()
|
/u-boot/lib/efi_loader/ |
A D | efi_freestanding.c | 104 __cyg_profile_func_enter(void *func_ptr, void *caller) in __cyg_profile_func_enter() argument 120 __cyg_profile_func_exit(void *func_ptr, void *caller) in __cyg_profile_func_exit() argument
|
/u-boot/include/ |
A D | trace.h | 76 uint32_t caller; /* Caller function offset */ member
|
/u-boot/drivers/mtd/ubi/ |
A D | debug.h | 142 int ubi_dbg_power_cut(struct ubi_device *ubi, int caller);
|
A D | debug.c | 515 int ubi_dbg_power_cut(struct ubi_device *ubi, int caller) in ubi_dbg_power_cut() argument 519 if ((ubi->dbg.emulate_power_cut & caller) == 0) in ubi_dbg_power_cut() 559 int ubi_dbg_power_cut(struct ubi_device *ubi, int caller) in ubi_dbg_power_cut() argument
|
/u-boot/arch/arm/mach-uniphier/arm32/ |
A D | lowlevel_init.S | 49 mov pc, lr @ back to my caller
|
/u-boot/arch/arm/cpu/armv7/ |
A D | start.S | 120 b save_boot_params_ret @ back to my caller 320 mov pc, r5 @ back to my caller
|
/u-boot/doc/develop/ |
A D | menus.rst | 123 void caller(void)
|
/u-boot/arch/arm/lib/ |
A D | vectors.S | 227 str lr, [r13] @ save caller lr in position 0 of saved stack
|
/u-boot/arch/arm/cpu/armv7/ls102xa/ |
A D | psci.S | 86 @ ARM_PSCI_RET_INVAL,suppose caller saves r4 before calling
|
/u-boot/tools/ |
A D | proftool.c | 527 out_func(call->caller, 1, "\n"); in make_ftrace()
|
/u-boot/doc/ |
A D | README.virtio | 200 the caller to pass the correct 'struct udevice' id of the virtio device, eg:
|
A D | README.unaligned-memory-access.txt | 171 16-bit-aligned addresses. It is up to the caller to ensure this alignment or
|
/u-boot/doc/driver-model/ |
A D | livetree.rst | 57 caller of an ofnode function does not need to worry about these details.
|
A D | ethernet.rst | 190 and return the result to its caller. The implementation for the write function
|