Statistics
| Branch: | Revision:

root / linux-user / openrisc @ fa2ef212

Name Size
syscall.h 667 Bytes
syscall_nr.h 12.9 kB
target_cpu.h 1.2 kB
target_signal.h 546 Bytes
target_structs.h 2.2 kB
termbits.h 10.4 kB

Latest revisions

# Date Author Comment
55a2b163 11/29/2013 11:42 am Petar Jovanovic

linux-user: create target_structs header to place ipc_perm and shmid_ds

Creating target_structs header in linux-user/$arch/ and making
target_ipc_perm and target_shmid_ds its first inhabitants.
The struct defintions may/should be further fine-tuned by arch maintainers....

442a59c8 07/22/2013 09:54 pm Peter Maydell

linux-user: Enable NPTL for OpenRISC

The OpenRISC kernel ignores CLONE_SETTLS in its copy_thread()
implementation, so a cpu_set_tls() implementation is a no-op.
cpu_clone_regs() was setting the syscall return value in the
wrong register -- it is gpr11, not gpr2. With these two...

6291ad77 07/09/2013 10:20 pm Peter Maydell

linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-user

The functions cpu_clone_regs() and cpu_set_tls() are not purely CPU
related -- they are specific to the TLS ABI for a a particular OS.
Move them into the linux-user/ tree where they belong....

a8720299 07/28/2012 12:13 am Jia Liu

target-or32: Add linux syscall, signal and termbits

Add OpenRISC linux syscall, signal and termbits.

Signed-off-by: Jia Liu <>
Signed-off-by: Blue Swirl <>

View revisions

Also available in: Atom