Home
last modified time | relevance | path

Searched refs:STACK_SIZE (Results 1 – 2 of 2) sorted by relevance

/qemu/pc-bios/s390-ccw/
H A Dstart.S13 #define STACK_SIZE 0x8000 macro
19 larl %r15,stack + STACK_SIZE - STACK_FRAME_SIZE /* Set up stack */
133 .space STACK_SIZE
134 .size stack,STACK_SIZE
/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c45 #define STACK_SIZE 16384 macro
412 stack1 = malloc(STACK_SIZE); in test_clone()
413 pid1 = chk_error(clone(thread1_func, stack1 + STACK_SIZE, in test_clone()
418 stack2 = malloc(STACK_SIZE); in test_clone()
419 pid2 = chk_error(clone(thread2_func, stack2 + STACK_SIZE, in test_clone()