Home
last modified time | relevance | path

Searched refs:arch_bp_generic_fields (Results 1 – 13 of 13) sorted by relevance

/arch/x86/include/asm/
Dhw_breakpoint.h71 extern int arch_bp_generic_fields(int x86_len, int x86_type,
/arch/powerpc/include/asm/
Dhw_breakpoint.h62 extern int arch_bp_generic_fields(int type, int *gen_bp_type);
/arch/arm/include/asm/
Dhw_breakpoint.h118 extern int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl,
/arch/arm64/include/asm/
Dhw_breakpoint.h116 extern int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl,
/arch/powerpc/kernel/
Dhw_breakpoint.c127 int arch_bp_generic_fields(int type, int *gen_bp_type) in arch_bp_generic_fields() function
Dptrace.c990 arch_bp_generic_fields(hw_brk.type, &attr.bp_type); in ptrace_set_debugreg()
1008 arch_bp_generic_fields(hw_brk.type, in ptrace_set_debugreg()
1454 arch_bp_generic_fields(brk.type, &attr.bp_type); in ppc_set_hwdebug()
/arch/sh/kernel/
Dhw_breakpoint.c138 int arch_bp_generic_fields(int sh_len, int sh_type, in arch_bp_generic_fields() function
/arch/x86/kernel/
Dhw_breakpoint.c190 int arch_bp_generic_fields(int x86_len, int x86_type, in arch_bp_generic_fields() function
Dptrace.c602 err = arch_bp_generic_fields(len, type, &bp_len, &bp_type); in ptrace_fill_bp_fields()
/arch/arm/kernel/
Dptrace.c563 ret = arch_bp_generic_fields(ctrl, &gen_len, &gen_type); in ptrace_sethbpregs()
Dhw_breakpoint.c476 int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, in arch_bp_generic_fields() function
/arch/arm64/kernel/
Dhw_breakpoint.c360 int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, in arch_bp_generic_fields() function
Dptrace.c236 err = arch_bp_generic_fields(ctrl, &len, &type, &offset); in ptrace_hbp_fill_attr_ctrl()