qemu-e2k/linux-user/cris
Tom Musta 6f6a40328b linux-user: Support target-to-host translation of mlockall argument
The argument to the mlockall system call is not necessarily the same on
all platforms and thus may require translation prior to passing to the
host.

For example, PowerPC 64 bit platforms define values for MCL_CURRENT
(0x2000) and MCL_FUTURE (0x4000) which are different from Intel platforms
(0x1 and 0x2, respectively)

Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
2014-08-22 15:06:35 +03:00
..
syscall.h linux-user: Support target-to-host translation of mlockall argument 2014-08-22 15:06:35 +03:00
syscall_nr.h linux-user: sync syscall numbers upto 3.13 2014-02-18 16:45:55 +02:00
target_cpu.h linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user 2013-07-09 21:20:28 +02:00
target_signal.h Revert "Get rid of _t suffix" 2009-10-01 16:12:16 -05:00
target_structs.h linux-user: create target_structs header to place ipc_perm and shmid_ds 2013-11-29 11:42:04 +02:00
termbits.h Remove unnecessary trailing newlines 2008-12-13 09:32:43 +00:00