Home
last modified time | relevance | path

Searched defs:sym_to_pfn (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/arch/loongarch/include/asm/
Dpage.h84 #define sym_to_pfn(x) __phys_to_pfn(__pa_symbol(x)) macro
/kernel/linux/linux-6.6/arch/riscv/include/asm/
Dpage.h187 #define sym_to_pfn(x) __phys_to_pfn(__pa_symbol(x)) macro
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dmemory.h300 #define sym_to_pfn(x) __phys_to_pfn(__pa_symbol(x)) macro
/kernel/linux/linux-6.6/arch/arm64/include/asm/
Dmemory.h352 #define sym_to_pfn(x) __phys_to_pfn(__pa_symbol(x)) macro
/kernel/linux/linux-6.6/scripts/gdb/linux/
Dmm.py252 def sym_to_pfn(self, x): member in aarch64_page_ops