Searched refs:PAGEMAP_PFN (Results 1 – 2 of 2) sorted by relevance
287 PAGEMAP_PFN(ent[0]) + 1 == PAGEMAP_PFN(ent[1]) && in allocate_transhuge()288 !(PAGEMAP_PFN(ent[0]) & ((1 << (HPAGE_SHIFT - pshift())) - 1))) in allocate_transhuge()289 return PAGEMAP_PFN(ent[0]); in allocate_transhuge()
139 #define PAGEMAP_PFN(ent) ((ent) & ((1ull << 55) - 1)) macro
Completed in 15 milliseconds