Home
last modified time | relevance | path

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

/Linux-v5.4/arch/arm64/kvm/hyp/
Dswitch.c729 static void __hyp_text __hyp_call_panic_nvhe(u64 spsr, u64 elr, u64 par, in __hyp_call_panic_nvhe() argument
752 spsr, elr, in __hyp_call_panic_nvhe()
757 static void __hyp_call_panic_vhe(u64 spsr, u64 elr, u64 par, in __hyp_call_panic_vhe() argument
767 spsr, elr, in __hyp_call_panic_vhe()
776 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic() local
780 __hyp_call_panic_nvhe(spsr, elr, par, host_ctxt); in hyp_panic()
782 __hyp_call_panic_vhe(spsr, elr, par, host_ctxt); in hyp_panic()
/Linux-v5.4/arch/hexagon/kernel/
Dvm_events.c78 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.4/fs/ext4/
Dsuper.c3022 static int ext4_run_li_request(struct ext4_li_request *elr) in ext4_run_li_request() argument
3030 sb = elr->lr_super; in ext4_run_li_request()
3033 for (group = elr->lr_next_group; group < ngroups; group++) { in ext4_run_li_request()
3050 elr->lr_timeout ? 0 : 1); in ext4_run_li_request()
3051 if (elr->lr_timeout == 0) { in ext4_run_li_request()
3053 elr->lr_sbi->s_li_wait_mult; in ext4_run_li_request()
3054 elr->lr_timeout = timeout; in ext4_run_li_request()
3056 elr->lr_next_sched = jiffies + elr->lr_timeout; in ext4_run_li_request()
3057 elr->lr_next_group = group + 1; in ext4_run_li_request()
3066 static void ext4_remove_li_request(struct ext4_li_request *elr) in ext4_remove_li_request() argument
[all …]
/Linux-v5.4/arch/arm64/kernel/
Dsdei.c191 u64 elr = read_sysreg(elr_el1); in _sdei_handler() local
214 if (elr != read_sysreg(elr_el1)) { in _sdei_handler()
/Linux-v5.4/arch/arm/kvm/hyp/
Dswitch.c217 u32 elr = read_special(ELR_hyp); in __hyp_panic() local
239 __hyp_do_panic(__hyp_panic_string[cause], elr, val); in __hyp_panic()