Searched refs:tmpcpu (Results 1 – 2 of 2) sorted by relevance
558 CPUState *tmpcpu; in hvf_remove_all_breakpoints() local563 CPU_FOREACH(tmpcpu) in hvf_remove_all_breakpoints()565 if (hvf_arch_remove_sw_breakpoint(tmpcpu, bp) == 0) { in hvf_remove_all_breakpoints()
3590 CPUState *tmpcpu; in kvm_remove_all_breakpoints() 3595 CPU_FOREACH(tmpcpu) { in kvm_remove_all_breakpoints() 3596 if (kvm_arch_remove_sw_breakpoint(tmpcpu, bp) == 0) { in kvm_remove_all_breakpoints() 3579 CPUState *tmpcpu; kvm_remove_all_breakpoints() local