linux/drivers/lguest/x86
Rusty Russell c565650b10 lguest: send trap 13 through to userspace.
We copy 7 bytes at eip for userspace's instruction decode; we have to
carefully handle the case where eip is at the end of a page.  We can't
leave this to userspace since kernel has all the page table decode
logic.

The decode logic moves to userspace, basically unchanged.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-02-11 16:47:31 +10:30
..
core.c lguest: send trap 13 through to userspace. 2015-02-11 16:47:31 +10:30
switcher_32.S lguest: update commentry 2009-07-30 16:03:46 +09:30