Searched refs:stacksize (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/arch/x86/net/ |
D | bpf_jit_comp.c | 200 int stacksize = MAX_BPF_STACK + in do_jit() local 208 EMIT3_off32(0x48, 0x81, 0xEC, stacksize); in do_jit() 213 EMIT3_off32(0x48, 0x89, 0x9D, -stacksize); in do_jit() 224 EMIT3_off32(0x4C, 0x89, 0xAD, -stacksize + 8); in do_jit() 226 EMIT3_off32(0x4C, 0x89, 0xB5, -stacksize + 16); in do_jit() 228 EMIT3_off32(0x4C, 0x89, 0xBD, -stacksize + 24); in do_jit() 894 EMIT3_off32(0x48, 0x8B, 0x9D, -stacksize); in do_jit() 896 EMIT3_off32(0x4C, 0x8B, 0xAD, -stacksize + 8); in do_jit() 898 EMIT3_off32(0x4C, 0x8B, 0xB5, -stacksize + 16); in do_jit() 900 EMIT3_off32(0x4C, 0x8B, 0xBD, -stacksize + 24); in do_jit()
|
/linux-4.1.27/arch/arc/ |
D | Kconfig.debug | 8 If you say Y here the kernel will use a 16Kb stacksize for the
|
/linux-4.1.27/arch/metag/ |
D | Kconfig.debug | 13 If you say Y here the kernel will use a 4Kb stacksize for the
|
/linux-4.1.27/include/linux/netfilter/ |
D | x_tables.h | 222 unsigned int stacksize; member
|
/linux-4.1.27/arch/sh/ |
D | Kconfig.debug | 35 If you say Y here the kernel will use a 4Kb stacksize for the
|
/linux-4.1.27/net/netfilter/ |
D | x_tables.c | 767 i->stacksize *= xt_jumpstack_multiplier; in xt_jumpstack_alloc() 768 size = sizeof(void *) * i->stacksize; in xt_jumpstack_alloc()
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | ip6_tables.c | 418 if (*stackptr >= private->stacksize) { in ip6t_do_table() 835 ++newinfo->stacksize; in translate_table() 1760 ++newinfo->stacksize; in translate_compat_table()
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | ip_tables.c | 401 if (*stackptr >= private->stacksize) { in ipt_do_table() 822 ++newinfo->stacksize; in translate_table() 1747 ++newinfo->stacksize; in translate_compat_table()
|
D | arp_tables.c | 653 ++newinfo->stacksize; in translate_table() 1425 ++newinfo->stacksize; in translate_compat_table()
|
/linux-4.1.27/arch/s390/kernel/ |
D | entry.S | 108 .macro CHECK_STACK stacksize,savearea 110 tml %r15,\stacksize - CONFIG_STACK_GUARD
|
/linux-4.1.27/arch/m68k/ |
D | Kconfig.machine | 319 If you say Y here the kernel will use a 4Kb stacksize for the
|