Searched refs:SMT_TERMINAL (Results 1 - 4 of 4) sorted by relevance

/external/syslinux/com32/include/syslinux/
H A Dmovebits.h38 SMT_TERMINAL, /* Memory to be used as a last resort */ enumerator in enum:syslinux_memmap_types
49 return (type == SMT_FREE) || (type == SMT_TERMINAL);
/external/syslinux/com32/lib/syslinux/
H A Dzonelist.c160 * SMT_FREE can be demoted to SMT_TERMINAL.
180 return SMT_TERMINAL;
358 /* This assumes SMT_TERMINAL is OK if we can get the exact address */
H A Dload_linux.c141 !syslinux_memmap_highest(mmap, SMT_TERMINAL, &start,
/external/syslinux/core/fs/pxe/
H A Dbios.c106 * that region as SMT_TERMINAL to indicate that the region will
111 dprintf("Marking PXE region 0x%x - 0x%x as SMT_TERMINAL\n",
114 callback(data, start, size, SMT_TERMINAL);

Completed in 281 milliseconds