Home
last modified time | relevance | path

Searched defs:pte_pfn (Results 26 – 28 of 28) sorted by relevance

12

/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h91 #define pte_pfn(pte) (__pte_to_phys(pte) >> PAGE_SHIFT) macro
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h223 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn() function
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h1497 #define pte_pfn(x) (pte_val(x) >> PAGE_SHIFT) macro

12