Home
last modified time | relevance | path

Searched defs:hsr (Results 1 – 12 of 12) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/arm/
A Dvcpreg.c27 void do_cp15_32(struct cpu_user_regs *regs, const union hsr hsr) in do_cp15_32()
162 void do_cp15_64(struct cpu_user_regs *regs, const union hsr hsr) in do_cp15_64()
229 void do_cp14_32(struct cpu_user_regs *regs, const union hsr hsr) in do_cp14_32()
360 void do_cp14_64(struct cpu_user_regs *regs, const union hsr hsr) in do_cp14_64()
398 void do_cp14_dbg(struct cpu_user_regs *regs, const union hsr hsr) in do_cp14_dbg()
430 void do_cp(struct cpu_user_regs *regs, const union hsr hsr) in do_cp()
A Dvtimer.c254 static bool vtimer_emulate_cp32(struct cpu_user_regs *regs, union hsr hsr) in vtimer_emulate_cp32()
276 static bool vtimer_emulate_cp64(struct cpu_user_regs *regs, union hsr hsr) in vtimer_emulate_cp64()
296 static bool vtimer_emulate_sysreg(struct cpu_user_regs *regs, union hsr hsr) in vtimer_emulate_sysreg()
321 bool vtimer_emulate(struct cpu_user_regs *regs, union hsr hsr) in vtimer_emulate()
A Dvsmc.c241 const union hsr hsr = { .bits = regs->hsr }; in vsmccc_handle_call() local
307 void do_trap_smc(struct cpu_user_regs *regs, const union hsr hsr) in do_trap_smc()
339 const union hsr hsr = { .bits = regs->hsr }; in do_trap_hvc_smccc() local
A Dtraps.c623 void inject_undef_exception(struct cpu_user_regs *regs, const union hsr hsr) in inject_undef_exception()
660 const union hsr hsr = { .bits = regs->hsr }; in inject_vabt_exception() local
1336 static void do_trap_brk(struct cpu_user_regs *regs, const union hsr hsr) in do_trap_brk()
1661 void advance_pc(struct cpu_user_regs *regs, const union hsr hsr) in advance_pc()
1705 const union hsr hsr, in handle_raz_wi()
1724 const union hsr hsr, in handle_wo_wi()
1743 const union hsr hsr, in handle_ro_raz()
1866 const union hsr hsr) in do_trap_instr_abort_guest()
2000 const union hsr hsr) in do_trap_data_abort_guest()
2104 const union hsr hsr = { .bits = regs->hsr }; in do_trap_guest_sync() local
[all …]
A Dvgic-v3.c1526 static bool vgic_v3_emulate_sysreg(struct cpu_user_regs *regs, union hsr hsr) in vgic_v3_emulate_sysreg()
1547 static bool vgic_v3_emulate_cp64(struct cpu_user_regs *regs, union hsr hsr) in vgic_v3_emulate_cp64()
1565 static bool vgic_v3_emulate_reg(struct cpu_user_regs *regs, union hsr hsr) in vgic_v3_emulate_reg()
A Dvgic.c587 bool vgic_emulate(struct cpu_user_regs *regs, union hsr hsr) in vgic_emulate()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dvreg.h12 static inline bool vreg_emulate_cp32(struct cpu_user_regs *regs, union hsr hsr, in vreg_emulate_cp32()
35 static inline bool vreg_emulate_cp64(struct cpu_user_regs *regs, union hsr hsr, in vreg_emulate_cp64()
67 static inline bool vreg_emulate_sysreg32(struct cpu_user_regs *regs, union hsr hsr, in vreg_emulate_sysreg32()
85 static inline bool vreg_emulate_sysreg64(struct cpu_user_regs *regs, union hsr hsr, in vreg_emulate_sysreg64()
A Dprocessor.h486 union hsr { union
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/
A Dtraps.c35 union hsr hsr = { .bits = regs->hsr }; in do_bad_mode() local
A Dvsysreg.c27 const union hsr hsr) in do_sysreg()
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm64/
A Dprocessor.h71 uint32_t hsr; /* ESR_EL2 */ member
/xen-4.10.0-shim-comet/xen/include/asm-arm/arm32/
A Dprocessor.h42 uint32_t hsr; /* Exception Syndrome */ member

Completed in 24 milliseconds