Home
last modified time | relevance | path

Searched refs:elr (Results 1 – 4 of 4) sorted by relevance

/third_party/uboot/u-boot-2020.01/arch/arm/lib/
Dinterrupts_64.c31 efi_print_image_infos((void *)regs->elr); in show_efi_loaded_images()
36 u32 *addr = (u32 *)(regs->elr & ~3UL); in dump_instr()
51 regs->elr - gd->reloc_off, in show_regs()
53 printf("elr: %016lx lr : %016lx\n", regs->elr, regs->regs[30]); in show_regs()
/third_party/uboot/u-boot-2020.01/arch/arm/include/asm/proc-armv/
Dptrace.h24 unsigned long elr; member
/third_party/uboot/u-boot-2020.01/arch/arm/mach-at91/include/mach/
Dat91_emac.h39 u32 elr; member
/third_party/libunwind/src/coredump/
D_UCD_access_reg_freebsd.c144 *valp = ui->prstatus->pr_reg.elr; in _UCD_access_reg()