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.c464 static int max_hw_breakpoint; variable
472 max_hw_breakpoint = 2; in kvmppc_hw_debug_points_init()
476 if ((max_hw_breakpoint + max_hw_watchpoint) > MAX_HW_BKPTS) { in kvmppc_hw_debug_points_init()
1469 if (nb_hw_breakpoint >= max_hw_breakpoint) { in kvm_arch_insert_hw_breakpoint()