Searched refs:lowmem (Results 1 – 11 of 11) sorted by relevance
/external/syslinux/com32/sysdump/ |
D | memory.c | 11 static char *lowmem; variable 21 lowmem = malloc(lowmem_len); in snapshot_lowmem() 22 if (lowmem) { in snapshot_lowmem() 25 memcpy(lowmem, zero_addr, lowmem_len); in snapshot_lowmem() 46 if (lowmem) in dump_memory() 47 dump_memory_range(be, lowmem, zero_addr, lowmem_len); in dump_memory()
|
/external/syslinux/com32/gfxboot/ |
D | gfxboot.c | 538 void *lowmem = lowmem_buf; in gfx_init() local 581 memcpy(lowmem + REALMODE_BUF_SIZE, realmode_callback_start, in gfx_init() 585 *(uint16_t *) (lowmem + REALMODE_BUF_SIZE) = REALMODE_BUF_SIZE; in gfx_init() 586 *(uint16_t *) (lowmem + REALMODE_BUF_SIZE + 2) = (uint32_t) lowmem >> 4; in gfx_init() 588 gfx_config.bootloader_seg = ((uint32_t) lowmem + REALMODE_BUF_SIZE) >> 4; in gfx_init() 591 lowmem += u; in gfx_init() 594 memcpy(lowmem, archive + file_start + code_start, code_size); in gfx_init() 596 gfx_config.mem0_start = (uint32_t) lowmem + code_size; in gfx_init() 597 gfx_config.mem0_end = (uint32_t) lowmem + lowmem_size; in gfx_init() 609 gfx.code_seg = (uint32_t) lowmem >> 4; in gfx_init() [all …]
|
/external/syslinux/com32/mboot/ |
D | mem.c | 173 uint32_t lowmem, highmem; in mboot_make_memmap() local 179 nmap = mboot_scan_memory(&ard, &lowmem); in mboot_make_memmap() 213 mbinfo.mem_lower = lowmem >> 10; in mboot_make_memmap()
|
/external/syslinux/core/i386/ |
D | 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/x86_64/ |
D | 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/ |
D | syslinux.ld | 216 * Used to allocate lowmem buffers from 32-bit code 218 .lowmem (NOLOAD) : { 220 *(.lowmem) 231 /* Start of the lowmem heap */
|
D | init.inc | 67 mov edi,__high_clear_start ; .uibss, .lowmem
|
D | layout.inc | 153 ; At the very end, the lowmem heap
|
/external/syslinux/efi/i386/ |
D | syslinux.ld | 123 *(.lowmem)
|
/external/syslinux/efi/x86_64/ |
D | syslinux.ld | 123 *(.lowmem)
|
/external/syslinux/efi/ |
D | syslinux.ld | 123 *(.lowmem)
|