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

/linux-4.1.27/arch/unicore32/include/asm/
H A Dmemory.h66 #define __phys_to_pfn(paddr) ((paddr) >> PAGE_SHIFT) macro
/linux-4.1.27/arch/arm64/include/asm/
H A Dmemory.h86 #define __phys_to_pfn(paddr) ((unsigned long)((paddr) >> PAGE_SHIFT)) macro
/linux-4.1.27/arch/arm/include/asm/
H A Dmemory.h126 #define __phys_to_pfn(paddr) ((unsigned long)((paddr) >> PAGE_SHIFT)) macro

Completed in 265 milliseconds