Searched refs:SCRATCH_SIZE (Results 1 – 2 of 2) sorted by relevance
175 #define SCRATCH_SIZE 96 macro178 #define _STACK_SIZE (stack_depth + SCRATCH_SIZE)1445 EMIT3(0x83, add_1reg(0xE8, IA32_EBP), SCRATCH_SIZE + 12); in emit_prologue()1479 EMIT3(0x83, add_1reg(0xC0, IA32_EBP), SCRATCH_SIZE + 12); in emit_epilogue()
110 #define SCRATCH_SIZE (BPF_JIT_SCRATCH_REGS * 4) macro352 #define _STACK_SIZE (ctx->prog->aux->stack_depth + SCRATCH_SIZE)1268 emit(ARM_SUB_I(ARM_IP, ARM_SP, SCRATCH_SIZE), ctx); in build_prologue()