Home
last modified time | relevance | path

Searched refs:hide_umalloc (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
Dhidemem.c114 void hide_umalloc ( physaddr_t start, physaddr_t end ) { in hide_umalloc() function
153 hide_umalloc ( virt_to_phys ( _textdata ), virt_to_phys ( _textdata ) ); in hide_etherboot()
/external/syslinux/gpxe/src/include/gpxe/
Dhidemem.h15 extern void hide_umalloc ( physaddr_t start, physaddr_t end );
/external/syslinux/gpxe/src/arch/i386/interface/pcbios/
Dmemtop_umalloc.c196 hide_umalloc ( user_to_phys ( bottom, -sizeof ( extmem ) ), in memtop_urealloc()