Searched defs:stack1 (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Dsdt.c56 uintptr_t stack0, stack1, stack2, stack3, stack4; local
79 stack1 = stack[i++];
86 dtrace_probe(sdt->sdp_id, stack0, stack1,
H A Dfbt.c84 uintptr_t stack0, stack1, stack2, stack3, stack4; local
110 stack1 = stack[i++];
117 dtrace_probe(fbt->fbtp_id, stack0, stack1,
/vbox/src/recompiler/tests/
H A Dlinux-test.c427 uint8_t *stack1, *stack2; local
430 stack1 = malloc(STACK_SIZE);
431 pid1 = chk_error(clone(thread1_func, stack1 + STACK_SIZE,

Completed in 66 milliseconds