Home
last modified time | relevance | path

Searched defs:pfn_pte (Results 26 – 29 of 29) sorted by relevance

12

/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h92 #define pfn_pte(pfn,prot) \ macro
/openbmc/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h565 static inline pte_t pfn_pte(unsigned long pfn, pgprot_t pgprot) in pfn_pte() function
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h747 static inline pte_t pfn_pte(unsigned long page_nr, pgprot_t pgprot) in pfn_pte() function
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h1496 #define pfn_pte(pfn, pgprot) mk_pte_phys(((pfn) << PAGE_SHIFT), (pgprot)) macro

12