Home
last modified time | relevance | path

Searched defs:bp_info (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-adv.c141 struct ppc_hw_breakpoint *bp_info) in set_instruction_bp()
284 static int set_dac(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in set_dac()
387 struct ppc_hw_breakpoint *bp_info) in set_dac_range()
440 long ppc_set_hwdebug(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in ppc_set_hwdebug()
H A Dptrace.c101 struct ppc_hw_breakpoint bp_info; in arch_ptrace() local
H A Dptrace-noadv.c193 long ppc_set_hwdebug(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in ppc_set_hwdebug()
/openbmc/linux/arch/s390/kvm/
H A Dguestdbg.c209 struct kvm_hw_bp_info_arch *bp_info = NULL; in kvm_s390_import_bp_data() local
311 #define end_of_range(bp_info) (bp_info->addr + bp_info->len - 1) argument
316 struct kvm_hw_bp_info_arch *bp_info = vcpu->arch.guestdbg.hw_bp_info; in find_hw_bp() local
393 struct kvm_hw_bp_info_arch *bp_info = NULL; in debug_exit_required() local
/openbmc/linux/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-perf-hwbreak.c74 static long ppc_ptrace_sethwdbg(pid_t pid, struct ppc_hw_breakpoint *bp_info) in ppc_ptrace_sethwdbg()
227 struct ppc_hw_breakpoint bp_info; /* ptrace breakpoint info */ in same_watch_addr_test() local
381 struct ppc_hw_breakpoint bp_info; /* ptrace breakpoint info */ in perf_then_ptrace_test() local
/openbmc/linux/arch/x86/kernel/
H A Dhw_breakpoint.c55 unsigned long bp_info; in __encode_dr7() local
79 int bp_info = dr7 >> (DR_CONTROL_SHIFT + bpnum * DR_CONTROL_SIZE); in decode_dr7() local