/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | pgtable.h | 50 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | pgtable-levels.h | 179 #define mk_pte(page, prot) pfn_pte(page_to_pfn(page), prot) macro
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | sun3_pgtable.h | 83 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
|
A D | motorola_pgtable.h | 88 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
|
A D | mcf_pgtable.h | 103 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | pgtable.h | 212 #define mk_pte(page, prot) (pfn_pte(page_to_pfn(page), prot)) macro
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | pgtable.h | 256 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | pgtable.h | 242 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
|
/linux-6.3-rc2/arch/um/include/asm/ |
A D | pgtable.h | 267 #define mk_pte(page, pgprot) \ macro
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | pgtable.h | 170 #define mk_pte(page,prot) pfn_pte(page_to_pfn(page), prot) macro
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgtable_32.h | 280 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte() function
|
A D | pgtable_64.h | 227 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | pgtable.h | 302 #define mk_pte(page, pgprot) __mk_pte(page_address(page), (pgprot)) macro
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | pgtable.h | 195 #define mk_pte(page, pgprot) \ macro
|
/linux-6.3-rc2/arch/xtensa/include/asm/ |
A D | pgtable.h | 281 #define mk_pte(page, prot) pfn_pte(page_to_pfn(page), prot) macro
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | pgtable.h | 288 #define mk_pte(page, pgprot) \ macro
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | pgtable_32.h | 390 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | pgtable.h | 500 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | pgtable.h | 437 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
|
/linux-6.3-rc2/arch/ia64/include/asm/ |
A D | pgtable.h | 219 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | pgtable.h | 363 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable.h | 285 #define mk_pte(page, prot) pfn_pte(page_to_pfn(page), prot) macro
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgtable.h | 831 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | pgtable.h | 674 #define mk_pte(page,prot) pfn_pte(page_to_pfn(page),prot) macro
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | pgtable.h | 1349 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte() function
|