Home
last modified time | relevance | path

Searched refs:phys_to_user (Results 1 – 18 of 18) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/interface/syslinux/
Dcom32_call.c49 phys_to_user ( inregs_phys ), 0, in com32_intcall()
107 memcpy_user ( phys_to_user ( outregs_phys ), 0, in com32_intcall()
119 phys_to_user ( inregs_phys ), 0, in com32_farcall()
166 memcpy_user ( phys_to_user ( outregs_phys ), 0, in com32_farcall()
178 copy_user_to_rm_stack ( phys_to_user ( stack ), stacksz ); in com32_cfarcall()
Dcomboot_call.c121 userptr_t src_u = phys_to_user ( shuf[ i ].src ); in shuffle()
122 userptr_t dest_u = phys_to_user ( shuf[ i ].dest ); in shuffle()
/external/syslinux/gpxe/src/include/gpxe/
Duaccess.h202 userptr_t phys_to_user ( unsigned long phys_addr );
261 return user_to_virt ( phys_to_user ( phys_addr ), 0 ); in phys_to_virt()
/external/syslinux/gpxe/src/arch/i386/include/
Dlibrm.h40 UACCESS_INLINE ( librm, phys_to_user ) ( unsigned long phys_addr ) { in UACCESS_INLINE() argument
174 return ( phys_to_user ( ( segment << 4 ) + offset ) ); in real_to_user()
/external/syslinux/gpxe/src/arch/i386/image/
Dbzimage.c168 bzimg->pm_kernel = phys_to_user ( is_bzimage ? BZI_LOAD_HIGH_ADDR in bzimage_parse_header()
425 if ( ( rc = prep_segment ( phys_to_user ( address ), 0, in bzimage_load_initrds()
441 phys_to_user ( address ) ); in bzimage_load_initrds()
Dnbi.c192 dest = phys_to_user ( sh.loadaddr ); in nbi_process_segments()
205 dest = phys_to_user ( ( extmemsize() + 1024 ) * 1024 in nbi_process_segments()
Dcom32.c205 buffer = phys_to_user ( COM32_START_PHYS ); in comboot_load_image()
Dmultiboot.c384 buffer = phys_to_user ( hdr->mb.load_addr ); in multiboot_load_raw()
/external/syslinux/gpxe/src/interface/efi/
Defi_uaccess.c30 PROVIDE_UACCESS_INLINE ( efi, phys_to_user );
Defi_smbios.c54 smbios->address = phys_to_user ( smbios_entry->smbios_address ); in efi_find_smbios()
Defi_umalloc.c66 new_ptr = phys_to_user ( phys_addr + EFI_PAGE_SIZE ); in efi_urealloc()
/external/syslinux/gpxe/src/arch/i386/transitions/
Dlibrm_mgmt.c49 PROVIDE_UACCESS_INLINE ( librm, phys_to_user );
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
Dbios_smbios.c76 smbios->address = phys_to_user ( u.entry.smbios_address ); in bios_find_smbios()
Dmemtop_umalloc.c92 top = bottom = phys_to_user ( r_end ); in init_eheap()
/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
DgateA20.c70 userptr_t verify_pattern_user = phys_to_user ( verify_pattern_phys ); in gateA20_is_set()
/external/syslinux/gpxe/src/include/gpxe/efi/
Defi_uaccess.h28 UACCESS_INLINE ( efi, phys_to_user ) ( unsigned long phys_addr ) { in UACCESS_INLINE() argument
/external/syslinux/gpxe/src/image/
Delf.c79 buffer = phys_to_user ( dest ); in elf_load_segment()
/external/syslinux/gpxe/src/arch/i386/interface/pxe/
Dpxe_tftp.c500 pxe_tftp.buffer = phys_to_user ( tftp_read_file->Buffer ); in pxenv_tftp_read_file()