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

  /external/syslinux/com32/sysdump/
memory.c 11 static char *lowmem; variable
21 lowmem = malloc(lowmem_len);
22 if (lowmem) {
23 printf("Snapshotting lowmem... ");
25 memcpy(lowmem, zero_addr, lowmem_len);
46 if (lowmem)
47 dump_memory_range(be, lowmem, zero_addr, lowmem_len);
  /external/syslinux/efi/i386/
syslinux.ld 123 *(.lowmem)
  /external/syslinux/efi/
syslinux.ld 123 *(.lowmem)
  /external/syslinux/efi/x86_64/
syslinux.ld 123 *(.lowmem)
  /external/syslinux/com32/gfxboot/
gfxboot.c 65 // real mode code chunk, will be placed into lowmem buffer
538 void *lowmem = lowmem_buf; local
577 printf("lowmem buffer too small: size %u, needed %u\n", lowmem_size, u + code_size);
581 memcpy(lowmem + REALMODE_BUF_SIZE, realmode_callback_start,
585 *(uint16_t *) (lowmem + REALMODE_BUF_SIZE) = REALMODE_BUF_SIZE;
586 *(uint16_t *) (lowmem + REALMODE_BUF_SIZE + 2) = (uint32_t) lowmem >> 4;
588 gfx_config.bootloader_seg = ((uint32_t) lowmem + REALMODE_BUF_SIZE) >> 4;
591 lowmem += u;
594 memcpy(lowmem, archive + file_start + code_start, code_size)
    [all...]
  /external/syslinux/com32/mboot/
mem.c 173 uint32_t lowmem, highmem; local
176 /* Always report DOS memory as "lowmem", this may be overly conservative
179 nmap = mboot_scan_memory(&ard, &lowmem);
213 mbinfo.mem_lower = lowmem >> 10;
  /external/syslinux/core/i386/
syslinux.ld 231 * Used to allocate lowmem buffers from 32-bit code
233 .lowmem (NOLOAD) : {
235 *(.lowmem)
246 /* Start of the lowmem heap */
  /external/syslinux/core/
syslinux.ld 216 * Used to allocate lowmem buffers from 32-bit code
218 .lowmem (NOLOAD) : {
220 *(.lowmem)
231 /* Start of the lowmem heap */
  /external/syslinux/core/x86_64/
syslinux.ld 231 * Used to allocate lowmem buffers from 32-bit code
233 .lowmem (NOLOAD) : {
235 *(.lowmem)
246 /* Start of the lowmem heap */

Completed in 450 milliseconds