HomeSort by relevance Sort by last modified time
    Searched defs:userptr_t (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
uaccess.h 12 * simple void * pointer. The @c userptr_t type encapsulates the
17 * Note that userptr_t is an opaque type; in particular, performing
18 * arithmetic upon a userptr_t is not allowed.
33 typedef unsigned long userptr_t; typedef
36 #define UNULL ( ( userptr_t ) 0 )
54 static inline __always_inline userptr_t
56 return ( ( userptr_t ) addr );
69 trivial_user_to_virt ( userptr_t userptr, off_t offset ) {
80 static inline __always_inline userptr_t
81 trivial_userptr_add ( userptr_t userptr, off_t offset )
    [all...]
  /external/syslinux/gpxe/src/arch/i386/include/
libkir.h 159 typedef uint32_t userptr_t; typedef
170 copy_to_user ( userptr_t buffer, off_t offset, const void *src, size_t len ) {
184 copy_from_user ( void *dest, userptr_t buffer, off_t offset, size_t len ) {
196 static inline __attribute__ (( always_inline )) userptr_t
209 * that expects a @c userptr_t.
211 static inline __attribute__ (( always_inline )) userptr_t

Completed in 59 milliseconds