Searched refs:gen_type (Results 1 - 8 of 8) sorted by relevance
/linux-4.4.14/arch/x86/include/asm/ |
H A D | hw_breakpoint.h | 72 int *gen_len, int *gen_type);
|
/linux-4.4.14/arch/sh/kernel/ |
H A D | hw_breakpoint.c | 139 int *gen_len, int *gen_type) arch_bp_generic_fields() 162 *gen_type = HW_BREAKPOINT_R; arch_bp_generic_fields() 164 *gen_type = HW_BREAKPOINT_W; arch_bp_generic_fields() 167 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; arch_bp_generic_fields() 138 arch_bp_generic_fields(int sh_len, int sh_type, int *gen_len, int *gen_type) arch_bp_generic_fields() argument
|
/linux-4.4.14/arch/arm/include/asm/ |
H A D | hw_breakpoint.h | 119 int *gen_len, int *gen_type);
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | hw_breakpoint.c | 191 int *gen_len, int *gen_type) arch_bp_generic_fields() 199 *gen_type = HW_BREAKPOINT_X; arch_bp_generic_fields() 203 *gen_type = HW_BREAKPOINT_W; arch_bp_generic_fields() 206 *gen_type = HW_BREAKPOINT_W | HW_BREAKPOINT_R; arch_bp_generic_fields() 190 arch_bp_generic_fields(int x86_len, int x86_type, int *gen_len, int *gen_type) arch_bp_generic_fields() argument
|
/linux-4.4.14/arch/arm64/include/asm/ |
H A D | hw_breakpoint.h | 113 int *gen_len, int *gen_type);
|
/linux-4.4.14/arch/arm64/kernel/ |
H A D | hw_breakpoint.c | 348 int *gen_len, int *gen_type) arch_bp_generic_fields() 353 *gen_type = HW_BREAKPOINT_X; arch_bp_generic_fields() 356 *gen_type = HW_BREAKPOINT_R; arch_bp_generic_fields() 359 *gen_type = HW_BREAKPOINT_W; arch_bp_generic_fields() 362 *gen_type = HW_BREAKPOINT_RW; arch_bp_generic_fields() 347 arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, int *gen_len, int *gen_type) arch_bp_generic_fields() argument
|
/linux-4.4.14/arch/arm/kernel/ |
H A D | ptrace.c | 521 int idx, gen_len, gen_type, implied_type, ret = 0; ptrace_sethbpregs() local 563 ret = arch_bp_generic_fields(ctrl, &gen_len, &gen_type); ptrace_sethbpregs() 567 if ((gen_type & implied_type) != gen_type) { ptrace_sethbpregs() 573 attr.bp_type = gen_type; ptrace_sethbpregs()
|
H A D | hw_breakpoint.c | 477 int *gen_len, int *gen_type) arch_bp_generic_fields() 482 *gen_type = HW_BREAKPOINT_X; arch_bp_generic_fields() 485 *gen_type = HW_BREAKPOINT_R; arch_bp_generic_fields() 488 *gen_type = HW_BREAKPOINT_W; arch_bp_generic_fields() 491 *gen_type = HW_BREAKPOINT_RW; arch_bp_generic_fields() 476 arch_bp_generic_fields(struct arch_hw_breakpoint_ctrl ctrl, int *gen_len, int *gen_type) arch_bp_generic_fields() argument
|
Completed in 255 milliseconds