Home
last modified time | relevance | path

Searched refs:hw_breakpoint (Results 1 - 25 of 134) sorted by relevance

123456

/kernel/linux/linux-5.10/arch/loongarch/include/uapi/asm/
H A Dkvm.h114 struct hw_breakpoint { struct
122 struct hw_breakpoint data_breakpoint[KVM_DATA_HW_BREAKPOINT_NUM];
123 struct hw_breakpoint inst_breakpoint[KVM_INST_HW_BREAKPOINT_NUM];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-loongarch/asm/
H A Dkvm.h120 struct hw_breakpoint { struct
128 struct hw_breakpoint data_breakpoint[KVM_DATA_HW_BREAKPOINT_NUM];
129 struct hw_breakpoint inst_breakpoint[KVM_INST_HW_BREAKPOINT_NUM];
/kernel/linux/linux-6.6/kernel/events/
H A DMakefile4 obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
/kernel/linux/linux-5.10/kernel/events/
H A DMakefile8 obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dhw_breakpoint.h18 #include <uapi/linux/hw_breakpoint.h>
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H A Dhw_breakpoint.h18 #include <uapi/linux/hw_breakpoint.h>
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dhw_breakpoint.h5 #include <uapi/asm/hw_breakpoint.h>
56 /* arch/sh/kernel/hw_breakpoint.c */
H A Dprocessor_32.h16 #include <asm/hw_breakpoint.h>
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dhw_breakpoint.h5 #include <uapi/asm/hw_breakpoint.h>
53 /* arch/sh/kernel/hw_breakpoint.c */
H A Dprocessor_32.h16 #include <asm/hw_breakpoint.h>
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dhw_breakpoint.c3 * arch/sh/kernel/hw_breakpoint.c
12 #include <linux/hw_breakpoint.h>
20 #include <asm/hw_breakpoint.h>
/kernel/linux/linux-5.10/arch/xtensa/kernel/
H A Dprocess.c30 #include <linux/hw_breakpoint.h>
49 #include <asm/hw_breakpoint.h>
H A DMakefile18 obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dhw_breakpoint.c3 * arch/sh/kernel/hw_breakpoint.c
12 #include <linux/hw_breakpoint.h>
20 #include <asm/hw_breakpoint.h>
/kernel/linux/linux-6.6/arch/xtensa/kernel/
H A Dhw_breakpoint.c11 #include <linux/hw_breakpoint.h>
16 #include <asm/hw_breakpoint.h>
H A DMakefile19 obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Ddebug.h8 #include <asm/hw_breakpoint.h>
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dhw_breakpoint.h5 #include <uapi/asm/hw_breakpoint.h>
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Ddebug.h8 #include <asm/hw_breakpoint.h>
/kernel/linux/linux-5.10/samples/hw_breakpoint/
H A Ddata_breakpoint.c22 #include <linux/hw_breakpoint.h>
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dhw_breakpoint.h5 #include <uapi/asm/hw_breakpoint.h>
/kernel/linux/linux-6.6/samples/hw_breakpoint/
H A Ddata_breakpoint.c22 #include <linux/hw_breakpoint.h>
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dprocessor.h13 #include <asm/hw_breakpoint.h>
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dprocessor.h13 #include <asm/hw_breakpoint.h>
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dkgdb.c396 static struct hw_breakpoint { struct
408 struct hw_breakpoint *breakinfo = (bptype == BP_HARDWARE_BREAKPOINT) ? in kgdb_set_hw_break()
432 struct hw_breakpoint *breakinfo = (bptype == BP_HARDWARE_BREAKPOINT) ? in kgdb_remove_hw_break()

Completed in 9 milliseconds

123456