/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/cmd_bin/ |
H A D | cmd_entry_32.S | 69 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 D | uart.S | 31 bx lr 57 bx lr 93 bx lr 118 bx lr
|
H A D | _udivsi3.S | 10 /* lr .req r14 */ 67 mov pc, lr 69 str lr, [sp, #-4]!
|
H A D | start.S | 168 mov pc, lr 174 mov r5, lr
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/boot/ |
H A D | uart.S | 31 bx lr 57 bx lr 93 bx lr 118 bx lr
|
H A D | _udivsi3.S | 10 /* lr .req r14 */ 67 mov pc, lr 69 str lr, [sp, #-4]!
|
H A D | start.S | 168 mov pc, lr 174 mov r5, lr
|
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/ |
H A D | fiq_debugger_arm.c | 58 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 D | los_track.h | 392 #define LOS_TRACK_IRQ(type, lr) \ 395 OsTrackhook(type, 0, 0, lr); \ 399 #define LOS_TRACK_IRQ(type, lr)
|
H A D | los_memory.h | 641 * @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 D | process.c | 253 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 D | hi_isr.h | 45 hi_u32 lr; member
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_isr.h | 49 hi_u32 lr; member
|
/device/soc/rockchip/common/sdk_linux/include/linux/rockchip/ |
H A D | rockchip_sip.h | 367 u64 lr; member
|
/device/soc/rockchip/rk3588/kernel/include/linux/rockchip/ |
H A D | rockchip_sip.h | 342 u64 lr; member
|