HomeSort by relevance Sort by last modified time
    Searched refs:extmem (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/arch/i386/interface/pcbios/
memtop_umalloc.c 112 struct external_memory extmem; local
116 copy_from_user ( &extmem, bottom, -sizeof ( extmem ),
117 sizeof ( extmem ) );
118 if ( extmem.used )
120 DBG ( "EXTMEM freeing [%lx,%lx)\n", user_to_phys ( bottom, 0 ),
121 user_to_phys ( bottom, extmem.size ) );
123 ( extmem.size + sizeof ( extmem ) ) );
138 struct external_memory extmem; local
    [all...]
  /external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
memmap.c 68 * @ret extmem Extended memory size, in kB, or 0
74 unsigned int extmem; local
93 DBG ( "INT 15,e801 extmem=0, using confmem\n" );
98 extmem = ( extmem_1m_to_16m_k + ( extmem_16m_plus_64k * 64 ) );
101 extmem, ( 0x100000 + ( ( ( uint64_t ) extmem ) * 1024 ) ) );
108 if ( extmem == ( 0x400000 - 0x400 ) ) {
113 return extmem;
119 * @ret extmem Extended memory size, in kB
122 uint16_t extmem; local
142 unsigned int extmem; local
286 unsigned int basemem, extmem; local
    [all...]

Completed in 483 milliseconds