/openbmc/linux/arch/arm64/kvm/hyp/vhe/ |
H A D | switch.c | 296 static void __hyp_call_panic(u64 spsr, u64 elr, u64 par) in __hyp_call_panic() argument 308 spsr, elr, in __hyp_call_panic() 317 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic() local 320 __hyp_call_panic(spsr, elr, par); in hyp_panic()
|
/openbmc/qemu/bsd-user/aarch64/ |
H A D | target_arch_reg.h | 29 uint64_t elr; member 50 regs->elr = tswapreg(env->pc); in target_copy_regs()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | interrupts_64.c | 34 regs->elr - gd->reloc_off, in show_regs() 36 printf("elr: %016lx lr : %016lx\n", regs->elr, regs->regs[30]); in show_regs()
|
/openbmc/linux/fs/ext4/ |
H A D | super.c | 3713 static int ext4_run_li_request(struct ext4_li_request *elr) in ext4_run_li_request() argument 3716 struct super_block *sb = elr->lr_super; in ext4_run_li_request() 3718 ext4_group_t group = elr->lr_next_group; in ext4_run_li_request() 3724 if (elr->lr_mode == EXT4_LI_MODE_PREFETCH_BBITMAP) { in ext4_run_li_request() 3725 elr->lr_next_group = ext4_mb_prefetch(sb, group, nr, &prefetch_ios); in ext4_run_li_request() 3726 ext4_mb_prefetch_fini(sb, elr->lr_next_group, nr); in ext4_run_li_request() 3727 trace_ext4_prefetch_bitmaps(sb, group, elr->lr_next_group, nr); in ext4_run_li_request() 3728 if (group >= elr->lr_next_group) { in ext4_run_li_request() 3730 if (elr->lr_first_not_zeroed != ngroups && in ext4_run_li_request() 3732 elr->lr_next_group = elr->lr_first_not_zeroed; in ext4_run_li_request() [all …]
|
/openbmc/linux/arch/hexagon/kernel/ |
H A D | vm_events.c | 78 unsigned int elr = pt_elr(regs); in dummy_handler() local 79 printk(KERN_ERR "Unimplemented handler; ELR=0x%08x\n", elr); in dummy_handler()
|
/openbmc/linux/arch/arm64/kernel/ |
H A D | sdei.c | 218 u64 elr = read_sysreg(elr_el1); in do_sdei_event() local 235 if (elr != read_sysreg(elr_el1)) { in do_sdei_event()
|
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/ |
H A D | switch.c | 363 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic() local 382 __hyp_do_panic(host_ctxt, spsr, elr, par); in hyp_panic()
|
/openbmc/u-boot/arch/arm/include/asm/proc-armv/ |
H A D | ptrace.h | 24 unsigned long elr; member
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | kvm_asm.h | 260 u64 spsr, elr; \ 272 : "+r" (__kvm_at_err), "=&r" (spsr), "=&r" (elr) \
|
H A D | kvm_hyp.h | 125 u64 elr, u64 par);
|
/openbmc/u-boot/arch/arm/mach-at91/include/mach/ |
H A D | at91_emac.h | 39 u32 elr; member
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | emulate-nested.c | 1906 u64 spsr, elr, mode; in kvm_emulate_nested_eret() local 1936 elr = __vcpu_sys_reg(vcpu, ELR_EL2); in kvm_emulate_nested_eret() 1938 trace_kvm_nested_eret(vcpu, elr, spsr); in kvm_emulate_nested_eret() 1944 *vcpu_pc(vcpu) = elr; in kvm_emulate_nested_eret()
|
/openbmc/libcper/specification/document/ |
H A D | cper-json-specification.tex | 1040 elr\_hyp & uint64 & Register ELR\_HYP. \texttt{UINT32} value null extended to \texttt{UINT64}.\\ 1159 elr\_el1 & uint64 & Register ELR (EL1).\\ 1199 elr\_el2 & uint64 & Register ELR (EL2).\\ 1235 elr\_el3 & uint64 & Register ELR (EL3).\\
|