Searched refs:wp_check_constraints (Results 1 – 4 of 4) sorted by relevance
/linux/arch/powerpc/include/asm/ |
A D | hw_breakpoint.h | 59 bool wp_check_constraints(struct pt_regs *regs, struct ppc_inst instr,
|
/linux/arch/powerpc/kernel/ |
A D | hw_breakpoint_constraints.c | 83 bool wp_check_constraints(struct pt_regs *regs, struct ppc_inst instr, in wp_check_constraints() function
|
A D | hw_breakpoint.c | 646 if (wp_check_constraints(regs, instr, ea, type, size, info[i])) { in hw_breakpoint_handler()
|
A D | process.c | 656 if (wp_check_constraints(regs, instr, ea, type, size, info)) { in do_break_handler()
|
Completed in 11 milliseconds