Lines Matching refs:userspace
14 most traditional and most obvious interaction points between userspace and the
23 userspace that something has happened, then returning a new file
24 descriptor for the relevant object allows userspace to use
34 debugfs, as this is not considered a 'production' interface to userspace.
63 system call. To make sure that userspace programs can safely use flags
78 u32 size; /* userspace sets p->size = sizeof(struct xyzzy_params) */
88 - To cope with a later userspace program calling an older kernel, the kernel
91 - To cope with an older userspace program calling a newer kernel, the kernel
102 If your new system call allows userspace to refer to a kernel object, it
104 new type of userspace object handle when the kernel already has mechanisms and
109 on the new FD. This makes it possible for userspace to close the timing
119 normal way for the kernel to indicate to userspace that an event has
130 This allows more flexibility for how userspace specifies the file in question;
131 in particular it allows userspace to request the functionality for an
177 - A demonstration of the use of the new system call in userspace via a
263 the userspace program is itself 32-bit; even if the system call's parameters
269 The first is if the 64-bit kernel also supports 32-bit userspace programs, and
351 column to indicate that a 32-bit userspace program running on a 64-bit kernel
454 involves a new userspace-visible structure, the corresponding header will need