Searched refs:STACK_SIZE (Results 1 – 12 of 12) sorted by relevance
| /arch/sh/boot/compressed/ |
| A D | misc.c | 121 #define STACK_SIZE (4096) macro 122 long __attribute__ ((aligned(stackalign))) user_stack[STACK_SIZE]; 123 long *stack_start = &user_stack[STACK_SIZE];
|
| /arch/xtensa/lib/ |
| A D | usercopy.S | 64 #define STACK_SIZE 4 macro 66 #define STACK_SIZE 0 macro 68 abi_entry(STACK_SIZE) 83 abi_ret(STACK_SIZE) 135 abi_ret(STACK_SIZE) 195 abi_ret(STACK_SIZE) 283 abi_ret(STACK_SIZE) 301 abi_ret(STACK_SIZE)
|
| /arch/xtensa/boot/boot-redboot/ |
| A D | bootstrap.S | 29 #define STACK_SIZE 32768 macro 163 movi a1, _stack + STACK_SIZE 249 .comm _stack, STACK_SIZE
|
| /arch/alpha/lib/ |
| A D | dbg_stackkill.S | 23 lda $2, -STACK_SIZE
|
| /arch/x86/boot/ |
| A D | main.c | 123 stack_end = (char *) (current_stack_pointer - STACK_SIZE); in init_heap()
|
| A D | boot.h | 17 #define STACK_SIZE 1024 /* Minimum number of bytes for stack */ macro
|
| /arch/arm/common/ |
| A D | bL_switcher.c | 120 #define STACK_SIZE 512 macro 128 stack += clusterid * STACK_SIZE + STACK_SIZE; in bL_switchpoint()
|
| /arch/s390/ |
| A D | Makefile | 39 STACK_SIZE := $(if $(CONFIG_KASAN),65536,$(if $(CONFIG_KMSAN),65536,16384)) macro
|
| /arch/x86/crypto/ |
| A D | sm3-avx-asm_64.S | 141 #define STACK_SIZE (STACK_REG_SAVE + STACK_REG_SAVE_SIZE) macro 344 subq $STACK_SIZE, %rsp;
|
| /arch/arm64/crypto/ |
| A D | sm3-neon-core.S | 31 #define STACK_SIZE (STACK_W + STACK_W_SIZE) macro 368 sub addr0, sp, #STACK_SIZE
|
| /arch/x86/net/ |
| A D | bpf_jit_comp32.c | 183 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro 1221 EMIT2_off32(0x81, 0xEC, STACK_SIZE); in emit_prologue()
|
| /arch/arm/net/ |
| A D | bpf_jit_32.c | 405 #define STACK_SIZE ALIGN(_STACK_SIZE, STACK_ALIGNMENT) macro 1547 ctx->stack_size = imm8m(STACK_SIZE); in build_prologue()
|
Completed in 27 milliseconds