Home | History | Annotate | Download | only in qemu

Lines Matching refs:target_ulong

661 /* NOTE: we use double casts if pointers and target_ulong have
731 /* ??? These should be the larger of unsigned long and target_ulong. */
760 int page_get_flags(target_ulong address);
761 void page_set_flags(target_ulong start, target_ulong end, int flags);
762 int page_check_range(target_ulong start, target_ulong len, int flags);
853 int cpu_breakpoint_insert(CPUState *env, target_ulong pc, int flags,
855 int cpu_breakpoint_remove(CPUState *env, target_ulong pc, int flags);
858 int cpu_watchpoint_insert(CPUState *env, target_ulong addr, target_ulong len,
860 int cpu_watchpoint_remove(CPUState *env, target_ulong addr,
861 target_ulong len, int flags);
904 target_phys_addr_t cpu_get_phys_page_debug(CPUState *env, target_ulong addr);
1038 int cpu_memory_rw_debug(CPUState *env, target_ulong addr,