Searched refs:elr (Results 1 – 7 of 7) sorted by relevance
/linux/arch/arm64/kvm/hyp/vhe/ |
A D | switch.c | 208 static void __hyp_call_panic(u64 spsr, u64 elr, u64 par) in __hyp_call_panic() argument 220 spsr, elr, in __hyp_call_panic() 229 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic() local 232 __hyp_call_panic(spsr, elr, par); in hyp_panic()
|
/linux/fs/ext4/ |
A D | super.c | 3289 elr->lr_next_group = elr->lr_first_not_zeroed; in ext4_run_li_request() 3320 elr->lr_next_sched = jiffies + elr->lr_timeout; in ext4_run_li_request() 3332 if (!elr) in ext4_remove_li_request() 3337 kfree(elr); in ext4_remove_li_request() 3547 elr = kzalloc(sizeof(*elr), GFP_KERNEL); in ext4_li_request_new() 3548 if (!elr) in ext4_li_request_new() 3551 elr->lr_super = sb; in ext4_li_request_new() 3567 return elr; in ext4_li_request_new() 3594 if (!elr) { in ext4_register_li_request() 3615 elr = NULL; in ext4_register_li_request() [all …]
|
/linux/arch/hexagon/kernel/ |
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()
|
/linux/arch/arm64/kernel/ |
A 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/arch/arm64/kvm/hyp/nvhe/ |
A D | switch.c | 354 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic() local 369 __hyp_do_panic(host_ctxt, spsr, elr, par); in hyp_panic()
|
/linux/arch/arm64/include/asm/ |
A D | kvm_asm.h | 232 u64 spsr, elr; \ 244 : "+r" (__kvm_at_err), "=&r" (spsr), "=&r" (elr) \
|
A D | kvm_hyp.h | 107 u64 elr, u64 par);
|
Completed in 21 milliseconds