Module uaccess

Source
Expand description

Slices to user space memory regions.

C header: include/linux/uaccess.h

Structsยง

UserPtr
A pointer into userspace.
UserSlice
A pointer to an area in userspace memory, which can be either read-only or read-write.
UserSliceReader
A reader for UserSlice.
UserSliceWriter
A writer for UserSlice.