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

  /external/syslinux/memdisk/
e820test.c 28 extern uint32_t dos_mem, low_mem, high_mem;
72 printf("High mem = %#10x (%u K)\n", high_mem, high_mem >> 10);
84 printf("High mem = %#10x (%u K)\n", high_mem, high_mem >> 10);
e820.h 28 extern uint32_t dos_mem, low_mem, high_mem;
msetup.c 31 uint32_t high_mem = 0; /* 16+ MB */ variable
152 dos_mem = low_mem = high_mem = 0;
172 high_mem = PW(32) - PW(24);
174 high_mem = ep[1].start - PW(24);
setup.c 1023 pptr->mem16mb = high_mem >> 16;
1026 uint32_t int1588mem = (high_mem >> 10) + (low_mem >> 10);
    [all...]

Completed in 121 milliseconds