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

/arch/powerpc/include/asm/
H A Dhw_breakpoint.h62 extern int arch_bp_generic_fields(int type, int *gen_bp_type);
/arch/x86/include/asm/
H A Dhw_breakpoint.h70 extern int arch_bp_generic_fields(int x86_len, int x86_type,
/arch/arm64/include/asm/
H A Dhw_breakpoint.h109 extern int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl,
/arch/arm/include/asm/
H A Dhw_breakpoint.h118 extern int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl,
/arch/powerpc/kernel/
H A Dhw_breakpoint.c127 int arch_bp_generic_fields(int type, int *gen_bp_type) function
H A Dptrace.c990 arch_bp_generic_fields(hw_brk.type, &attr.bp_type);
1007 arch_bp_generic_fields(hw_brk.type,
1453 arch_bp_generic_fields(brk.type, &attr.bp_type);
/arch/sh/kernel/
H A Dhw_breakpoint.c138 int arch_bp_generic_fields(int sh_len, int sh_type, function
/arch/x86/kernel/
H A Dhw_breakpoint.c204 int arch_bp_generic_fields(int x86_len, int x86_type, function
H A Dptrace.c609 err = arch_bp_generic_fields(len, type, &bp_len, &bp_type);
/arch/arm/kernel/
H A Dhw_breakpoint.c477 int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, function
H A Dptrace.c563 ret = arch_bp_generic_fields(ctrl, &gen_len, &gen_type);
/arch/arm64/kernel/
H A Dhw_breakpoint.c345 int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, function
H A Dptrace.c229 err = arch_bp_generic_fields(ctrl, &len, &type);

Completed in 240 milliseconds