Home | History | Annotate | Download | only in qemu

Lines Matching refs:target_ulong

63 int kvm_insert_breakpoint(CPUState *current_env, target_ulong addr,
64 target_ulong len, int type);
65 int kvm_remove_breakpoint(CPUState *current_env, target_ulong addr,
66 target_ulong len, int type);
106 target_ulong pc;
107 target_ulong saved_insn;
117 target_ulong pc);
125 int kvm_arch_insert_hw_breakpoint(target_ulong addr,
126 target_ulong len, int type);
127 int kvm_arch_remove_hw_breakpoint(target_ulong addr,
128 target_ulong len, int type);