Searched refs:SCRATCH_SIZE (Results 1 – 2 of 2) sorted by relevance
177 #define SCRATCH_SIZE 96 macro180 #define _STACK_SIZE (stack_depth + SCRATCH_SIZE)1222 EMIT3(0x83, add_1reg(0xE8, IA32_EBP), SCRATCH_SIZE + 12); in emit_prologue()1256 EMIT3(0x83, add_1reg(0xC0, IA32_EBP), SCRATCH_SIZE + 12); in emit_epilogue()
107 #define SCRATCH_SIZE (BPF_JIT_SCRATCH_REGS * 4) macro349 #define _STACK_SIZE (ctx->prog->aux->stack_depth + SCRATCH_SIZE)1282 emit(ARM_SUB_I(ARM_IP, ARM_SP, SCRATCH_SIZE), ctx); in build_prologue()