Home
last modified time | relevance | path

Searched defs:phys_to_pfn (Results 1 – 3 of 3) sorted by relevance

/linux-3.3/arch/score/include/asm/
Dpage.h64 #define phys_to_pfn(phys) (PFN_DOWN(phys)) macro
/linux-3.3/arch/um/include/asm/
Dpage.h112 #define phys_to_pfn(p) ((pfn_t) ((p) >> PAGE_SHIFT)) macro
/linux-3.3/arch/microblaze/include/asm/
Dpage.h143 # define phys_to_pfn(phys) (PFN_DOWN(phys)) macro