Home
last modified time | relevance | path

Searched full:alloca (Results 1 – 21 of 21) sorted by relevance

/linux/tools/testing/selftests/signal/
H A Dsas.c16 #include <alloca.h>
55 aa = alloca(1024); in my_usr1()
86 aa = alloca(1024); in my_usr2()
/linux/scripts/gcc-plugins/
H A Dstackleak_plugin.c13 * - after alloca();
168 * __sanitizer_cov_stack_depth() call after alloca() and into the beginning
204 fprintf(stderr, "stackleak: be careful, alloca() in %s()\n", in stackleak_instrument_execute()
208 /* Insert __sanitizer_cov_stack_depth() call after alloca() */ in stackleak_instrument_execute()
393 * which don't call alloca() and don't have a large enough stack frame size.
401 * Leave stack tracking in functions that call alloca(). in stackleak_cleanup_execute()
406 * that in fact don't use alloca(). in stackleak_cleanup_execute()
/linux/tools/testing/selftests/bpf/map_tests/
H A Dlpm_trie_map_basic_ops.c246 data = alloca(keysize); in test_lpm_map()
249 value = alloca(keysize + 1); in test_lpm_map()
252 key = alloca(sizeof(*key) + keysize); in test_lpm_map()
362 key_ipv4 = alloca(key_size_ipv4); in test_lpm_ipaddr()
363 key_ipv6 = alloca(key_size_ipv6); in test_lpm_ipaddr()
450 key = alloca(key_size); in test_lpm_delete()
559 key_p = alloca(key_size); in test_lpm_get_next_key()
560 next_key_p = alloca(key_size); in test_lpm_get_next_key()
717 key_p = alloca(key_size); in lpm_test_command()
738 struct bpf_lpm_trie_key_u8 *next_key_p = alloca(key_size); in lpm_test_command()
/linux/samples/vfs/
H A Dmountinfo.c12 #include <alloca.h>
131 struct statmount *buf = alloca(STATMOUNT_BUFSIZE); in dump_mountinfo()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_lsm.c
H A Duprobe_syscall.c735 threads = alloca(sizeof(*threads) * nr_threads); in test_uprobe_race()
/linux/tools/testing/selftests/kvm/lib/x86/
H A Dsev.c194 measurement = alloca(256); in vm_sev_launch()
/linux/mm/kasan/
H A Dgeneric.c300 /* Emitted by compiler to poison alloca()ed objects. */
323 /* Emitted by compiler to unpoison alloca()ed areas when the stack unwinds. */
H A Dkasan.h167 /* alloca redzone shadow values. */
171 /* alloca redzone size. Compiler ABI, do not change. */
H A Dreport_generic.c118 bug_type = "alloca-out-of-bounds"; in get_shadow_bug_type()
/linux/samples/bpf/
H A Dxdp_router_ipv4_user.c165 prefix_key = alloca(sizeof(*prefix_key) + 4); in read_route()
166 prefix_value = alloca(sizeof(*prefix_value)); in read_route()
H A Dmap_perf_test_user.c378 key = alloca(sizeof(*key) + 4); in fill_lpm_trie()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dsock.c2 #include <alloca.h>
656 buf = alloca(buf_sz); in test_client_loop()
/linux/scripts/genksyms/
H A Dgenksyms.c520 b = alloca(elem * sizeof(*e)); in print_list()
548 b = alloca(elem * sizeof(*e)); in expand_and_crc_sym()
/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_diag.c280 info = alloca(sizeof(*info)); in parse_nlmsg()
/linux/arch/xtensa/kernel/
H A Dentry.S969 * Fast-handler for alloca exceptions
971 * The ALLOCA handler is entered when user code executes the MOVSP
980 * the next window needs to be loaded. In fact this ALLOCA exception may be
/linux/lib/crypto/arm/
H A Dsha256-armv4.pl232 sub sp,sp,#16*4 @ alloca(X[16])
477 mov sp,$H @ alloca
/linux/tools/testing/selftests/filesystems/statmount/
H A Dstatmount_test.c
/linux/Documentation/translations/it_IT/kernel-hacking/
H A Dhacking.rst340 Alloca memoria per il DMA sul bus ISA nello spazio d'indirizzamento
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dmain.c901 "Tx: cannot alloca new_skb\n"); in mwifiex_hard_start_xmit()
/linux/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_regs.h669 /* Flow Control Descriptor Buffer Alloca Threshold register */