Home
last modified time | relevance | path

Searched refs:hw_breakpoint (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/kernel/events/
H A DMakefile4 obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
/openbmc/linux/arch/xtensa/kernel/
H A DMakefile19 obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
/openbmc/linux/samples/
H A DMakefile10 obj-$(CONFIG_SAMPLE_HW_BREAKPOINT) += hw_breakpoint/
/openbmc/linux/arch/sh/kernel/
H A DMakefile49 obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
/openbmc/linux/arch/loongarch/kernel/
H A DMakefile67 obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
H A Dkgdb.c454 static struct hw_breakpoint { struct
/openbmc/linux/arch/arm64/kernel/
H A DMakefile48 obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
/openbmc/linux/arch/arm/kernel/
H A DMakefile73 obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c4970 } hw_breakpoint[4]; variable
4979 if (hw_breakpoint[n].addr == addr && hw_breakpoint[n].type == type && in find_hw_breakpoint()
4980 (hw_breakpoint[n].len == len || len == -1)) { in find_hw_breakpoint()
5019 hw_breakpoint[nb_hw_breakpoint].addr = addr; in kvm_arch_insert_hw_breakpoint()
5020 hw_breakpoint[nb_hw_breakpoint].len = len; in kvm_arch_insert_hw_breakpoint()
5021 hw_breakpoint[nb_hw_breakpoint].type = type; in kvm_arch_insert_hw_breakpoint()
5036 hw_breakpoint[n] = hw_breakpoint[nb_hw_breakpoint]; in kvm_arch_remove_hw_breakpoint()
5071 hw_watchpoint.vaddr = hw_breakpoint[n].addr; in kvm_handle_debug()
5077 hw_watchpoint.vaddr = hw_breakpoint[n].addr; in kvm_handle_debug()
5120 dbg->arch.debugreg[n] = hw_breakpoint[n].addr; in kvm_arch_update_guest_debug()
[all …]
/openbmc/linux/arch/x86/kernel/
H A DMakefile63 obj-y += alternative.o i8253.o hw_breakpoint.o
H A Dkgdb.c179 static struct hw_breakpoint { struct
/openbmc/linux/arch/powerpc/kernel/
H A DMakefile87 obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
/openbmc/linux/lib/
H A DKconfig.debug2751 bool "Test hw_breakpoint constraints accounting" if !KUNIT_ALL_TESTS
2756 Tests for hw_breakpoint constraints accounting.
/openbmc/openbmc/poky/meta/lib/oeqa/files/
H A Dbuildhistory_filelist2.txt1479 -rw-r--r-- root root 69 ./usr/include/asm/hw_breakpoint.h
3515 -rw-r--r-- root root 742 ./usr/include/linux/hw_breakpoint.h
H A Dbuildhistory_filelist1.txt1478 -rw-r--r-- root root 69 ./usr/include/asm/hw_breakpoint.h
3514 -rw-r--r-- root root 742 ./usr/include/linux/hw_breakpoint.h
/openbmc/linux/
H A DMAINTAINERS1671 F: arch/arm*/include/asm/hw_breakpoint.h
1673 F: arch/arm*/kernel/hw_breakpoint.c