Home
last modified time | relevance | path

Searched refs:max_hw_breakpoint (Results 1 – 1 of 1) sorted by relevance

/qemu/target/ppc/
H A Dkvm.c460 static int max_hw_breakpoint; variable
468 max_hw_breakpoint = 2; in kvmppc_hw_debug_points_init()
472 if ((max_hw_breakpoint + max_hw_watchpoint) > MAX_HW_BKPTS) { in kvmppc_hw_debug_points_init()
1461 if (nb_hw_breakpoint >= max_hw_breakpoint) { in kvm_arch_insert_hw_breakpoint()