Searched refs:elr (Results 1 – 7 of 7) sorted by relevance
/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()
|
/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()
|
/arch/arm64/kernel/ |
D | sdei.c | 250 u64 elr = read_sysreg(elr_el1); in do_sdei_event() local 267 if (elr != read_sysreg(elr_el1)) { in do_sdei_event()
|
/arch/arm64/kvm/hyp/nvhe/ |
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()
|
D | pkvm.c | 1231 u64 elr; in __pkvm_memshare_page_req() local 1245 elr = read_sysreg(elr_el2); in __pkvm_memshare_page_req() 1246 elr -=4; in __pkvm_memshare_page_req() 1247 write_sysreg(elr, elr_el2); in __pkvm_memshare_page_req()
|
/arch/arm64/include/asm/ |
D | kvm_asm.h | 240 u64 spsr, elr; \ 252 : "+r" (__kvm_at_err), "=&r" (spsr), "=&r" (elr) \
|
D | kvm_hyp.h | 106 u64 elr, u64 par);
|