Home
last modified time | relevance | path

Searched refs:lr (Results 1 - 15 of 15) sorted by relevance

/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/
H A Dcmd_entry_32.S69 str lr, [r4]
72 ldr lr, =_sp
73 str sp, [lr]
78 ldr lr, =_sp
79 ldr sp, [lr]
81 ldr lr, =_lr
82 ldr pc, [lr]
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/boot/
H A Duart.S31 bx lr
57 bx lr
93 bx lr
118 bx lr
H A D_udivsi3.S10 /* lr .req r14 */
67 mov pc, lr
69 str lr, [sp, #-4]!
H A Dstart.S168 mov pc, lr
174 mov r5, lr
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/boot/
H A Duart.S31 bx lr
57 bx lr
93 bx lr
118 bx lr
H A D_udivsi3.S10 /* lr .req r14 */
67 mov pc, lr
69 str lr, [sp, #-4]!
H A Dstart.S168 mov pc, lr
174 mov r5, lr
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger_arm.c58 output->printf(output, " ip %08x sp %08x lr %08x pc %08x cpsr %08x\n", regs->ARM_ip, regs->ARM_sp, regs->ARM_lr, in fiq_debugger_dump_regs()
140 "bx lr\n"); in get_mode_regs()
151 output->printf(output, "%csvc: sp %08x lr %08x spsr %08x\n", mode == SVC_MODE ? '*' : ' ', mode_regs.sp_svc, in fiq_debugger_dump_allregs()
153 output->printf(output, "%cabt: sp %08x lr %08x spsr %08x\n", mode == ABT_MODE ? '*' : ' ', mode_regs.sp_abt, in fiq_debugger_dump_allregs()
155 output->printf(output, "%cund: sp %08x lr %08x spsr %08x\n", mode == UND_MODE ? '*' : ' ', mode_regs.sp_und, in fiq_debugger_dump_allregs()
157 output->printf(output, "%cirq: sp %08x lr %08x spsr %08x\n", mode == IRQ_MODE ? '*' : ' ', mode_regs.sp_irq, in fiq_debugger_dump_allregs()
161 output->printf(output, " fiq: sp %08x lr %08x spsr %08x\n", mode_regs.sp_fiq, mode_regs.lr_fiq, in fiq_debugger_dump_allregs()
175 sts->output->printf(sts->output, " pc: %px (%pF), lr %px (%pF), sp %px, fp %px\n", frame->pc, frame->pc, in report_trace()
176 frame->lr, frame->lr, fram in report_trace()
189 unsigned long lr; global() member
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/kernel/include/
H A Dlos_track.h392 #define LOS_TRACK_IRQ(type, lr) \
395 OsTrackhook(type, 0, 0, lr); \
399 #define LOS_TRACK_IRQ(type, lr)
H A Dlos_memory.h641 * @brief Set lr address saved in memory node info.
645 * <li>This API is used to Set lr address saved in memory node info.</li>
652 * @param lr [IN] The lr value need to be saved in memory node info.
658 extern VOID LOS_MemSetLr(UINT32 lr);
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/
H A Dprocess.c253 u64 lr, sp; in __show_regs() local
256 lr = regs->compat_lr; in __show_regs()
260 lr = regs->regs[0x1e]; in __show_regs()
270 printk("lr : %pS\n", (void *)ptrauth_strip_insn_pac(lr)); in __show_regs()
273 printk("lr : %016llx\n", lr); in __show_regs()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/include/
H A Dhi_isr.h45 hi_u32 lr; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/
H A Dhi_isr.h49 hi_u32 lr; member
/device/soc/rockchip/common/sdk_linux/include/linux/rockchip/
H A Drockchip_sip.h367 u64 lr; member
/device/soc/rockchip/rk3588/kernel/include/linux/rockchip/
H A Drockchip_sip.h342 u64 lr; member

Completed in 7 milliseconds