/openbmc/qemu/include/hw/riscv/ |
H A D | boot_opensbi.h | 34 target_long magic; 36 target_long version; 38 target_long next_addr; 40 target_long next_mode; 42 target_long options; 58 target_long boot_hart;
|
/openbmc/qemu/target/ppc/ |
H A D | ppc-qmp-cmds.c | 35 static target_long monitor_get_ccr(Monitor *mon, const struct MonitorDef *md, in monitor_get_ccr() 46 static target_long monitor_get_xer(Monitor *mon, const struct MonitorDef *md, in monitor_get_xer() 53 static target_long monitor_get_decr(Monitor *mon, const struct MonitorDef *md, in monitor_get_decr() 63 static target_long monitor_get_tbu(Monitor *mon, const struct MonitorDef *md, in monitor_get_tbu() 73 static target_long monitor_get_tbl(Monitor *mon, const struct MonitorDef *md, in monitor_get_tbl()
|
/openbmc/qemu/include/exec/ |
H A D | target_long.h | 27 typedef int32_t target_long; typedef 34 typedef int64_t target_long; typedef
|
H A D | cpu-all.h | 147 (target_long)target_page.mask; }) 150 # define TARGET_PAGE_MASK ((target_long)target_page.mask) 156 # define TARGET_PAGE_MASK ((target_long)-1 << TARGET_PAGE_BITS)
|
/openbmc/qemu/linux-user/generic/ |
H A D | target_prctl_unalign.h | 9 static abi_long do_prctl_get_unalign(CPUArchState *env, target_long arg2) in do_prctl_get_unalign() 20 static abi_long do_prctl_set_unalign(CPUArchState *env, target_long arg2) in do_prctl_set_unalign()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | dsp_helper.c | 1064 #define MIPSDSP_RETURN32_8(a, b, c, d) ((target_long)(int32_t) \ 1069 #define MIPSDSP_RETURN32_16(a, b) ((target_long)(int32_t) \ 1108 return (target_long)dt.sw[0]; \ 1149 return (target_long)ds.sw[0]; \ 1177 return (target_long)ds.sw[0]; \ 1289 return (target_long)(int32_t)(temp & MIPSDSP_LLO); in helper_addsc() 1309 return (target_long)(int32_t)rd; in helper_addwc() 1402 return (target_long)(int32_t)rt; in helper_precr_sra_r_ph_w() 1890 return (target_long)(int32_t)temp; \ 1902 return (target_long)(int32_t)temp; \ [all …]
|
H A D | ldst_helper.c | 48 HELPER_LD_ATOMIC(ll, ldl, 0x3, (target_long)(int32_t)) 226 (target_long)cpu_ldl_mmuidx_ra(env, addr, mem_idx, GETPC()); in helper_lwm() 233 (target_long)cpu_ldl_mmuidx_ra(env, addr, mem_idx, GETPC()); in helper_lwm()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | helper-tcg.h | 51 static inline target_long lshift(target_long x, int n) in lshift()
|
H A D | decode-new.h | 327 target_long disp;
|
/openbmc/qemu/monitor/ |
H A D | hmp-target.c | 112 *pval = *(target_long *)ptr; in get_monitor_def() 125 *pval = (target_long) tmp; in get_monitor_def()
|
/openbmc/qemu/target/riscv/ |
H A D | translate.c | 223 target_long diff) in gen_pc_plus_diff() 241 static void gen_update_pc(DisasContext *ctx, target_long diff) in gen_update_pc() 291 static void gen_goto_tb(DisasContext *ctx, int n, target_long diff) in gen_goto_tb() 410 static void gen_set_gpri(DisasContext *ctx, int reg_num, target_long imm) in gen_set_gpri() 811 void (*func)(TCGv, TCGv, target_long)) in gen_logic_imm_fn() argument 855 void (*func)(TCGv, TCGv, target_long), in gen_arith_imm_fn() argument 856 void (*f128)(TCGv, TCGv, TCGv, TCGv, target_long)) in gen_arith_imm_fn() 948 void (*func)(TCGv, TCGv, target_long), in gen_shift_imm_fn() argument 949 void (*f128)(TCGv, TCGv, TCGv, TCGv, target_long)) in gen_shift_imm_fn() 979 void (*f_tl)(TCGv, TCGv, target_long), in gen_shift_imm_fn_per_ol() argument [all …]
|
H A D | vector_internals.h | 203 typedef void opivx2_fn(void *vd, target_long s1, void *vs2, int i); 210 static void do_##NAME(void *vd, target_long s1, void *vs2, int i) \ 216 void do_vext_vx(void *vd, void *v0, target_long s1, void *vs2,
|
H A D | vector_internals.c | 84 void do_vext_vx(void *vd, void *v0, target_long s1, void *vs2, in do_vext_vx()
|
/openbmc/qemu/target/sparc/ |
H A D | monitor.c | 43 static target_long monitor_get_psr(Monitor *mon, const struct MonitorDef *md, in monitor_get_psr() 52 static target_long monitor_get_reg(Monitor *mon, const struct MonitorDef *md, in monitor_get_reg()
|
/openbmc/qemu/include/monitor/ |
H A D | hmp-target.h | 35 target_long (*get_value)(Monitor *mon, const struct MonitorDef *md,
|
/openbmc/qemu/include/user/ |
H A D | abitypes.h | 65 typedef target_long abi_long __attribute__((aligned(ABI_LONG_ALIGNMENT)));
|
/openbmc/qemu/hw/arm/ |
H A D | digic_boards.c | 83 target_long rom_size; in digic_load_rom()
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_arith.c.inc | 36 void (*func)(TCGv, TCGv, target_long)) 49 void (*func)(TCGv, TCGv, TCGv, target_long)) 189 static void gen_alsl(TCGv dest, TCGv src1, TCGv src2, target_long sa)
|
H A D | trans_bit.c.inc | 19 static void gen_bytepick_w(TCGv dest, TCGv src1, TCGv src2, target_long sa) 25 static void gen_bytepick_d(TCGv dest, TCGv src1, TCGv src2, target_long sa)
|
H A D | trans_shift.c.inc | 70 static void gen_sari_w(TCGv dest, TCGv src1, target_long imm)
|
H A D | trans_branch.c.inc | 36 target_long offs, TCGCond cond)
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.h | 325 void gen_a64_update_pc(DisasContext *s, target_long diff); 332 static inline void gen_a64_update_pc(DisasContext *s, target_long diff) in gen_a64_update_pc() 342 void gen_exception_insn_el(DisasContext *s, target_long pc_diff, int excp, 344 void gen_exception_insn(DisasContext *s, target_long pc_diff,
|
/openbmc/qemu/hw/net/ |
H A D | spapr_llan.c | 558 static target_long spapr_vlan_add_rxbuf_to_pool(SpaprVioVlan *dev, in spapr_vlan_add_rxbuf_to_pool() 605 static target_long spapr_vlan_add_rxbuf_to_page(SpaprVioVlan *dev, in spapr_vlan_add_rxbuf_to_page() 639 target_long ret; in h_add_logical_lan_buffer()
|
/openbmc/qemu/target/mips/ |
H A D | kvm.c | 1184 regs.gpr[i] = (int64_t)(target_long)env->active_tc.gpr[i]; in kvm_arch_put_registers() 1187 regs.hi = (int64_t)(target_long)env->active_tc.HI[0]; in kvm_arch_put_registers() 1188 regs.lo = (int64_t)(target_long)env->active_tc.LO[0]; in kvm_arch_put_registers() 1189 regs.pc = (int64_t)(target_long)env->active_tc.PC; in kvm_arch_put_registers()
|
/openbmc/qemu/hw/mips/ |
H A D | mipssim.c | 195 env->active_tc.PC = (target_long)(int32_t)0xbfc00000; in mips_mipssim_init()
|