Searched defs:__pfn_to_phys (Results 1 – 2 of 2) sorted by relevance
/arch/unicore32/include/asm/ | ||
D | memory.h | 67 #define __pfn_to_phys(pfn) ((pfn) << PAGE_SHIFT) macro |
/arch/arm/include/asm/ | ||
D | memory.h | 136 #define __pfn_to_phys(pfn) ((phys_addr_t)(pfn) << PAGE_SHIFT) macro |