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

/netbsd-6-1-5-RELEASE/sys/arch/emips/emips/
H A Dmachdep.c558 #define TOO_MUCH (MIPS_PHYS_MASK+1)
560 #define TOO_MUCH (2*64*1024*1024) macro
569 if (nbytes <= TOO_MUCH)
580 if (first > TOO_MUCH) {
589 if (last > TOO_MUCH) {
590 last = TOO_MUCH;
598 return TOO_MUCH;

Completed in 83 milliseconds