Searched refs:EXT_MEM_K (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/boot/compressed/
H A Dmisc.c79 #define EXT_MEM_K (*(unsigned short *)(real_mode + 0x2)) macro
288 if (EXT_MEM_K < 1024) error("Less than 2MB of memory.\n");
290 if ((ALT_MEM_K > EXT_MEM_K ? ALT_MEM_K : EXT_MEM_K) < 1024) error("Less than 2MB of memory.\n");
305 if (EXT_MEM_K < (3*1024)) error("Less than 4MB of memory.\n");
307 if ((ALT_MEM_K > EXT_MEM_K ? ALT_MEM_K : EXT_MEM_K) < (3*1024)) error("Less than 4MB of memory.\n");
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Dbootsetup.h12 #define EXT_MEM_K (*(unsigned short *) (PARAM+2)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Dbootsetup.h12 #define EXT_MEM_K (*(unsigned short *) (PARAM+2)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/compressed/
H A Dmisc.c91 #define EXT_MEM_K (*(unsigned short *)(real_mode + 0x2)) macro
309 if (EXT_MEM_K < 1024) error("Less than 2MB of memory.\n");
311 if ((ALT_MEM_K > EXT_MEM_K ? ALT_MEM_K : EXT_MEM_K) < 1024) error("Less than 2MB of memory.\n");
326 if (EXT_MEM_K < (3*1024)) error("Less than 4MB of memory.\n");
328 if ((ALT_MEM_K > EXT_MEM_K ? ALT_MEM_K : EXT_MEM_K) < (3*1024)) error("Less than 4MB of memory.\n");
H A Dbz2misc.c82 #define EXT_MEM_K (*(unsigned short *)(real_mode + 0x2)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/x86_64/kernel/
H A De820.c459 if (ALT_MEM_K < EXT_MEM_K) {
460 mem_size = EXT_MEM_K;
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/kernel/
H A Dsetup.c108 #define EXT_MEM_K (*(unsigned short *) (PARAM+2)) macro
644 if (ALT_MEM_K < EXT_MEM_K) {
645 mem_size = EXT_MEM_K;

Completed in 127 milliseconds