Home
last modified time | relevance | path

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

/linux-6.12.1/arch/powerpc/include/asm/
Dpgtable.h58 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-6.12.1/arch/arc/include/asm/
Dpgtable-levels.h180 #define mk_pte(page, prot) pfn_pte(page_to_pfn(page), prot) macro
/linux-6.12.1/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.12.1/arch/csky/include/asm/
Dpgtable.h256 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-6.12.1/arch/hexagon/include/asm/
Dpgtable.h242 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-6.12.1/arch/nios2/include/asm/
Dpgtable.h224 #define mk_pte(page, prot) (pfn_pte(page_to_pfn(page), prot)) macro
/linux-6.12.1/arch/arm/include/asm/
Dpgtable.h172 #define mk_pte(page,prot) pfn_pte(page_to_pfn(page), prot) macro
/linux-6.12.1/arch/um/include/asm/
Dpgtable.h295 #define mk_pte(page, pgprot) \ macro
/linux-6.12.1/arch/xtensa/include/asm/
Dpgtable.h282 #define mk_pte(page, prot) pfn_pte(page_to_pfn(page), prot) macro
/linux-6.12.1/arch/openrisc/include/asm/
Dpgtable.h302 #define mk_pte(page, pgprot) __mk_pte(page_address(page), (pgprot)) macro
/linux-6.12.1/arch/microblaze/include/asm/
Dpgtable.h288 #define mk_pte(page, pgprot) \ macro
/linux-6.12.1/arch/alpha/include/asm/
Dpgtable.h195 #define mk_pte(page, pgprot) \ macro
/linux-6.12.1/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.12.1/arch/sh/include/asm/
Dpgtable_32.h389 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-6.12.1/arch/mips/include/asm/
Dpgtable.h511 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-6.12.1/arch/parisc/include/asm/
Dpgtable.h354 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-6.12.1/arch/loongarch/include/asm/
Dpgtable.h430 #define mk_pte(page, pgprot) pfn_pte(page_to_pfn(page), (pgprot)) macro
/linux-6.12.1/arch/riscv/include/asm/
Dpgtable.h342 #define mk_pte(page, prot) pfn_pte(page_to_pfn(page), prot) macro
/linux-6.12.1/arch/x86/include/asm/
Dpgtable.h1090 #define mk_pte(page, pgprot) \ macro
/linux-6.12.1/arch/s390/include/asm/
Dpgtable.h1417 static inline pte_t mk_pte(struct page *page, pgprot_t pgprot) in mk_pte() function
/linux-6.12.1/arch/arm64/include/asm/
Dpgtable.h801 #define mk_pte(page,prot) pfn_pte(page_to_pfn(page),prot) macro