Home | History | Annotate | Download | only in memdisk

Lines Matching refs:PW

146 #define PW(x) (1ULL << (x))
159 if (ep[1].start > PW(20))
160 dos_mem = PW(20);
164 if (ep->start <= PW(20) && ep[1].start > PW(20)) {
165 if (ep[1].start > PW(24))
166 low_mem = PW(24) - PW(20);
168 low_mem = ep[1].start - PW(20);
170 if (ep->start <= PW(24) && ep[1].start > PW(24)) {
171 if (ep[1].start > PW(32))
172 high_mem = PW(32) - PW(24);
174 high_mem = ep[1].start - PW(24);