Searched refs:elr (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/arch/arm64/kvm/hyp/vhe/ |
| D | switch.c | 188 static void __hyp_call_panic(u64 spsr, u64 elr, u64 par) in __hyp_call_panic() argument 200 spsr, elr, in __hyp_call_panic() 209 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic() local 212 __hyp_call_panic(spsr, elr, par); in hyp_panic()
|
| /Linux-v5.15/fs/ext4/ |
| D | super.c | 3260 static int ext4_run_li_request(struct ext4_li_request *elr) in ext4_run_li_request() argument 3263 struct super_block *sb = elr->lr_super; in ext4_run_li_request() 3265 ext4_group_t group = elr->lr_next_group; in ext4_run_li_request() 3270 if (elr->lr_mode == EXT4_LI_MODE_PREFETCH_BBITMAP) { in ext4_run_li_request() 3271 elr->lr_next_group = ext4_mb_prefetch(sb, group, in ext4_run_li_request() 3274 ext4_mb_prefetch_fini(sb, elr->lr_next_group, in ext4_run_li_request() 3276 trace_ext4_prefetch_bitmaps(sb, group, elr->lr_next_group, in ext4_run_li_request() 3278 if (group >= elr->lr_next_group) { in ext4_run_li_request() 3280 if (elr->lr_first_not_zeroed != ngroups && in ext4_run_li_request() 3282 elr->lr_next_group = elr->lr_first_not_zeroed; in ext4_run_li_request() [all …]
|
| /Linux-v5.15/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-v5.15/arch/arm64/kernel/ |
| D | sdei.c | 247 u64 elr = read_sysreg(elr_el1); in do_sdei_event() local 264 if (elr != read_sysreg(elr_el1)) { in do_sdei_event()
|
| /Linux-v5.15/arch/arm64/kvm/hyp/nvhe/ |
| D | switch.c | 261 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic() local 276 __hyp_do_panic(host_ctxt, spsr, elr, par); in hyp_panic()
|
| /Linux-v5.15/arch/arm64/include/asm/ |
| D | kvm_asm.h | 224 u64 spsr, elr; \ 236 : "+r" (__kvm_at_err), "=&r" (spsr), "=&r" (elr) \
|
| D | kvm_hyp.h | 107 u64 elr, u64 par);
|