Searched refs:elr (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/arch/arm64/kvm/hyp/vhe/ |
| D | switch.c | 196 static void __hyp_call_panic(u64 spsr, u64 elr, u64 par) in __hyp_call_panic() argument 208 spsr, elr, in __hyp_call_panic() 217 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic() local 220 __hyp_call_panic(spsr, elr, par); in hyp_panic()
|
| /Linux-v5.10/fs/ext4/ |
| D | super.c | 3424 static int ext4_run_li_request(struct ext4_li_request *elr) in ext4_run_li_request() argument 3427 struct super_block *sb = elr->lr_super; in ext4_run_li_request() 3429 ext4_group_t group = elr->lr_next_group; in ext4_run_li_request() 3434 if (elr->lr_mode == EXT4_LI_MODE_PREFETCH_BBITMAP) { in ext4_run_li_request() 3435 elr->lr_next_group = ext4_mb_prefetch(sb, group, in ext4_run_li_request() 3438 ext4_mb_prefetch_fini(sb, elr->lr_next_group, in ext4_run_li_request() 3440 trace_ext4_prefetch_bitmaps(sb, group, elr->lr_next_group, in ext4_run_li_request() 3442 if (group >= elr->lr_next_group) { in ext4_run_li_request() 3444 if (elr->lr_first_not_zeroed != ngroups && in ext4_run_li_request() 3446 elr->lr_next_group = elr->lr_first_not_zeroed; in ext4_run_li_request() [all …]
|
| /Linux-v5.10/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.10/arch/arm64/kernel/ |
| D | sdei.c | 169 u64 elr = read_sysreg(elr_el1); in _sdei_handler() local 192 if (elr != read_sysreg(elr_el1)) { in _sdei_handler()
|
| /Linux-v5.10/arch/arm64/kvm/hyp/nvhe/ |
| D | switch.c | 252 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic() local 268 __hyp_do_panic(restore_host, spsr, elr, par); in hyp_panic()
|
| /Linux-v5.10/arch/arm64/include/asm/ |
| D | kvm_asm.h | 233 u64 spsr, elr; \ 245 : "+r" (__kvm_at_err), "=&r" (spsr), "=&r" (elr) \
|
| D | kvm_hyp.h | 97 void __noreturn __hyp_do_panic(bool restore_host, u64 spsr, u64 elr, u64 par);
|