Lines Matching refs:ecu
1815 UInt ecu; in make_mem_undefined_w_tid_and_okind() local
1822 ecu = VG_(get_ECU_from_ExeContext)(here); in make_mem_undefined_w_tid_and_okind()
1823 tl_assert(VG_(is_plausible_ECU)(ecu)); in make_mem_undefined_w_tid_and_okind()
1824 MC_(make_mem_undefined_w_otag) ( a, len, ecu | okind ); in make_mem_undefined_w_tid_and_okind()
2787 static void VG_REGPARM(2) mc_new_mem_stack_4_w_ECU(Addr new_SP, UInt ecu) in mc_new_mem_stack_4_w_ECU() argument
2789 UInt otag = ecu | MC_OKIND_STACK; in mc_new_mem_stack_4_w_ECU()
2823 static void VG_REGPARM(2) mc_new_mem_stack_8_w_ECU(Addr new_SP, UInt ecu) in mc_new_mem_stack_8_w_ECU() argument
2825 UInt otag = ecu | MC_OKIND_STACK; in mc_new_mem_stack_8_w_ECU()
2868 static void VG_REGPARM(2) mc_new_mem_stack_12_w_ECU(Addr new_SP, UInt ecu) in mc_new_mem_stack_12_w_ECU() argument
2870 UInt otag = ecu | MC_OKIND_STACK; in mc_new_mem_stack_12_w_ECU()
2928 static void VG_REGPARM(2) mc_new_mem_stack_16_w_ECU(Addr new_SP, UInt ecu) in mc_new_mem_stack_16_w_ECU() argument
2930 UInt otag = ecu | MC_OKIND_STACK; in mc_new_mem_stack_16_w_ECU()
2987 static void VG_REGPARM(2) mc_new_mem_stack_32_w_ECU(Addr new_SP, UInt ecu) in mc_new_mem_stack_32_w_ECU() argument
2989 UInt otag = ecu | MC_OKIND_STACK; in mc_new_mem_stack_32_w_ECU()
3059 static void VG_REGPARM(2) mc_new_mem_stack_112_w_ECU(Addr new_SP, UInt ecu) in mc_new_mem_stack_112_w_ECU() argument
3061 UInt otag = ecu | MC_OKIND_STACK; in mc_new_mem_stack_112_w_ECU()
3134 static void VG_REGPARM(2) mc_new_mem_stack_128_w_ECU(Addr new_SP, UInt ecu) in mc_new_mem_stack_128_w_ECU() argument
3136 UInt otag = ecu | MC_OKIND_STACK; in mc_new_mem_stack_128_w_ECU()
3215 static void VG_REGPARM(2) mc_new_mem_stack_144_w_ECU(Addr new_SP, UInt ecu) in mc_new_mem_stack_144_w_ECU() argument
3217 UInt otag = ecu | MC_OKIND_STACK; in mc_new_mem_stack_144_w_ECU()
3302 static void VG_REGPARM(2) mc_new_mem_stack_160_w_ECU(Addr new_SP, UInt ecu) in mc_new_mem_stack_160_w_ECU() argument
3304 UInt otag = ecu | MC_OKIND_STACK; in mc_new_mem_stack_160_w_ECU()
3394 static void mc_new_mem_stack_w_ECU ( Addr a, SizeT len, UInt ecu ) in mc_new_mem_stack_w_ECU() argument
3396 UInt otag = ecu | MC_OKIND_STACK; in mc_new_mem_stack_w_ECU()
3483 UInt ecu; in convert_nia_to_ecu() local
3506 ecu = VG_(get_ECU_from_ExeContext)(ec); in convert_nia_to_ecu()
3507 tl_assert(VG_(is_plausible_ECU)(ecu)); in convert_nia_to_ecu()
3513 nia_to_ecu_cache[i].ecu0 = (UWord)ecu; in convert_nia_to_ecu()
3514 return ecu; in convert_nia_to_ecu()
3531 UInt ecu = convert_nia_to_ecu ( nia ); in MC_() local
3532 tl_assert(VG_(is_plausible_ECU)(ecu)); in MC_()
3533 otag = ecu | MC_OKIND_STACK; in MC_()
6338 UInt ecu; in handle_gdb_monitor_command() local
6383 ecu = otag & ~3; in handle_gdb_monitor_command()
6384 if (VG_(is_plausible_ECU)(ecu)) { in handle_gdb_monitor_command()
6385 origin_ec = VG_(get_ExeContext_from_ECU)( ecu ); in handle_gdb_monitor_command()