Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/
H A Duser-mmap.h61 abi_ulong target_shmat(CPUArchState *cpu_env, int shmid,
H A Dmmap.c1290 abi_ulong target_shmat(CPUArchState *cpu_env, int shmid, in target_shmat() function
H A Dsyscall.c4585 raddr = target_shmat(cpu_env, first, ptr, second); in do_ipc()
11128 return target_shmat(cpu_env, arg1, arg2, arg3); in _syscall2()