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

12

  /external/qemu/
disas.c 131 void target_disas(FILE *out, target_ulong code, target_ulong size, int flags)
133 target_ulong pc;
301 const char *lookup_symbol(target_ulong orig_addr)
345 target_ulong pc, int nb_insn, int is_physical, int flags)
gdbstub.c 566 return sizeof(target_ulong);
586 case 0: env->eip = ldtul_p(mem_buf); return sizeof(target_ulong);
680 return sizeof(target_ulong);
691 return sizeof(target_ulong);
694 return sizeof(target_ulong);
705 return sizeof(target_ulong);
708 return sizeof(target_ulong);
711 return sizeof(target_ulong);
798 target_ulong tmp;
1028 target_ulong tmp
    [all...]
exec.c 302 static inline PageDesc **page_l1_map(target_ulong index)
307 if (index > ((target_ulong)L2_SIZE * L1_SIZE))
313 static inline PageDesc *page_find_alloc(target_ulong index)
343 static inline PageDesc *page_find(target_ulong index)
404 target_ulong vaddr);
668 static void tb_invalidate_check(target_ulong address)
772 void tb_phys_invalidate(TranslationBlock *tb, target_ulong page_addr)
892 target_ulong pc, target_ulong cs_base,
897 target_ulong phys_pc, phys_page2, virt_page2
    [all...]
cpu-all.h 652 /* NOTE: we use double casts if pointers and target_ulong have
722 /* ??? These should be the larger of unsigned long and target_ulong. */
744 int page_get_flags(target_ulong address);
745 void page_set_flags(target_ulong start, target_ulong end, int flags);
746 int page_check_range(target_ulong start, target_ulong len, int flags);
795 int cpu_breakpoint_insert(CPUState *env, target_ulong pc, int flags,
797 int cpu_breakpoint_remove(CPUState *env, target_ulong pc, int flags);
800 int cpu_watchpoint_insert(CPUState *env, target_ulong addr, target_ulong len
    [all...]
sysemu.h 259 int load_uimage(const char *filename, target_ulong *ep, target_ulong *loadaddr,
cpu-exec.c 123 static TranslationBlock *tb_find_slow(target_ulong pc,
124 target_ulong cs_base,
129 target_ulong phys_pc, phys_page1, phys_page2, virt_page2;
175 target_ulong cs_base, pc;
706 void tb_invalidate_page_range(target_ulong start, target_ulong end)
711 target_ulong phys_addr;
735 void cpu_x86_fsave(CPUX86State *s, target_ulong ptr, int data32)
747 void cpu_x86_frstor(CPUX86State *s, target_ulong ptr, int data32)
    [all...]
elf_ops.h 76 static const char *glue(lookup_symbol, SZ)(struct syminfo *s, target_ulong orig_addr)
146 syms[i].st_value &= ~(target_ulong)1;
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-arm/
cpu.h 222 int cpu_arm_handle_mmu_fault (CPUARMState *env, target_ulong address, int rw,
227 static inline void cpu_set_tls(CPUARMState *env, target_ulong newtls)
430 static inline void cpu_clone_regs(CPUState *env, target_ulong newsp)
446 static inline void cpu_get_tb_cpu_state(CPUState *env, target_ulong *pc,
447 target_ulong *cs_base, int *flags)
op_helper.c 70 static void do_unaligned_access (target_ulong addr, int is_write, int is_user, void *retaddr);
87 static void do_unaligned_access (target_ulong addr, int is_write, int mmu_idx, void *retaddr)
104 void tlb_fill (target_ulong addr, int is_write, int mmu_idx, void *retaddr)
133 void vstrcpy(target_ulong ptr, char *buf, int max)
helper.c 460 int cpu_arm_handle_mmu_fault (CPUState *env, target_ulong address, int rw,
529 target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr)
    [all...]
translate.c 51 target_ulong pc;
    [all...]
  /external/qemu/memcheck/
memcheck_proc_management.c 353 memcheck_on_call(target_ulong from, target_ulong ret)
425 memcheck_on_ret(target_ulong ret)
700 memcheck_mmap_exepath(target_ulong vstart,
701 target_ulong vend,
702 target_ulong exec_offset,
751 memcheck_unmap(target_ulong vstart, target_ulong vend)
  /external/qemu/hw/
arm_boot.c 194 target_ulong entry;
  /external/qemu/tcg/
tcg.c     [all...]

Completed in 1150 milliseconds

12