Searched refs:fieldoffset (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/arm/ |
H A D | helper.c | 41 assert(ri->fieldoffset); in raw_read() 51 assert(ri->fieldoffset); in raw_write() 61 return (char *)env + ri->fieldoffset; in raw_ptr() 113 ri->fieldoffset || in raw_accessors_invalid() 3267 .fieldoffset = offsetoflow32(CPUARMState, 3277 .fieldoffset = offsetoflow32(CPUARMState, 8597 .fieldoffset = 9799 cbar.fieldoffset = 0; in register_cp_regs_for_features() 10114 r2->fieldoffset = 0; in add_cpreg_to_hashtable() 10309 assert((r->fieldoffset || in define_one_arm_cp_reg_with_opaque() [all …]
|
H A D | debug_helper.c | 964 .fieldoffset = offsetof(CPUARMState, cp15.mdscr_el1), 1012 .fieldoffset = offsetof(CPUARMState, cp15.mdscr_el1), }, 1024 .fieldoffset = offsetof(CPUARMState, cp15.oslsr_el1) }, 1031 .fieldoffset = offsetof(CPUARMState, cp15.osdlr_el1) }, 1065 .fieldoffset = offsetof(CPUARMState, cp15.dbgclaim) }, 1241 .fieldoffset = offsetof(CPUARMState, cp15.dbgbvr[i]), in define_debug_regs() 1248 .fieldoffset = offsetof(CPUARMState, cp15.dbgbcr[i]), in define_debug_regs() 1265 .fieldoffset = offsetof(CPUARMState, cp15.dbgwvr[i]), in define_debug_regs() 1272 .fieldoffset = offsetof(CPUARMState, cp15.dbgwcr[i]), in define_debug_regs()
|
H A D | cpregs.h | 902 ptrdiff_t fieldoffset; /* offsetof(CPUARMState, field) */ member 979 (*(uint32_t *)((char *)(env) + (ri)->fieldoffset)) 981 (*(uint64_t *)((char *)(env) + (ri)->fieldoffset))
|
H A D | cpu.c | 191 if (!ri->fieldoffset) { in cp_reg_reset()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | cpu32.c | 199 .fieldoffset = offsetof(CPUARMState, cp15.ifar_ns), in arm1026_initfn() 390 .fieldoffset = offsetof(CPUARMState, cp15.c15_power_control) }, 393 .fieldoffset = offsetof(CPUARMState, cp15.c15_diagnostic) }, 396 .fieldoffset = offsetof(CPUARMState, cp15.c15_power_diagnostic) },
|
H A D | translate.c | 3120 tcg_gen_ld_i64(tmp64, tcg_env, ri->fieldoffset); in do_coproc_insn() 3139 tmp = load_cpu_offset(ri->fieldoffset); in do_coproc_insn() 3169 tcg_gen_st_i64(tmp64, tcg_env, ri->fieldoffset); in do_coproc_insn() 3179 store_cpu_offset(tmp, ri->fieldoffset, 4); in do_coproc_insn()
|
H A D | translate-a64.c | 2538 tcg_gen_ld_i64(tcg_rt, tcg_env, ri->fieldoffset); in handle_sys() 2550 tcg_gen_st_i64(tcg_rt, tcg_env, ri->fieldoffset); in handle_sys()
|