Searched refs:STACK_ALIGN (Results 1 – 9 of 9) sorted by relevance
| /arch/riscv/include/asm/ |
| A D | processor.h | 37 #define STACK_ALIGN 16 macro 142 - ALIGN(sizeof(struct pt_regs), STACK_ALIGN)))
|
| /arch/loongarch/vdso/ |
| A D | vgetrandom-chacha.S | 85 PTR_ADDI sp, sp, (-SZREG * 10) & STACK_ALIGN 250 PTR_ADDI sp, sp, -((-SZREG * 10) & STACK_ALIGN)
|
| /arch/loongarch/include/asm/ |
| A D | asm.h | 35 #define STACK_ALIGN ~(0xf) macro
|
| /arch/loongarch/kernel/ |
| A D | process.c | 339 return sp & STACK_ALIGN; in arch_align_stack()
|
| /arch/riscv/kernel/ |
| A D | asm-offsets.c | 492 DEFINE(PT_SIZE_ON_STACK, ALIGN(sizeof(struct pt_regs), STACK_ALIGN)); in asm_offsets() 498 DEFINE(STACKFRAME_SIZE_ON_STACK, ALIGN(sizeof(struct stackframe), STACK_ALIGN)); in asm_offsets() 509 DEFINE(FREGS_SIZE_ON_STACK, ALIGN(sizeof(struct __arch_ftrace_regs), STACK_ALIGN)); in asm_offsets()
|
| /arch/parisc/net/ |
| A D | bpf_jit_comp64.c | 56 #define STACK_ALIGN FRAME_SIZE macro 1114 bpf_stack_adjust = round_up(bpf_stack_adjust, STACK_ALIGN); in bpf_jit_build_prologue() 1117 stack_adjust = round_up(stack_adjust, STACK_ALIGN); in bpf_jit_build_prologue()
|
| A D | bpf_jit_comp32.c | 63 #define STACK_ALIGN FRAME_SIZE macro 891 const int offset_sp = 2 * STACK_ALIGN; in emit_call() 1484 bpf_stack_adjust = round_up(bpf_stack_adjust, STACK_ALIGN); in bpf_jit_build_prologue() 1493 stack_adjust = round_up(stack_adjust, STACK_ALIGN); in bpf_jit_build_prologue()
|
| /arch/riscv/net/ |
| A D | bpf_jit_comp64.c | 1107 stack_size = round_up(stack_size, STACK_ALIGN); in __arch_prepare_bpf_trampoline() 2138 bpf_stack_adjust = round_up(ctx->prog->aux->stack_depth, STACK_ALIGN); in bpf_jit_build_prologue() 2160 stack_adjust = round_up(stack_adjust, STACK_ALIGN); in bpf_jit_build_prologue()
|
| A D | bpf_jit_comp32.c | 1309 round_up(ctx->prog->aux->stack_depth, STACK_ALIGN); in bpf_jit_build_prologue() 1318 stack_adjust = round_up(stack_adjust, STACK_ALIGN); in bpf_jit_build_prologue()
|
Completed in 31 milliseconds