Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Delfload.c1969 #define STACK_ALIGNMENT 64 macro
2127 #ifndef STACK_ALIGNMENT
2128 #define STACK_ALIGNMENT 16 macro
2674 u_argc = QEMU_ALIGN_DOWN(sp - size, STACK_ALIGNMENT); in create_elf_tables()
2678 sp = QEMU_ALIGN_UP(sp + size, STACK_ALIGNMENT); in create_elf_tables()