Searched refs:elr (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.1/arch/arm64/kvm/hyp/vhe/ |
| D | switch.c | 214 static void __hyp_call_panic(u64 spsr, u64 elr, u64 par) in __hyp_call_panic() argument 226 spsr, elr, in __hyp_call_panic() 235 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic() local 238 __hyp_call_panic(spsr, elr, par); in hyp_panic()
|
| /Linux-v6.1/arch/hexagon/kernel/ |
| 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()
|
| /Linux-v6.1/fs/ext4/ |
| D | super.c | 3630 static int ext4_run_li_request(struct ext4_li_request *elr) in ext4_run_li_request() argument 3633 struct super_block *sb = elr->lr_super; in ext4_run_li_request() 3635 ext4_group_t group = elr->lr_next_group; in ext4_run_li_request() 3640 if (elr->lr_mode == EXT4_LI_MODE_PREFETCH_BBITMAP) { in ext4_run_li_request() 3641 elr->lr_next_group = ext4_mb_prefetch(sb, group, in ext4_run_li_request() 3644 ext4_mb_prefetch_fini(sb, elr->lr_next_group, in ext4_run_li_request() 3646 trace_ext4_prefetch_bitmaps(sb, group, elr->lr_next_group, in ext4_run_li_request() 3648 if (group >= elr->lr_next_group) { in ext4_run_li_request() 3650 if (elr->lr_first_not_zeroed != ngroups && in ext4_run_li_request() 3652 elr->lr_next_group = elr->lr_first_not_zeroed; in ext4_run_li_request() [all …]
|
| /Linux-v6.1/arch/arm64/kernel/ |
| D | sdei.c | 215 u64 elr = read_sysreg(elr_el1); in do_sdei_event() local 232 if (elr != read_sysreg(elr_el1)) { in do_sdei_event()
|
| /Linux-v6.1/arch/arm64/kvm/hyp/nvhe/ |
| D | switch.c | 339 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic() local 358 __hyp_do_panic(host_ctxt, spsr, elr, par); in hyp_panic()
|
| /Linux-v6.1/arch/arm64/include/asm/ |
| D | kvm_asm.h | 250 u64 spsr, elr; \ 262 : "+r" (__kvm_at_err), "=&r" (spsr), "=&r" (elr) \
|
| D | kvm_hyp.h | 106 u64 elr, u64 par);
|