Searched refs:tmpcpu (Results 1 – 2 of 2) sorted by relevance
552 CPUState *tmpcpu; in hvf_remove_all_breakpoints() local557 CPU_FOREACH(tmpcpu) in hvf_remove_all_breakpoints()559 if (hvf_arch_remove_sw_breakpoint(tmpcpu, bp) == 0) { in hvf_remove_all_breakpoints()
3527 CPUState *tmpcpu; in kvm_remove_all_breakpoints() local3532 CPU_FOREACH(tmpcpu) { in kvm_remove_all_breakpoints()3533 if (kvm_arch_remove_sw_breakpoint(tmpcpu, bp) == 0) { in kvm_remove_all_breakpoints()