Searched defs:extmem (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Dmemtop_umalloc.c115 struct external_memory extmem; local
120 copy_from_user ( &extmem, bottom, -sizeof ( extmem ),
121 sizeof ( extmem ) );
122 if ( extmem.used )
125 user_to_phys ( bottom, extmem.size ) );
126 len = ( extmem.size + sizeof ( extmem ) );
143 struct external_memory extmem; local
154 /* Get block properties into extmem */
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/firmware/pcbios/
H A Dmemmap.c68 * @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
294 unsigned int basemem, extmem; local
[all...]

Completed in 46 milliseconds