Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/i386/
H A Dtarget_cpu.h36 abi_long do_arch_prctl(CPUX86State *env, int code, abi_ulong addr);
49 do_arch_prctl(env, TARGET_ARCH_SET_FS, newtls); in cpu_set_tls()
/openbmc/qemu/linux-user/
H A Dsyscall.c6218 abi_long do_arch_prctl(CPUX86State *env, int code, abi_ulong addr) in do_arch_prctl() function
6223 abi_long do_arch_prctl(CPUX86State *env, int code, abi_ulong addr) in do_arch_prctl() function
11383 return do_arch_prctl(cpu_env, arg1, arg2); in _syscall2()