Home
last modified time | relevance | path

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

/linux-6.12.1/arch/loongarch/include/asm/
Dpage.h89 #define page_to_virt(page) __va(page_to_phys(page)) macro
96 #define page_to_virt(page) \ macro
/linux-6.12.1/arch/m68k/include/asm/
Dpage_no.h33 #define page_to_virt(page) __va(((((page) - mem_map) << PAGE_SHIFT) + PAGE_OFFSET)) macro
Dpage_mm.h138 #define page_to_virt(page) ({ \ macro
/linux-6.12.1/arch/arm64/include/asm/
Dmemory.h404 #define page_to_virt(x) ({ \ macro
411 #define page_to_virt(x) ({ \ macro
/linux-6.12.1/arch/nios2/include/asm/
Dpage.h84 #define page_to_virt(page) \ macro
/linux-6.12.1/arch/hexagon/include/asm/
Dpage.h132 #define page_to_virt(page) __va(page_to_phys(page)) macro
/linux-6.12.1/arch/microblaze/include/asm/
Dpage.h103 # define page_to_virt(page) __va(page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.12.1/arch/xtensa/include/asm/
Dpage.h196 #define page_to_virt(page) __va(page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.12.1/arch/riscv/include/asm/
Dpage.h195 #define page_to_virt(page) (pfn_to_virt(page_to_pfn(page))) macro
/linux-6.12.1/scripts/gdb/linux/
Dmm.py269 def page_to_virt(self, page): member in aarch64_page_ops
/linux-6.12.1/arch/s390/include/asm/
Dpage.h266 #define page_to_virt(page) pfn_to_virt(page_to_pfn(page)) macro
/linux-6.12.1/include/linux/
Dmm.h116 #define page_to_virt(x) __va(PFN_PHYS(page_to_pfn(x))) macro