Searched defs:__pfn_to_highbits (Results 1 - 1 of 1) sorted by relevance

/arch/tile/include/asm/
H A Dpage.h153 #define __pfn_to_highbits(pfn) ((pfn) >> (NR_PA_HIGHBIT_SHIFT - PAGE_SHIFT)) macro
255 return vbase_map[__pfn_to_highbits(pfn)] + (pfn << PAGE_SHIFT);

Completed in 77 milliseconds