Searched defs:bp_info (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ptrace/ |
H A D | ptrace.c | 142 struct ppc_hw_breakpoint bp_info; in arch_ptrace() local
|
H A D | ptrace-noadv.c | 197 long ppc_set_hwdebug(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in ppc_set_hwdebug() argument [all...] |
H A D | ptrace-adv.c | 139 set_instruction_bp(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) set_instruction_bp() argument 283 set_dac(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) set_dac() argument 385 set_dac_range(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) set_dac_range() argument 439 ppc_set_hwdebug(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) ppc_set_hwdebug() argument [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ptrace/ |
H A D | ptrace.c | 101 struct ppc_hw_breakpoint bp_info; in arch_ptrace() local
|
H A D | ptrace-noadv.c | 193 long ppc_set_hwdebug(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) in ppc_set_hwdebug() argument [all...] |
H A D | ptrace-adv.c | 140 set_instruction_bp(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) set_instruction_bp() argument 284 set_dac(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) set_dac() argument 386 set_dac_range(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) set_dac_range() argument 440 ppc_set_hwdebug(struct task_struct *child, struct ppc_hw_breakpoint *bp_info) ppc_set_hwdebug() argument [all...] |
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | hw_breakpoint.c | 55 unsigned long bp_info; in __encode_dr7() local 79 int bp_info = dr7 >> (DR_CONTROL_SHIFT + bpnum * DR_CONTROL_SIZE); in decode_dr7() local
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | hw_breakpoint.c | 55 unsigned long bp_info; in __encode_dr7() local 79 int bp_info = dr7 >> (DR_CONTROL_SHIFT + bpnum * DR_CONTROL_SIZE); in decode_dr7() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ptrace/ |
H A D | ptrace-perf-hwbreak.c | 74 static long ppc_ptrace_sethwdbg(pid_t pid, struct ppc_hw_breakpoint *bp_info) in ppc_ptrace_sethwdbg() argument 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 [all...] |
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | guestdbg.c | 209 struct kvm_hw_bp_info_arch *bp_info = NULL; in kvm_s390_import_bp_data() local 316 struct kvm_hw_bp_info_arch *bp_info = vcpu->arch.guestdbg.hw_bp_info; find_hw_bp() local 393 struct kvm_hw_bp_info_arch *bp_info = NULL; debug_exit_required() local [all...] |
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | guestdbg.c | 209 struct kvm_hw_bp_info_arch *bp_info = NULL; in kvm_s390_import_bp_data() local 316 struct kvm_hw_bp_info_arch *bp_info = vcpu->arch.guestdbg.hw_bp_info; find_hw_bp() local 393 struct kvm_hw_bp_info_arch *bp_info = NULL; debug_exit_required() local [all...] |
Completed in 9 milliseconds