Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kernel/ptrace/
H A Dptrace-noadv.c133 arch_bp_generic_fields(hw_brk.type, &attr.bp_type); in ptrace_set_debugreg()
151 arch_bp_generic_fields(hw_brk.type, in ptrace_set_debugreg()
241 arch_bp_generic_fields(brk.type, &attr.bp_type); in ppc_set_hwdebug()
/openbmc/linux/arch/x86/include/asm/
H A Dhw_breakpoint.h72 extern int arch_bp_generic_fields(int x86_len, int x86_type,
/openbmc/linux/arch/powerpc/include/asm/
H A Dhw_breakpoint.h78 extern int arch_bp_generic_fields(int type, int *gen_bp_type);
/openbmc/linux/arch/arm/include/asm/
H A Dhw_breakpoint.h122 extern int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl,
/openbmc/linux/arch/loongarch/include/asm/
H A Dhw_breakpoint.h105 extern int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl,
/openbmc/linux/arch/arm64/include/asm/
H A Dhw_breakpoint.h113 extern int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl,
/openbmc/linux/arch/sh/kernel/
H A Dhw_breakpoint.c135 int arch_bp_generic_fields(int sh_len, int sh_type, in arch_bp_generic_fields() function
/openbmc/linux/arch/x86/kernel/
H A Dhw_breakpoint.c198 int arch_bp_generic_fields(int x86_len, int x86_type, in arch_bp_generic_fields() function
H A Dptrace.c516 err = arch_bp_generic_fields(len, type, &bp_len, &bp_type); in ptrace_fill_bp_fields()
/openbmc/linux/arch/powerpc/kernel/
H A Dhw_breakpoint.c125 int arch_bp_generic_fields(int type, int *gen_bp_type) in arch_bp_generic_fields() function
/openbmc/linux/arch/loongarch/kernel/
H A Dhw_breakpoint.c302 int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, in arch_bp_generic_fields() function
H A Dptrace.c499 err = arch_bp_generic_fields(ctrl, &len, &type); in ptrace_hbp_fill_attr_ctrl()
/openbmc/linux/arch/arm/kernel/
H A Dptrace.c522 ret = arch_bp_generic_fields(ctrl, &gen_len, &gen_type); in ptrace_sethbpregs()
H A Dhw_breakpoint.c467 int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, in arch_bp_generic_fields() function
/openbmc/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c351 int arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, in arch_bp_generic_fields() function
H A Dptrace.c335 err = arch_bp_generic_fields(ctrl, &len, &type, &offset); in ptrace_hbp_fill_attr_ctrl()