Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/s390/include/uapi/asm/
H A Dkvm.h205 struct kvm_hw_breakpoint { struct
217 struct kvm_hw_breakpoint __user *hw_bp; argument
/openbmc/linux/arch/s390/include/uapi/asm/
H A Dkvm.h221 struct kvm_hw_breakpoint { struct
233 struct kvm_hw_breakpoint __user *hw_bp; argument
/openbmc/qemu/linux-headers/asm-s390/
H A Dkvm.h534 struct kvm_hw_breakpoint { struct
546 struct kvm_hw_breakpoint *hw_bp; argument
/openbmc/qemu/target/s390x/kvm/
H A Dkvm.c135 static struct kvm_hw_breakpoint *hw_breakpoints;
896 static struct kvm_hw_breakpoint *find_hw_breakpoint(target_ulong addr, in find_hw_breakpoint()
919 size = (nb_hw_breakpoints + 1) * sizeof(struct kvm_hw_breakpoint); in insert_hw_breakpoint()
923 hw_breakpoints = (struct kvm_hw_breakpoint *)g_try_malloc(size); in insert_hw_breakpoint()
926 (struct kvm_hw_breakpoint *)g_try_realloc(hw_breakpoints, size); in insert_hw_breakpoint()
964 struct kvm_hw_breakpoint *bp = find_hw_breakpoint(addr, len, type); in kvm_arch_remove_hw_breakpoint()
979 size = nb_hw_breakpoints * sizeof(struct kvm_hw_breakpoint); in kvm_arch_remove_hw_breakpoint()
/openbmc/linux/arch/s390/kvm/
H A Dguestdbg.c175 struct kvm_hw_breakpoint *bp_data, in __import_wp_info()
207 struct kvm_hw_breakpoint *bp_data = NULL; in kvm_s390_import_bp_data()