Home
last modified time | relevance | path

Searched refs:hw_global_breakpoint_enabled (Results 1 – 13 of 13) sorted by relevance

/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/tcg/sysemu/
H A Dbpt_helper.c32 static inline bool hw_global_breakpoint_enabled(unsigned long dr7, int index) in hw_global_breakpoint_enabled() function
39 return hw_global_breakpoint_enabled(dr7, index) || in hw_breakpoint_enabled()
/dports/emulators/qemu/qemu-6.2.0/target/i386/tcg/sysemu/
H A Dbpt_helper.c32 static inline bool hw_global_breakpoint_enabled(unsigned long dr7, int index) in hw_global_breakpoint_enabled() function
39 return hw_global_breakpoint_enabled(dr7, index) || in hw_breakpoint_enabled()
/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/
H A Dbpt_helper.c32 static inline bool hw_global_breakpoint_enabled(unsigned long dr7, int index) in hw_global_breakpoint_enabled() function
39 return hw_global_breakpoint_enabled(dr7, index) || in hw_breakpoint_enabled()
/dports/emulators/qemu5/qemu-5.2.0/target/i386/
H A Dbpt_helper.c32 static inline bool hw_global_breakpoint_enabled(unsigned long dr7, int index) in hw_global_breakpoint_enabled() function
39 return hw_global_breakpoint_enabled(dr7, index) || in hw_breakpoint_enabled()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/
H A Dbpt_helper.c32 static inline bool hw_global_breakpoint_enabled(unsigned long dr7, int index) in hw_global_breakpoint_enabled() function
39 return hw_global_breakpoint_enabled(dr7, index) || in hw_breakpoint_enabled()
/dports/emulators/qemu42/qemu-4.2.1/target/i386/
H A Dbpt_helper.c32 static inline bool hw_global_breakpoint_enabled(unsigned long dr7, int index) in hw_global_breakpoint_enabled() function
39 return hw_global_breakpoint_enabled(dr7, index) || in hw_breakpoint_enabled()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dbpt_helper.c32 static inline bool hw_global_breakpoint_enabled(unsigned long dr7, int index) in hw_global_breakpoint_enabled() function
39 return hw_global_breakpoint_enabled(dr7, index) || in hw_breakpoint_enabled()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/
H A Dbpt_helper.c32 static inline bool hw_global_breakpoint_enabled(unsigned long dr7, int index) in hw_global_breakpoint_enabled() function
39 return hw_global_breakpoint_enabled(dr7, index) || in hw_breakpoint_enabled()
/dports/emulators/qemu60/qemu-6.0.0/target/i386/tcg/
H A Dbpt_helper.c33 static inline bool hw_global_breakpoint_enabled(unsigned long dr7, int index) in hw_global_breakpoint_enabled() function
40 return hw_global_breakpoint_enabled(dr7, index) || in hw_breakpoint_enabled()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dcpu.h1168 static inline bool hw_global_breakpoint_enabled(unsigned long dr7, int index) in hw_global_breakpoint_enabled() function
1175 return hw_global_breakpoint_enabled(dr7, index) || in hw_breakpoint_enabled()
H A Dseg_helper.c481 !hw_global_breakpoint_enabled(env->dr[7], i)) { in switch_tss()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dcpu.h1168 static inline bool hw_global_breakpoint_enabled(unsigned long dr7, int index) in hw_global_breakpoint_enabled() function
1175 return hw_global_breakpoint_enabled(dr7, index) || in hw_breakpoint_enabled()
H A Dseg_helper.c481 !hw_global_breakpoint_enabled(env->dr[7], i)) { in switch_tss()