Home
last modified time | relevance | path

Searched refs:VG_TRC_CHAIN_ME_TO_SLOW_EP (Results 1 – 16 of 16) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_dispatch_asm.h58 #define VG_TRC_CHAIN_ME_TO_SLOW_EP 49 /* TRC only; chain to slow EP */ macro
/external/valgrind/coregrind/m_dispatch/
Ddispatch-mips32-linux.S151 li $2, VG_TRC_CHAIN_ME_TO_SLOW_EP
Ddispatch-mips64-linux.S151 li $2, VG_TRC_CHAIN_ME_TO_SLOW_EP
Ddispatch-x86-linux.S176 movl $VG_TRC_CHAIN_ME_TO_SLOW_EP, %eax
Ddispatch-arm-linux.S127 mov r1, #VG_TRC_CHAIN_ME_TO_SLOW_EP
Ddispatch-x86-solaris.S176 movl $VG_TRC_CHAIN_ME_TO_SLOW_EP, %eax
Ddispatch-x86-darwin.S175 movl $VG_TRC_CHAIN_ME_TO_SLOW_EP, %eax
Ddispatch-arm64-linux.S144 mov x1, #VG_TRC_CHAIN_ME_TO_SLOW_EP
Ddispatch-amd64-linux.S183 movq $VG_TRC_CHAIN_ME_TO_SLOW_EP, %rax
Ddispatch-amd64-solaris.S183 movq $VG_TRC_CHAIN_ME_TO_SLOW_EP, %rax
Ddispatch-amd64-darwin.S182 movq $VG_TRC_CHAIN_ME_TO_SLOW_EP, %rax
Ddispatch-s390x-linux.S185 lghi %r0,VG_TRC_CHAIN_ME_TO_SLOW_EP
Ddispatch-ppc32-linux.S411 li 6, VG_TRC_CHAIN_ME_TO_SLOW_EP
Ddispatch-ppc64be-linux.S410 li 6, VG_TRC_CHAIN_ME_TO_SLOW_EP
Ddispatch-ppc64le-linux.S449 li 6, VG_TRC_CHAIN_ME_TO_SLOW_EP
/external/valgrind/coregrind/m_scheduler/
Dscheduler.c231 case VG_TRC_CHAIN_ME_TO_SLOW_EP: return "CHAIN_ME_SLOW"; in name_of_sched_event()
1032 if (two_words[0] == VG_TRC_CHAIN_ME_TO_SLOW_EP in run_thread_for_a_while()
1403 vg_assert(trc[0] != VG_TRC_CHAIN_ME_TO_SLOW_EP in VG_()
1420 case VG_TRC_CHAIN_ME_TO_SLOW_EP: { in VG_()