Home
last modified time | relevance | path

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

/arch/arm64/kvm/hyp/vhe/
Dswitch.c214 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/
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()
/arch/arm64/kernel/
Dsdei.c250 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/
Dswitch.c354 u64 elr = read_sysreg_el2(SYS_ELR); in hyp_panic() local
369 __hyp_do_panic(host_ctxt, spsr, elr, par); in hyp_panic()
Dpkvm.c1231 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/
Dkvm_asm.h240 u64 spsr, elr; \
252 : "+r" (__kvm_at_err), "=&r" (spsr), "=&r" (elr) \
Dkvm_hyp.h106 u64 elr, u64 par);