Searched refs:page_bits (Results 1 – 3 of 3) sorted by relevance
221 page_bits = 12 variable227 print (" switch (u >> %d)" % page_bits)229 pages = set ([u>>page_bits for u in starts+ends+list (singles.keys ())])233 if p != u>>page_bits: continue236 if p not in [start>>page_bits, end>>page_bits]: continue
125 page_bits = 12;130 print (" switch (u >> %d)" % page_bits)132 pages = set([u>>page_bits for u in [s for s,e in ranges]+[e for s,e in ranges]])136 if p not in [start>>page_bits, end>>page_bits]: continue
497 page_bits = 12 variable503 print (" switch (u >> %d)" % page_bits)505 pages = set([u>>page_bits for u in starts+ends])509 if p not in [start>>page_bits, end>>page_bits]: continue