Searched refs:target_shmat (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/linux-user/ |
H A D | user-mmap.h | 61 abi_ulong target_shmat(CPUArchState *cpu_env, int shmid,
|
H A D | mmap.c | 1290 abi_ulong target_shmat(CPUArchState *cpu_env, int shmid, in target_shmat() function
|
H A D | syscall.c | 4585 raddr = target_shmat(cpu_env, first, ptr, second); in do_ipc() 11128 return target_shmat(cpu_env, arg1, arg2, arg3); in _syscall2()
|