Lines Matching defs:pfn
34 uint64_t pfn;
47 * The number of bits the pfn needs to be right shifted for a level.
176 cursor->pfn = start;
205 idx = (cursor->pfn >> shift) & mask;
240 cursor->pfn += 1ULL << shift;
241 cursor->pfn &= ~((1ULL << shift) - 1);
285 cursor->pfn = ~0ll;
955 while (cursor.pfn < end) {
1021 pe_start = ((cursor.pfn >> shift) & mask) * 8;
1023 entry_end += cursor.pfn & ~(entry_end - 1);
1066 while (cursor.pfn < frag_start) {