Searched refs:SimHintiS (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/coregrind/ |
D | pub_core_options.h | 233 #define SimHintiS(h,s) (((s) & SimHint2S(h)) != 0) macro
|
D | m_translate.c | 1704 = SimHintiS(SimHint_fallback_llsc, VG_(clo_sim_hints)); in VG_() 1711 SimHintiS(SimHint_fallback_llsc, VG_(clo_sim_hints)) in VG_()
|
D | m_libcprint.c | 964 && !SimHintiS(SimHint_no_inner_prefix, VG_(clo_sim_hints))) { in add_to__vmessage_buf()
|
D | m_redir.c | 510 SimHintiS(SimHint_no_nptl_pthread_stackcache, VG_(clo_sim_hints)) in VG_()
|
/external/valgrind/coregrind/m_syswrap/ |
D | priv_types_n_macros.h | 379 if (SimHintiS(SimHint_fuse_compatible, VG_(clo_sim_hints))) \
|
D | syswrap-generic.c | 3625 if (SimHintiS(SimHint_lax_ioctls, VG_(clo_sim_hints))) { in ML_() 4054 && SimHintiS(SimHint_enable_outer, VG_(clo_sim_hints))) in PRE()
|
D | syswrap-solaris.c | 8992 if (SimHintiS(SimHint_lax_doors, VG_(clo_sim_hints))) { 9189 if (SimHintiS(SimHint_lax_doors, VG_(clo_sim_hints))) {
|
/external/valgrind/coregrind/m_scheduler/ |
D | scheduler.c | 1254 if (SimHintiS(SimHint_no_nptl_pthread_stackcache, VG_(clo_sim_hints)) in VG_()
|