Home
last modified time | relevance | path

Searched refs:hw_breakpoint_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/i386/tcg/sysemu/
H A Dbpt_helper.c43 static inline int hw_breakpoint_type(unsigned long dr7, int index) in hw_breakpoint_type() function
61 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()
/openbmc/linux/include/linux/
H A Dhw_breakpoint.h47 static inline int hw_breakpoint_type(struct perf_event *bp) in hw_breakpoint_type() function
/openbmc/linux/arch/arm64/kernel/
H A Dhw_breakpoint.c784 if (!(access & hw_breakpoint_type(wp))) in watchpoint_handler()
/openbmc/linux/arch/arm/kernel/
H A Dhw_breakpoint.c763 if (!(access & hw_breakpoint_type(wp))) in watchpoint_handler()