Lines Matching refs:STACKSIZE
191 #define STACKSIZE \ macro
210 EMIT3_off32(0x48, 0x81, 0xEC, STACKSIZE); in emit_prologue()
215 EMIT3_off32(0x48, 0x89, 0x9D, -STACKSIZE); in emit_prologue()
226 EMIT3_off32(0x4C, 0x89, 0xAD, -STACKSIZE + 8); in emit_prologue()
228 EMIT3_off32(0x4C, 0x89, 0xB5, -STACKSIZE + 16); in emit_prologue()
230 EMIT3_off32(0x4C, 0x89, 0xBD, -STACKSIZE + 24); in emit_prologue()
237 EMIT3_off32(0x48, 0x89, 0x85, -STACKSIZE + 32); in emit_prologue()
279 EMIT2_off32(0x8B, 0x85, -STACKSIZE + 36); /* mov eax, dword ptr [rbp - 516] */ in emit_bpf_tail_call()
285 EMIT2_off32(0x89, 0x85, -STACKSIZE + 36); /* mov dword ptr [rbp - 516], eax */ in emit_bpf_tail_call()
1000 EMIT3_off32(0x48, 0x8B, 0x9D, -STACKSIZE); in do_jit()
1002 EMIT3_off32(0x4C, 0x8B, 0xAD, -STACKSIZE + 8); in do_jit()
1004 EMIT3_off32(0x4C, 0x8B, 0xB5, -STACKSIZE + 16); in do_jit()
1006 EMIT3_off32(0x4C, 0x8B, 0xBD, -STACKSIZE + 24); in do_jit()