Paweł Dziepak 95e97463d2 kernel: add generic wrapper for accessing user memory
This patch adds user_access() which can be used to gracefully handle
page faults that may happen when accessing user memory. It is used
by arch_cpu_user{memcpy, memset, strlcpy}() to allow using optimized
functions from the standard library.

Currently only x64 uses this, but nothing really is arch specific here.

Signed-off-by: Paweł Dziepak <pdziepak@quarnos.org>
2014-09-14 22:39:07 +02:00
..
2014-01-17 04:06:15 +01:00
2014-01-03 19:44:57 +01:00
2014-08-09 20:18:05 +02:00
2013-11-08 02:41:26 +01:00
2013-11-08 02:41:26 +01:00