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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dpage.h80 #define phys_to_page(phys) (pfn_to_page(phys >> 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.h75 #define phys_to_page(paddr) (pfn_to_page(phys_to_pfn(paddr))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dpage.h159 # define phys_to_page(paddr) (pfn_to_page(phys_to_pfn(paddr))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dmemory.h155 #define phys_to_page(phys) (pfn_to_page(__phys_to_pfn(phys))) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/asm/
H A Dpgtable.h279 #define phys_to_page(phys) pfn_to_page(phys_to_pfn(phys)) macro

Completed in 33 milliseconds