Searched refs:gen_type (Results 1 - 8 of 8) sorted by relevance

/arch/sh/kernel/
H A Dhw_breakpoint.c139 int *gen_len, int *gen_type)
162 *gen_type = HW_BREAKPOINT_R;
164 *gen_type = HW_BREAKPOINT_W;
167 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R;
138 arch_bp_generic_fields(int sh_len, int sh_type, int *gen_len, int *gen_type) argument
/arch/x86/include/asm/
H A Dhw_breakpoint.h71 int *gen_len, int *gen_type);
/arch/arm64/include/asm/
H A Dhw_breakpoint.h110 int *gen_len, int *gen_type);
/arch/x86/kernel/
H A Dhw_breakpoint.c205 int *gen_len, int *gen_type)
213 *gen_type = HW_BREAKPOINT_X;
217 *gen_type = HW_BREAKPOINT_W;
220 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R;
204 arch_bp_generic_fields(int x86_len, int x86_type, int *gen_len, int *gen_type) argument
/arch/arm/include/asm/
H A Dhw_breakpoint.h119 int *gen_len, int *gen_type);
/arch/arm/kernel/
H A Dhw_breakpoint.c478 int *gen_len, int *gen_type)
483 *gen_type = HW_BREAKPOINT_X;
486 *gen_type = HW_BREAKPOINT_R;
489 *gen_type = HW_BREAKPOINT_W;
492 *gen_type = HW_BREAKPOINT_RW;
477 arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, int *gen_len, int *gen_type) argument
H A Dptrace.c521 int idx, gen_len, gen_type, implied_type, ret = 0; local
563 ret = arch_bp_generic_fields(ctrl, &gen_len, &gen_type);
567 if ((gen_type & implied_type) != gen_type) {
573 attr.bp_type = gen_type;
/arch/arm64/kernel/
H A Dhw_breakpoint.c346 int *gen_len, int *gen_type)
351 *gen_type = HW_BREAKPOINT_X;
354 *gen_type = HW_BREAKPOINT_R;
357 *gen_type = HW_BREAKPOINT_W;
360 *gen_type = HW_BREAKPOINT_RW;
345 arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, int *gen_len, int *gen_type) argument

Completed in 147 milliseconds