Searched refs:KVMPPC_DEBUG_WATCH_WRITE (Results 1 – 3 of 3) sorted by relevance
876 run->debug.arch.status |= KVMPPC_DEBUG_WATCH_WRITE; in kvmppc_handle_debug()1905 if (type & KVMPPC_DEBUG_WATCH_WRITE) in kvmppc_booke_add_watchpoint()1912 if (type & KVMPPC_DEBUG_WATCH_WRITE) in kvmppc_booke_add_watchpoint()2053 KVMPPC_DEBUG_WATCH_WRITE | in kvm_arch_vcpu_ioctl_set_guest_debug()
291 #define KVMPPC_DEBUG_WATCH_WRITE (1UL << 2) macro