Searched refs:KVMPPC_DEBUG_WATCH_READ (Results 1 – 3 of 3) sorted by relevance
878 run->debug.arch.status |= KVMPPC_DEBUG_WATCH_READ; in kvmppc_handle_debug()1903 if (type & KVMPPC_DEBUG_WATCH_READ) in kvmppc_booke_add_watchpoint()1910 if (type & KVMPPC_DEBUG_WATCH_READ) in kvmppc_booke_add_watchpoint()2052 if (type & ~(KVMPPC_DEBUG_WATCH_READ | in kvm_arch_vcpu_ioctl_set_guest_debug()
292 #define KVMPPC_DEBUG_WATCH_READ (1UL << 3) macro