Searched defs:pfn_to_page (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/asm-generic/
H A Dmemory_model.h65 #define pfn_to_page __pfn_to_page macro
/linux-master/tools/include/linux/
H A Dmm.h22 #define pfn_to_page(pfn) ((void *)((pfn) * PAGE_SIZE)) macro
/linux-master/tools/testing/scatterlist/linux/
H A Dmm.h53 #define pfn_to_page(pfn) (void *)((pfn) * PAGE_SIZE) macro
/linux-master/scripts/gdb/linux/
H A Dmm.py261 def pfn_to_page(self, pfn): member in class:aarch64_page_ops

Completed in 216 milliseconds