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.c1082 static void handle_syscall(ThreadId tid, UInt trc) in handle_syscall() argument
1099 SCHEDSETJMP(tid, jumped, VG_(client_syscall)(tid, trc)); in handle_syscall()
1316 HWord trc[2]; /* "two_words" */ in VG_() local
1317 run_thread_for_a_while( &trc[0], in VG_()
1322 const HChar *name = name_of_sched_event(trc[0]); in VG_()
1328 if (trc[0] == VEX_TRC_JMP_NOREDIR) { in VG_()
1359 handle_noredir_jump( &trc[0], in VG_()
1362 vg_assert(trc[0] != VEX_TRC_JMP_NOREDIR); in VG_()
1369 vg_assert(trc[0] != VG_TRC_INNER_COUNTERZERO); in VG_()
1376 vg_assert(trc[0] != VG_TRC_CHAIN_ME_TO_SLOW_EP in VG_()
[all …]
/external/valgrind/coregrind/
Dpub_core_syswrap.h46 extern void VG_(client_syscall) ( ThreadId tid, UInt trc );
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-main.c407 /*IN*/ UInt trc ) in getSyscallArgsFromGuestState() argument
566 switch (trc) { in getSyscallArgsFromGuestState()
602 vg_assert(trc == VEX_TRC_JMP_SYS_SYSCALL); in getSyscallArgsFromGuestState()
1454 void VG_(client_syscall) ( ThreadId tid, UInt trc ) in VG_()
1565 getSyscallArgsFromGuestState( &sci->orig_args, &tst->arch.vex, trc ); in VG_()
/external/openssh/
Dkrl.c166 struct revoked_certs *rc, *trc; in ssh_krl_free() local
182 TAILQ_FOREACH_SAFE(rc, &krl->revoked_certs, entry, trc) { in ssh_krl_free()
/external/llvm/docs/
DCodeGenerator.rst1246 const TargetRegisterClass *trc = mf.getRegInfo().getRegClass(v_reg);
1247 return trc->contains(p_reg);