Home
last modified time | relevance | path

Searched defs:page_to_virt (Results 1 – 11 of 11) sorted by relevance

/linux-5.19.10/arch/m68k/include/asm/
Dpage_no.h27 #define page_to_virt(page) __va(((((page) - mem_map) << PAGE_SHIFT) + PAGE_OFFSET)) macro
Dpage_mm.h132 #define page_to_virt(page) ({ \ macro
/linux-5.19.10/arch/arm64/include/asm/
Dmemory.h327 #define page_to_virt(x) ({ \ macro
334 #define page_to_virt(x) ({ \ macro
/linux-5.19.10/arch/nios2/include/asm/
Dpage.h84 #define page_to_virt(page) \ macro
/linux-5.19.10/include/asm-generic/
Dpage.h81 #define page_to_virt(page) pfn_to_virt(page_to_pfn(page)) macro
/linux-5.19.10/arch/hexagon/include/asm/
Dpage.h132 #define page_to_virt(page) __va(page_to_phys(page)) macro
/linux-5.19.10/arch/microblaze/include/asm/
Dpage.h111 # define page_to_virt(page) __va(page_to_pfn(page) << PAGE_SHIFT) macro
/linux-5.19.10/arch/xtensa/include/asm/
Dpage.h196 #define page_to_virt(page) __va(page_to_pfn(page) << PAGE_SHIFT) macro
/linux-5.19.10/arch/riscv/include/asm/
Dpage.h167 #define page_to_virt(page) (pfn_to_virt(page_to_pfn(page))) macro
/linux-5.19.10/arch/s390/include/asm/
Dpage.h202 #define page_to_virt(page) pfn_to_virt(page_to_pfn(page)) macro
/linux-5.19.10/include/linux/
Dmm.h113 #define page_to_virt(x) __va(PFN_PHYS(page_to_pfn(x))) macro