Home
last modified time | relevance | path

Searched refs:trc (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/VEX/switchback/
Dswitchback.c517 HWord trc = run_translation_asm(); in run_translation() local
519 return trc; in run_translation()
732 HWord trc = run_translation(next_host); in run_simulator() local
733 if (0) printf("------- trc = %lu\n", trc); in run_simulator()
734 if (trc != VEX_TRC_JMP_BORING) { in run_simulator()
735 if (1) printf("------- trc = %lu\n", trc); in run_simulator()
737 assert(trc == VEX_TRC_JMP_BORING); in run_simulator()
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c1101 static void handle_syscall(ThreadId tid, UInt trc) in handle_syscall() argument
1118 SCHEDSETJMP(tid, jumped, VG_(client_syscall)(tid, trc)); in handle_syscall()
1335 HWord trc[2]; /* "two_words" */ in VG_() local
1336 run_thread_for_a_while( &trc[0], in VG_()
1341 const HChar *name = name_of_sched_event(trc[0]); in VG_()
1347 if (trc[0] == VEX_TRC_JMP_NOREDIR) { in VG_()
1378 handle_noredir_jump( &trc[0], in VG_()
1381 vg_assert(trc[0] != VEX_TRC_JMP_NOREDIR); in VG_()
1388 vg_assert(trc[0] != VG_TRC_INNER_COUNTERZERO); in VG_()
1395 vg_assert(trc[0] != VG_TRC_CHAIN_ME_TO_SLOW_EP in VG_()
[all …]
/external/valgrind/coregrind/
Dpub_core_syswrap.h47 extern void VG_(client_syscall) ( ThreadId tid, UInt trc );
/external/autotest/server/cros/chaos_lib/
Dchaos_analyzer_usage.txt21 Packet Capture File: connect_try_4_fail.trc
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-main.c461 /*IN*/ UInt trc ) in getSyscallArgsFromGuestState() argument
620 switch (trc) { in getSyscallArgsFromGuestState()
656 vg_assert(trc == VEX_TRC_JMP_SYS_SYSCALL); in getSyscallArgsFromGuestState()
733 switch (trc) { in getSyscallArgsFromGuestState()
768 switch (trc) { in getSyscallArgsFromGuestState()
1710 void VG_(client_syscall) ( ThreadId tid, UInt trc ) in VG_()
1821 getSyscallArgsFromGuestState( &sci->orig_args, &tst->arch.vex, trc ); in VG_()
/external/llvm/docs/
DCodeGenerator.rst1246 const TargetRegisterClass *trc = mf.getRegInfo().getRegClass(v_reg);
1247 return trc->contains(p_reg);