Home
last modified time | relevance | path

Searched defs:esr_ec (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h285 u8 esr_ec; in kvm_hyp_handle_fpsimd() local
664 u8 esr_ec = kvm_vcpu_trap_get_class(vcpu); in fixup_guest_exit() local
/openbmc/linux/arch/arm64/kvm/
H A Dhandle_exit.c286 u8 esr_ec = ESR_ELx_EC(esr); in kvm_get_exit_handler() local
H A Dsys_regs.c2838 u8 esr_ec = kvm_vcpu_trap_get_class(vcpu); in unhandled_cp_access() local
/openbmc/qemu/target/microblaze/
H A Dtranslate.c116 static void gen_raise_hw_excp(DisasContext *dc, uint32_t esr_ec) in gen_raise_hw_excp()