Searched refs:hw_breakpoint_type (Results 1 – 4 of 4) sorted by relevance
43 static inline int hw_breakpoint_type(unsigned long dr7, int index) in hw_breakpoint_type() function61 switch (hw_breakpoint_type(dr7, index)) { in hw_breakpoint_insert()102 switch (hw_breakpoint_type(env->dr[7], index)) { in hw_breakpoint_remove()149 } else if (hw_breakpoint_type(new_dr7, i) == DR7_TYPE_IO_RW in cpu_x86_update_dr7()178 switch (hw_breakpoint_type(env->dr[7], reg)) { in check_hw_breakpoints()274 && hw_breakpoint_type(env->dr[7], reg) != DR7_TYPE_IO_RW) { in helper_set_dr()301 if (hw_breakpoint_type(dr7, i) == DR7_TYPE_IO_RW in helper_bpt_io()
47 static inline int hw_breakpoint_type(struct perf_event *bp) in hw_breakpoint_type() function
784 if (!(access & hw_breakpoint_type(wp))) in watchpoint_handler()
763 if (!(access & hw_breakpoint_type(wp))) in watchpoint_handler()