HomeSort by relevance Sort by last modified time
    Searched refs:target_ulong (Results 51 - 60 of 60) sorted by null

1 23

  /external/qemu/
loader.c 456 int load_uimage(const char *filename, target_ulong *ep, target_ulong *loadaddr,
def-helper.h 52 #define dh_ctype_tl target_ulong
kqemu.c 253 void kqemu_flush_page(CPUState *env, target_ulong addr)
  /external/qemu/target-mips/
translate.c 464 target_ulong pc, saved_pc;
471 target_ulong btarget;
560 tcg_gen_muli_i32(t2, t2, sizeof(target_ulong) * 32);
564 tcg_gen_ld_tl(t0, addr, sizeof(target_ulong) * from);
583 tcg_gen_muli_i32(t2, t2, sizeof(target_ulong) * 32);
587 tcg_gen_st_tl(t0, addr, sizeof(target_ulong) * to);
711 static inline void glue(gen_op_, name) (TCGv ret, TCGv t0, target_ulong val) \
746 static inline void gen_save_pc(target_ulong pc)
    [all...]
translate_init.c 73 target_ulong CP0_LLAddr_rw_bitmask;
  /external/qemu/target-arm/
helper.c 581 int cpu_arm_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
1031 target_ulong *page_size)
    [all...]
op_helper.c 73 void tlb_fill (target_ulong addr, int is_write, int mmu_idx, void *retaddr)
translate.c 51 target_ulong pc;
    [all...]
  /external/qemu/target-i386/
hax-all.c 712 static void hax_getput_reg(uint64_t *hax_reg, target_ulong *qemu_reg, int set)
714 target_ulong reg = *hax_reg;
ops_sse.h 466 void glue(helper_maskmov, SUFFIX) (Reg *d, Reg *s, target_ulong a0)
    [all...]

Completed in 959 milliseconds

1 23