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

  /external/syslinux/com32/include/syslinux/
movebits.h 38 SMT_TERMINAL, /* Memory to be used as a last resort */
49 return (type == SMT_FREE) || (type == SMT_TERMINAL);
  /external/syslinux/com32/lib/syslinux/
zonelist.c 160 * 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 */
load_linux.c 141 !syslinux_memmap_highest(mmap, SMT_TERMINAL, &start,
  /external/syslinux/core/fs/pxe/
bios.c 106 * 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 62 milliseconds