pgoff_to_pte       90 arch/x86/include/asm/pgtable-2level.h static __always_inline pte_t pgoff_to_pte(pgoff_t off)
pgoff_to_pte      187 arch/x86/include/asm/pgtable-3level.h #define pgoff_to_pte(off)						\
pgoff_to_pte      137 arch/x86/include/asm/pgtable_64.h #define pgoff_to_pte(off) ((pte_t) { .pte = ((off) << PAGE_SHIFT) |	\