Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Dsyscall.c6057 static abi_long do_modify_ldt(CPUX86State *env, int func, abi_ulong ptr, in do_modify_ldt() function
11086 return do_modify_ldt(cpu_env, arg1, arg2, arg3); in _syscall2()