Home
last modified time | relevance | path

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

/qemu/linux-headers/asm-s390/
H A Dkvm.h534 struct kvm_hw_breakpoint { struct
546 struct kvm_hw_breakpoint *hw_bp; argument
/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()