Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/powerpc/include/uapi/asm/
H A Dkvm.h290 #define KVMPPC_DEBUG_BREAKPOINT (1UL << 1) macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dkvm.h290 #define KVMPPC_DEBUG_BREAKPOINT (1UL << 1) macro
/openbmc/qemu/linux-headers/asm-powerpc/
H A Dkvm.h289 #define KVMPPC_DEBUG_BREAKPOINT (1UL << 1) macro
/openbmc/linux/arch/powerpc/kvm/
H A Dbooke.c901 run->debug.arch.status |= KVMPPC_DEBUG_BREAKPOINT; in kvmppc_handle_debug()
2088 KVMPPC_DEBUG_BREAKPOINT)) in kvm_arch_vcpu_ioctl_set_guest_debug()
2091 if (type & KVMPPC_DEBUG_BREAKPOINT) { in kvm_arch_vcpu_ioctl_set_guest_debug()
/openbmc/qemu/target/ppc/
H A Dkvm.c1547 dbg->arch.bp[n].type = KVMPPC_DEBUG_BREAKPOINT; in kvm_arch_update_guest_debug()
1575 if (arch_info->status & KVMPPC_DEBUG_BREAKPOINT) { in kvm_handle_hw_breakpoint()