Home
last modified time | relevance | path

Searched refs:VEX_GUEST_PPC64_REDIR_STACK_SIZE (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/VEX/pub/
Dlibvex_guest_ppc64.h85 #define VEX_GUEST_PPC64_REDIR_STACK_SIZE (16/*entries*/ * 2/*words per entry*/) macro
263 /* 1384 */ ULong guest_REDIR_STACK[VEX_GUEST_PPC64_REDIR_STACK_SIZE];
/external/valgrind/main/coregrind/
Dm_translate.c904 Int stack_size = VEX_GUEST_PPC64_REDIR_STACK_SIZE; in gen_PUSH()
995 Int stack_size = VEX_GUEST_PPC64_REDIR_STACK_SIZE; in gen_POP()
Dm_stacktrace.c461 redir_stack_size = VEX_GUEST_PPC64_REDIR_STACK_SIZE; in VG_()
/external/valgrind/main/VEX/priv/
Dguest_ppc_helpers.c658 for (i = 0; i < VEX_GUEST_PPC64_REDIR_STACK_SIZE; i++) in LibVEX_GuestPPC64_initialise()
/external/valgrind/main/memcheck/
Dmc_machine.c962 && arr->nElems == VEX_GUEST_PPC64_REDIR_STACK_SIZE) in MC_()