Searched hist:"7 ad439df5616fd1854a58ef7bf87c7a092cd34ce" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/hppa/ |
H A D | translate.c | diff 7ad439df5616fd1854a58ef7bf87c7a092cd34ce Thu Dec 15 15:55:46 CST 2016 Richard Henderson <rth@twiddle.net> target-hppa: Implement linux-user gateway page
For linux, page 0 is mapped as an execute-only gateway. A gateway page is a special bit in the page table that allows a B,GATE insn within that page to raise processor permissions. This is how system calls are implemented for HPPA.
Rather than actually map anything here, or handle permissions at all, implement the semantics of the actual linux syscall entry points.
Signed-off-by: Richard Henderson <rth@twiddle.net>
|