Add sys_vumap() kernel call
This new call is a vectored version of sys_umap(). It supports batch lookups, non-contiguous memory, faulting in memory, and basic access checks.
This commit is contained in:
@@ -21,6 +21,7 @@ SRCS+= \
|
||||
do_copy.c \
|
||||
do_umap.c \
|
||||
do_umap_remote.c \
|
||||
do_vumap.c \
|
||||
do_memset.c \
|
||||
do_setgrant.c \
|
||||
do_privctl.c \
|
||||
|
||||
Reference in New Issue
Block a user