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

/external/valgrind/VEX/pub/
H A Dlibvex_guest_ppc64.h84 #define VEX_GUEST_PPC64_REDIR_STACK_SIZE (16/*entries*/ * 2/*words per entry*/) macro
272 /* 1384 */ ULong guest_REDIR_STACK[VEX_GUEST_PPC64_REDIR_STACK_SIZE];
/external/valgrind/coregrind/
H A Dm_translate.c1022 Int stack_size = VEX_GUEST_PPC64_REDIR_STACK_SIZE;
1116 Int stack_size = VEX_GUEST_PPC64_REDIR_STACK_SIZE;
H A Dm_stacktrace.c754 redir_stack_size = VEX_GUEST_PPC64_REDIR_STACK_SIZE;
/external/valgrind/VEX/priv/
H A Dguest_ppc_helpers.c688 for (i = 0; i < VEX_GUEST_PPC64_REDIR_STACK_SIZE; i++)
/external/valgrind/memcheck/
H A Dmc_machine.c1293 && arr->nElems == VEX_GUEST_PPC64_REDIR_STACK_SIZE)

Completed in 131 milliseconds