Searched defs:userptr_t (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/include/gpxe/
H A Duaccess.h12 * 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 userpt
[all...]
/external/syslinux/gpxe/src/arch/i386/include/
H A Dlibkir.h159 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 192 milliseconds