Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/net/
H A Dbpf_jit_32.c354 #define STACK_ALIGNMENT 8 macro
357 #define STACK_ALIGNMENT 4 macro
362 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT)
/openbmc/qemu/linux-user/
H A Delfload.c1888 #define STACK_ALIGNMENT 64 macro
2046 #ifndef STACK_ALIGNMENT
2047 #define STACK_ALIGNMENT 16 macro
2585 u_argc = QEMU_ALIGN_DOWN(sp - size, STACK_ALIGNMENT); in create_elf_tables()
2589 sp = QEMU_ALIGN_UP(sp + size, STACK_ALIGNMENT); in create_elf_tables()
/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp32.c172 #define STACK_ALIGNMENT 8 macro
183 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT)