Home
last modified time | relevance | path

Searched refs:caller (Results 1 – 17 of 17) sorted by relevance

/u-boot/lib/
A Dtrace.c105 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 Dfsl_iim.c102 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 Dmxc_ocotp.c183 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 Defi_freestanding.c104 __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 Dtrace.h76 uint32_t caller; /* Caller function offset */ member
/u-boot/drivers/mtd/ubi/
A Ddebug.h142 int ubi_dbg_power_cut(struct ubi_device *ubi, int caller);
A Ddebug.c515 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 Dlowlevel_init.S49 mov pc, lr @ back to my caller
/u-boot/arch/arm/cpu/armv7/
A Dstart.S120 b save_boot_params_ret @ back to my caller
320 mov pc, r5 @ back to my caller
/u-boot/doc/develop/
A Dmenus.rst123 void caller(void)
/u-boot/arch/arm/lib/
A Dvectors.S227 str lr, [r13] @ save caller lr in position 0 of saved stack
/u-boot/arch/arm/cpu/armv7/ls102xa/
A Dpsci.S86 @ ARM_PSCI_RET_INVAL,suppose caller saves r4 before calling
/u-boot/tools/
A Dproftool.c527 out_func(call->caller, 1, "\n"); in make_ftrace()
/u-boot/doc/
A DREADME.virtio200 the caller to pass the correct 'struct udevice' id of the virtio device, eg:
A DREADME.unaligned-memory-access.txt171 16-bit-aligned addresses. It is up to the caller to ensure this alignment or
/u-boot/doc/driver-model/
A Dlivetree.rst57 caller of an ofnode function does not need to worry about these details.
A Dethernet.rst190 and return the result to its caller. The implementation for the write function

Completed in 22 milliseconds