Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dkvm.c463 static int max_hw_watchpoint; variable
471 max_hw_watchpoint = 2; in kvmppc_hw_debug_points_init()
474 if ((max_hw_breakpoint + max_hw_watchpoint) > MAX_HW_BKPTS) { in kvmppc_hw_debug_points_init()
1477 if (nb_hw_watchpoint >= max_hw_watchpoint) { in kvm_arch_insert_hw_breakpoint()