Searched refs:SMT_ZERO (Results 1 – 6 of 6) sorted by relevance
/external/syslinux/com32/mboot/ |
D | map.c | 59 (pad && syslinux_add_memmap(&mmap, start + len, pad, SMT_ZERO))) { in map_data() 213 (&mmap, addr + dsize, msize - dsize, SMT_ZERO)) { in map_image() 311 (&mmap, bss_addr, bss_len, SMT_ZERO)) { in map_image() 341 syslinux_add_memmap(&mmap, regs.esp, 32, SMT_ZERO); in mboot_map_stack()
|
/external/syslinux/com32/lib/syslinux/ |
D | shuffle.c | 84 if (ml->type == SMT_ZERO) in syslinux_do_shuffle() 187 if (ml->type == SMT_ZERO) { in syslinux_do_shuffle()
|
D | load_linux.c | 118 len - ip->data_len, SMT_ZERO)) in map_initramfs() 346 cmdline_offset - real_mode_size, SMT_ZERO)) { in bios_boot_linux()
|
D | movebits.c | 425 mm->type == SMT_ZERO ? SMT_FREE : mm->type); in syslinux_compute_movelist() 659 syslinux_add_memmap(&memmap, d, l, SMT_ZERO); in main()
|
/external/syslinux/com32/include/syslinux/ |
D | movebits.h | 37 SMT_ZERO, /* Memory that should be zeroed */ enumerator
|
/external/syslinux/com32/modules/ |
D | elf.c | 159 (&mmap, addr + dsize, msize - dsize, SMT_ZERO)) in boot_elf()
|