Home
last modified time | relevance | path

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

/linux-6.14.4/arch/loongarch/include/asm/
Dpage.h81 #define page_to_virt(page) __va(page_to_phys(page)) macro
88 #define page_to_virt(page) \ macro
/linux-6.14.4/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.14.4/arch/nios2/include/asm/
Dpage.h79 #define page_to_virt(page) \ macro
/linux-6.14.4/arch/arm64/include/asm/
Dmemory.h401 #define page_to_virt(x) ({ \ macro
408 #define page_to_virt(x) ({ \ macro
/linux-6.14.4/arch/hexagon/include/asm/
Dpage.h124 #define page_to_virt(page) __va(page_to_phys(page)) macro
/linux-6.14.4/arch/microblaze/include/asm/
Dpage.h100 # define page_to_virt(page) __va(page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.14.4/arch/xtensa/include/asm/
Dpage.h172 #define page_to_virt(page) __va(page_to_pfn(page) << PAGE_SHIFT) macro
/linux-6.14.4/arch/riscv/include/asm/
Dpage.h194 #define page_to_virt(page) (pfn_to_virt(page_to_pfn(page))) macro
/linux-6.14.4/arch/s390/include/asm/
Dpage.h264 #define page_to_virt(page) pfn_to_virt(page_to_pfn(page)) macro
/linux-6.14.4/scripts/gdb/linux/
Dmm.py269 def page_to_virt(self, page): member in aarch64_page_ops
/linux-6.14.4/include/linux/
Dmm.h117 #define page_to_virt(x) __va(PFN_PHYS(page_to_pfn(x))) macro