Searched refs:arch_bp_generic_fields (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | hw_breakpoint.h | 71 extern int arch_bp_generic_fields(int x86_len, int x86_type,
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | hw_breakpoint.h | 62 extern int arch_bp_generic_fields(int type, int *gen_bp_type);
|
/linux-4.1.27/arch/arm64/include/asm/ |
D | hw_breakpoint.h | 109 extern int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl,
|
/linux-4.1.27/arch/arm/include/asm/ |
D | hw_breakpoint.h | 118 extern int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl,
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | hw_breakpoint.c | 127 int arch_bp_generic_fields(int type, int *gen_bp_type) in arch_bp_generic_fields() function
|
D | ptrace.c | 990 arch_bp_generic_fields(hw_brk.type, &attr.bp_type); in ptrace_set_debugreg() 1007 arch_bp_generic_fields(hw_brk.type, in ptrace_set_debugreg() 1453 arch_bp_generic_fields(brk.type, &attr.bp_type); in ppc_set_hwdebug()
|
/linux-4.1.27/arch/sh/kernel/ |
D | hw_breakpoint.c | 138 int arch_bp_generic_fields(int sh_len, int sh_type, in arch_bp_generic_fields() function
|
/linux-4.1.27/arch/x86/kernel/ |
D | hw_breakpoint.c | 185 int arch_bp_generic_fields(int x86_len, int x86_type, in arch_bp_generic_fields() function
|
D | ptrace.c | 603 err = arch_bp_generic_fields(len, type, &bp_len, &bp_type); in ptrace_fill_bp_fields()
|
/linux-4.1.27/arch/arm64/kernel/ |
D | hw_breakpoint.c | 345 int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, in arch_bp_generic_fields() function
|
D | ptrace.c | 235 err = arch_bp_generic_fields(ctrl, &len, &type); in ptrace_hbp_fill_attr_ctrl()
|
/linux-4.1.27/arch/arm/kernel/ |
D | ptrace.c | 563 ret = arch_bp_generic_fields(ctrl, &gen_len, &gen_type); in ptrace_sethbpregs()
|
D | hw_breakpoint.c | 477 int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, in arch_bp_generic_fields() function
|