Searched refs:find_hw_watchpoint (Results 1 – 5 of 5) sorted by relevance
242 CPUWatchpoint *find_hw_watchpoint(CPUState *cpu, target_ulong addr) in find_hw_watchpoint() function
1809 CPUWatchpoint *find_hw_watchpoint(CPUState *cpu, target_ulong addr);
1405 CPUWatchpoint *wp = find_hw_watchpoint(cs, debug_exit->far); in kvm_arm_handle_debug()
1426 static int find_hw_watchpoint(target_ulong addr, int *flag) in find_hw_watchpoint() function1582 n = find_hw_watchpoint(arch_info->address, &flag); in kvm_handle_hw_breakpoint()
1954 find_hw_watchpoint(cpu, hvf_exit->exception.virtual_address); in hvf_vcpu_exec()