Searched refs:STACKSIZE (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/x86/net/ |
D | bpf_jit_comp.c | 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() [all …]
|
/linux-4.4.14/arch/um/os-Linux/ |
D | main.c | 21 #define STACKSIZE (8 * 1024 * 1024) macro 34 if ((lim.rlim_cur == RLIM_INFINITY) || (lim.rlim_cur > STACKSIZE)) { in set_stklim() 35 lim.rlim_cur = STACKSIZE; in set_stklim()
|