Searched defs:syn (Results 1 – 10 of 10) sorted by relevance
/qemu/subprojects/packagefiles/syn-2-rs/ |
H A D | meson.build | 15 _syn_rs = static_library( build
|
/qemu/target/arm/tcg/ |
H A D | tlb_helper.c | 33 uint32_t syn; in merge_syn_data_abort() local 179 uint32_t syn, exc, fsr, fsc; in arm_deliver_fault() local
|
H A D | translate.h | 282 static inline void disas_set_insn_syndrome(DisasContext *s, uint32_t syn) in disas_set_insn_syndrome() 403 uint32_t syn = syn_swstep(false, isv, ex); in gen_swstep_exception() local
|
H A D | op_helper.c | 311 uint32_t syn = syn_bxjtrap(1, 0xe, rm); in HELPER() local
|
H A D | mte_helper.c | 564 int is_write, syn; in mte_sync_check_fail() local
|
H A D | translate.c | 195 uint32_t syn; in disas_set_da_iss() local 1061 int excp, uint32_t syn, TCGv_i32 tcg_el) in gen_exception_insn_el_v() 1074 uint32_t syn, uint32_t target_el) in gen_exception_insn_el() 1081 int excp, uint32_t syn) in gen_exception_insn() 1093 static void gen_exception_bkpt_insn(DisasContext *s, uint32_t syn) in gen_exception_bkpt_insn()
|
H A D | translate-vfp.c | 231 uint32_t syn = syn_fp_access_trap(1, 0xe, false, coproc); in vfp_access_check_a() local
|
H A D | translate-a64.c | 1123 uint32_t syn; in do_gpr_st_memidx() local 1162 uint32_t syn; in do_gpr_ld_memidx() local 2624 uint32_t syn; in handle_sys() local
|
/qemu/target/arm/ |
H A D | syndrome.h | 95 static inline uint32_t syn_get_ec(uint32_t syn) in syn_get_ec() 100 static inline uint32_t syn_set_ec(uint32_t syn, uint32_t ec) in syn_set_ec()
|
H A D | helper.c | 3522 uint32_t syn, fsr, fsc; in do_ats_write() local
|