Home
last modified time | relevance | path

Searched refs:SCRATCH_SIZE (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/x86/net/
Dbpf_jit_comp32.c177 #define SCRATCH_SIZE 96 macro
180 #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()
/Linux-v5.4/arch/arm/net/
Dbpf_jit_32.c107 #define SCRATCH_SIZE (BPF_JIT_SCRATCH_REGS * 4) macro
349 #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()