Module uaccess

Source
Expand description

Slices to user space memory regions.

C header: include/linux/uaccess.h

Structs§

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.

Type Aliases§

UserPtr
The type used for userspace addresses.