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

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/
H A DDxeIpl.h51 #define STACK_SIZE 0x20000 macro
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dbootpart.S6 #define STACK_SIZE 0x2000 define
21 /* Set up stack at STACK_SEG:STACK_SIZE */
24 movw $STACK_SIZE, %sp
/vbox/src/recompiler/tests/
H A Dlinux-test.c54 #define STACK_SIZE 16384 macro
430 stack1 = malloc(STACK_SIZE);
431 pid1 = chk_error(clone(thread1_func, stack1 + STACK_SIZE,
434 stack2 = malloc(STACK_SIZE);
435 pid2 = chk_error(clone(thread2_func, stack2 + STACK_SIZE,

Completed in 44 milliseconds