Home
last modified time | relevance | path

Searched defs:mk_pte (Results 1 – 25 of 25) sorted by relevance

/linux-6.6.21/arch/powerpc/include/asm/
Dpgtable.h56 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-6.6.21/arch/arc/include/asm/
Dpgtable-levels.h180 #define mk_pte(page, prot) pfn_pte(page_to_pfn(page), prot) macro
/linux-6.6.21/arch/m68k/include/asm/
Dsun3_pgtable.h83 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
Dmotorola_pgtable.h88 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
Dmcf_pgtable.h103 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-6.6.21/arch/nios2/include/asm/
Dpgtable.h219 #define mk_pte(page, prot) (pfn_pte(page_to_pfn(page), prot)) macro
/linux-6.6.21/arch/csky/include/asm/
Dpgtable.h256 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-6.6.21/arch/hexagon/include/asm/
Dpgtable.h242 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-6.6.21/arch/um/include/asm/
Dpgtable.h263 #define mk_pte(page, pgprot) \ macro
/linux-6.6.21/arch/arm/include/asm/
Dpgtable.h170 #define mk_pte(page,prot) pfn_pte(page_to_pfn(page), prot) macro
/linux-6.6.21/arch/xtensa/include/asm/
Dpgtable.h282 #define mk_pte(page, prot) pfn_pte(page_to_pfn(page), prot) macro
/linux-6.6.21/arch/microblaze/include/asm/
Dpgtable.h288 #define mk_pte(page, pgprot) \ macro
/linux-6.6.21/arch/openrisc/include/asm/
Dpgtable.h302 #define mk_pte(page, pgprot) __mk_pte(page_address(page), (pgprot)) macro
/linux-6.6.21/arch/alpha/include/asm/
Dpgtable.h195 #define mk_pte(page, pgprot) \ macro
/linux-6.6.21/arch/sparc/include/asm/
Dpgtable_32.h279 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte() function
Dpgtable_64.h228 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-6.6.21/arch/sh/include/asm/
Dpgtable_32.h389 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-6.6.21/arch/mips/include/asm/
Dpgtable.h511 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-6.6.21/arch/ia64/include/asm/
Dpgtable.h220 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-6.6.21/arch/parisc/include/asm/
Dpgtable.h354 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-6.6.21/arch/loongarch/include/asm/
Dpgtable.h447 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-6.6.21/arch/riscv/include/asm/
Dpgtable.h348 #define mk_pte(page, prot) pfn_pte(page_to_pfn(page), prot) macro
/linux-6.6.21/arch/arm64/include/asm/
Dpgtable.h674 #define mk_pte(page,prot) pfn_pte(page_to_pfn(page),prot) macro
/linux-6.6.21/arch/x86/include/asm/
Dpgtable.h1046 #define mk_pte(page, pgprot) \ macro
/linux-6.6.21/arch/s390/include/asm/
Dpgtable.h1361 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte() function