HomeSort by relevance Sort by last modified time
    Searched refs:userptr_t (Results 1 - 25 of 43) sorted by null

1 2

  /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...]
segment.h 15 extern int prep_segment ( userptr_t segment, size_t filesz, size_t memsz );
umalloc.h 43 userptr_t urealloc ( userptr_t userptr, size_t new_size );
53 static inline __always_inline userptr_t umalloc ( size_t size ) {
64 static inline __always_inline void ufree ( userptr_t userptr ) {
blockdev.h 29 unsigned long count, userptr_t buffer );
40 unsigned long count, userptr_t buffer );
ramdisk.h 18 userptr_t data;
21 extern int init_ramdisk ( struct ramdisk *ramdisk, userptr_t data, size_t len,
posix_io.h 25 extern ssize_t read_user ( int fd, userptr_t buffer,
ata.h 150 userptr_t data_out;
156 userptr_t data_in;
image.h 39 userptr_t data;
48 userptr_t user;
  /external/syslinux/gpxe/src/include/gpxe/efi/
efi_uaccess.h 27 static inline __always_inline userptr_t
40 UACCESS_INLINE ( efi, user_to_phys ) ( userptr_t userptr, off_t offset ) {
44 static inline __always_inline userptr_t
50 UACCESS_INLINE ( efi, user_to_virt ) ( userptr_t userptr, off_t offset ) {
54 static inline __always_inline userptr_t
55 UACCESS_INLINE ( efi, userptr_add ) ( userptr_t userptr, off_t offset ) {
60 UACCESS_INLINE ( efi, memcpy_user ) ( userptr_t dest, off_t dest_off,
61 userptr_t src, off_t src_off,
67 UACCESS_INLINE ( efi, memmove_user ) ( userptr_t dest, off_t dest_off,
68 userptr_t src, off_t src_off
    [all...]
  /external/syslinux/gpxe/src/arch/i386/include/
librm.h 39 static inline __always_inline userptr_t
52 UACCESS_INLINE ( librm, user_to_phys ) ( userptr_t userptr, off_t offset ) {
56 static inline __always_inline userptr_t
62 UACCESS_INLINE ( librm, user_to_virt ) ( userptr_t userptr, off_t offset ) {
66 static inline __always_inline userptr_t
67 UACCESS_INLINE ( librm, userptr_add ) ( userptr_t userptr, off_t offset ) {
72 UACCESS_INLINE ( librm, memcpy_user ) ( userptr_t dest, off_t dest_off,
73 userptr_t src, off_t src_off,
79 UACCESS_INLINE ( librm, memmove_user ) ( userptr_t dest, off_t dest_off,
80 userptr_t src, off_t src_off
    [all...]
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
  /external/syslinux/gpxe/src/arch/i386/transitions/
librm_mgmt.c 26 uint16_t copy_user_to_rm_stack ( userptr_t data, size_t size ) {
27 userptr_t rm_stack;
41 void remove_user_from_rm_stack ( userptr_t data, size_t size ) {
43 userptr_t rm_stack = real_to_user ( rm_ss, rm_sp );
  /external/syslinux/gpxe/src/drivers/block/
ramdisk.c 46 unsigned long count, userptr_t buffer ) {
68 unsigned long count, userptr_t buffer ) {
85 int init_ramdisk ( struct ramdisk *ramdisk, userptr_t data, size_t len,
scsi.c 119 unsigned long count, userptr_t buffer ) {
144 unsigned long count, userptr_t buffer ) {
169 unsigned long count, userptr_t buffer ) {
194 unsigned long count, userptr_t buffer ) {
  /external/syslinux/gpxe/src/interface/efi/
efi_umalloc.c 44 static userptr_t efi_urealloc ( userptr_t old_ptr, size_t new_size ) {
48 userptr_t new_ptr = UNOWHERE;
  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
memtop_umalloc.c 50 static userptr_t top = UNULL;
53 static userptr_t bottom = UNULL;
137 static userptr_t memtop_urealloc ( userptr_t ptr, size_t new_size ) {
139 userptr_t new = ptr;
  /external/syslinux/gpxe/src/arch/i386/image/
comboot.c 70 static void comboot_copy_cmdline ( struct image * image, userptr_t seg_userptr ) {
104 static void comboot_init_psp ( struct image * image, userptr_t seg_userptr ) {
135 userptr_t seg_userptr = real_to_user ( COMBOOT_PSP_SEG, 0 );
251 userptr_t seg_userptr;
nbi.c 117 userptr_t dest, size_t filesz, size_t memsz ){
140 userptr_t dest, size_t filesz,
158 userptr_t dest,
164 userptr_t dest;
pxe_image.c 76 userptr_t buffer = real_to_user ( 0, 0x7c00 );
com32.c 200 userptr_t buffer;
225 userptr_t seg_userptr;
  /external/syslinux/gpxe/src/net/
cachedhcp.c 46 void store_cached_dhcpack ( userptr_t data, size_t len ) {
  /external/syslinux/gpxe/src/arch/i386/interface/syslinux/
comboot_call.c 97 userptr_t str = real_to_user ( segment, offset );
121 userptr_t src_u = phys_to_user ( shuf[ i ].src );
122 userptr_t dest_u = phys_to_user ( shuf[ i ].dest );
355 userptr_t cmd_u = real_to_user ( ix86->segs.es, ix86->regs.bx );
379 userptr_t file_u = real_to_user ( ix86->segs.es, ix86->regs.si );
419 userptr_t buf = real_to_user ( ix86->segs.es, ix86->regs.bx );
491 userptr_t hostname_u = real_to_user ( ix86->segs.es, ix86->regs.bx );
557 userptr_t file_u = real_to_user ( ix86->segs.ds, ix86->regs.si );
558 userptr_t cmd_u = real_to_user ( ix86->segs.es, ix86->regs.bx );
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_file.c 53 userptr_t filename;
147 userptr_t buffer;
209 userptr_t command;
  /external/syslinux/gpxe/src/image/
embedded.c 46 .data = ( userptr_t ) ( embedded_image_ ## _index ## _data ), \
72 * initialiser, so we cast the pointer to a userptr_t
segment.c 42 int prep_segment ( userptr_t segment, size_t filesz, size_t memsz ) {

Completed in 401 milliseconds

1 2