Home
last modified time | relevance | path

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

/openbmc/linux/net/bpfilter/
H A DKconfig21 when __init functions are called and do_execv won't be able to find
/openbmc/qemu/linux-user/
H A Dsyscall.c8563 static int do_execv(CPUArchState *cpu_env, int dirfd, in do_execv() function
9464 return do_execv(cpu_env, arg1, arg2, arg3, arg4, arg5, true); in _syscall2()
9466 return do_execv(cpu_env, AT_FDCWD, arg1, arg2, arg3, 0, false); in _syscall2()