Home
last modified time | relevance | path

Searched defs:shmaddr (Results 1 – 2 of 2) sorted by path

/qemu/bsd-user/
H A Dbsd-mem.h349 static inline abi_long do_bsd_shmat(int shmid, abi_ulong shmaddr, int shmflg) in do_bsd_shmat()
405 static inline abi_long do_bsd_shmdt(abi_ulong shmaddr) in do_bsd_shmdt()
/qemu/linux-user/
H A Dmmap.c1247 abi_ulong shmaddr, int shmflg) in target_shmat()
1419 abi_long target_shmdt(abi_ulong shmaddr) in target_shmdt()