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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dpage.h112 #define phys_to_pfn(p) ((pfn_t) ((p) >> PAGE_SHIFT)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dpage.h64 #define phys_to_pfn(phys) (PFN_DOWN(phys)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dpage.h142 # define phys_to_pfn(phys) (PFN_DOWN(phys)) macro

Completed in 47 milliseconds