Searched refs:arch_bp_generic_fields (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/arch/x86/include/asm/ |
| D | hw_breakpoint.h | 75 extern int arch_bp_generic_fields(int x86_len, int x86_type,
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | hw_breakpoint.h | 50 extern int arch_bp_generic_fields(int type, int *gen_bp_type);
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | hw_breakpoint.h | 119 extern int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl,
|
| /Linux-v5.4/arch/arm64/include/asm/ |
| D | hw_breakpoint.h | 113 extern int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl,
|
| /Linux-v5.4/arch/sh/kernel/ |
| D | hw_breakpoint.c | 135 int arch_bp_generic_fields(int sh_len, int sh_type, in arch_bp_generic_fields() function
|
| /Linux-v5.4/arch/powerpc/kernel/ |
| D | hw_breakpoint.c | 117 int arch_bp_generic_fields(int type, int *gen_bp_type) in arch_bp_generic_fields() function
|
| D | ptrace.c | 2442 arch_bp_generic_fields(hw_brk.type, &attr.bp_type); in ptrace_set_debugreg() 2460 arch_bp_generic_fields(hw_brk.type, in ptrace_set_debugreg() 2909 arch_bp_generic_fields(brk.type, &attr.bp_type); in ppc_set_hwdebug()
|
| /Linux-v5.4/arch/x86/kernel/ |
| D | hw_breakpoint.c | 178 int arch_bp_generic_fields(int x86_len, int x86_type, in arch_bp_generic_fields() function
|
| D | ptrace.c | 520 err = arch_bp_generic_fields(len, type, &bp_len, &bp_type); in ptrace_fill_bp_fields()
|
| /Linux-v5.4/arch/arm/kernel/ |
| D | ptrace.c | 549 ret = arch_bp_generic_fields(ctrl, &gen_len, &gen_type); in ptrace_sethbpregs()
|
| D | hw_breakpoint.c | 464 int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, in arch_bp_generic_fields() function
|
| /Linux-v5.4/arch/arm64/kernel/ |
| D | hw_breakpoint.c | 351 int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, in arch_bp_generic_fields() function
|
| D | ptrace.c | 338 err = arch_bp_generic_fields(ctrl, &len, &type, &offset); in ptrace_hbp_fill_attr_ctrl()
|