Home
last modified time | relevance | path

Searched refs:user_to_phys (Results 1 – 14 of 14) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
Dmemtop_umalloc.c103 user_to_phys ( top, 0 ) ); in init_eheap()
120 DBG ( "EXTMEM freeing [%lx,%lx)\n", user_to_phys ( bottom, 0 ), in ecollect_free()
121 user_to_phys ( bottom, extmem.size ) ); in ecollect_free()
158 user_to_phys ( ptr, 0 ), user_to_phys ( ptr, 0 ) ); in memtop_urealloc()
167 align = ( user_to_phys ( new, 0 ) & ( EM_ALIGN - 1 ) ); in memtop_urealloc()
171 user_to_phys ( ptr, 0 ), in memtop_urealloc()
172 user_to_phys ( ptr, extmem.size ), in memtop_urealloc()
173 user_to_phys ( new, 0 ), in memtop_urealloc()
174 user_to_phys ( new, new_size )); in memtop_urealloc()
184 user_to_phys ( ptr, 0 ), in memtop_urealloc()
[all …]
/external/syslinux/gpxe/src/image/
Dsegment.c44 physaddr_t start = user_to_phys ( segment, 0 ); in prep_segment()
45 physaddr_t mid = user_to_phys ( segment, filesz ); in prep_segment()
46 physaddr_t end = user_to_phys ( segment, memsz ); in prep_segment()
/external/syslinux/gpxe/src/arch/i386/image/
Dbzimage.c184 user_to_phys ( bzimg->rm_kernel, 0 ), bzimg->rm_filesz, in bzimage_parse_header()
185 user_to_phys ( bzimg->pm_kernel, 0 ), bzimg->pm_sz, in bzimage_parse_header()
214 bzimg->bzhdr.cmd_line_ptr = user_to_phys ( bzimg->rm_kernel, in bzimage_update_header()
375 image, initrd, user_to_phys ( address, 0 ), in bzimage_load_initrd()
376 user_to_phys ( address, offset ) ); in bzimage_load_initrd()
410 for ( address = ( user_to_phys ( image->data, 0 ) & ~0xfffff ) ; ; in bzimage_load_initrds()
Dmultiboot.c203 start = user_to_phys ( module_image->data, 0 ); in multiboot_build_module_list()
204 end = user_to_phys ( module_image->data, module_image->len ); in multiboot_build_module_list()
/external/syslinux/gpxe/src/include/gpxe/
Duaccess.h211 unsigned long user_to_phys ( userptr_t userptr, off_t offset );
249 return user_to_phys ( virt_to_user ( addr ), 0 ); in virt_to_phys()
/external/syslinux/gpxe/src/core/
Dimage.c130 image, user_to_phys ( image->data, 0 ), in register_image()
131 user_to_phys ( image->data, image->len ), image->name ); in register_image()
/external/syslinux/gpxe/src/interface/efi/
Defi_uaccess.c31 PROVIDE_UACCESS_INLINE ( efi, user_to_phys );
Defi_umalloc.c84 phys_addr = user_to_phys ( old_ptr, -EFI_PAGE_SIZE ); in efi_urealloc()
/external/syslinux/gpxe/src/arch/i386/transitions/
Dlibrm_mgmt.c50 PROVIDE_UACCESS_INLINE ( librm, user_to_phys );
/external/syslinux/gpxe/src/include/gpxe/efi/
Defi_uaccess.h40 UACCESS_INLINE ( efi, user_to_phys ) ( userptr_t userptr, off_t offset ) { in UACCESS_INLINE() argument
/external/syslinux/gpxe/src/drivers/block/
Dsrp.c258 cpu_to_be64 ( user_to_phys ( srp->command->data_out, 0 ) ); in srp_cmd()
268 cpu_to_be64 ( user_to_phys ( srp->command->data_in, 0 ) ); in srp_cmd()
/external/syslinux/gpxe/src/arch/i386/include/
Dlibrm.h52 UACCESS_INLINE ( librm, user_to_phys ) ( userptr_t userptr, off_t offset ) { in UACCESS_INLINE() argument
/external/syslinux/gpxe/src/drivers/infiniband/
Darbel.c1719 fw_base = ( user_to_phys ( arbel->firmware_area, fw_size ) & in arbel_start_firmware()
1990 ( user_to_phys ( arbel->icm, arbel->icm_len ) >> 12 ) ); in arbel_alloc_icm()
2001 pa_l, ( user_to_phys ( arbel->icm, 0 ) >> 12 ) ); in arbel_alloc_icm()
2009 arbel->db_rec = phys_to_virt ( user_to_phys ( arbel->icm, 0 ) + in arbel_alloc_icm()
Dhermon.c2087 fw_base = user_to_phys ( hermon->firmware_area, 0 ); in hermon_start_firmware()
2411 icm_phys = user_to_phys ( hermon->icm, 0 ); in hermon_alloc_icm()