Searched defs:pte_pfn (Results 1 - 34 of 34) sorted by relevance

/linux-4.1.27/arch/avr32/include/asm/
H A Dpgtable-2level.h41 #define pte_pfn(x) ((unsigned long)(((x).pte >> PAGE_SHIFT))) macro
/linux-4.1.27/arch/um/include/asm/
H A Dpgtable-2level.h40 #define pte_pfn(x) phys_to_pfn(pte_val(x)) macro
H A Dpgtable-3level.h96 static inline unsigned long pte_pfn(pte_t pte) pte_pfn() function
/linux-4.1.27/arch/alpha/include/asm/
H A Dmmzone.h76 #define pte_pfn(pte) (pte_val(pte) >> 32) macro
H A Dpgtable.h208 #define pte_pfn(pte) (pte_val(pte) >> 32) macro
/linux-4.1.27/arch/m32r/include/asm/
H A Dpgtable-2level.h70 #define pte_pfn(x) (pte_val(x) >> PAGE_SHIFT) macro
/linux-4.1.27/arch/sh/include/asm/
H A Dpgtable.h127 #define pte_pfn(x) ((unsigned long)(((x).pte_low >> PAGE_SHIFT))) macro
/linux-4.1.27/arch/mips/include/asm/
H A Dpgtable-32.h108 #define pte_pfn(x) (((unsigned long)((x).pte_high >> _PFN_SHIFT)) | (unsigned long)((x).pte_low << _PAGE_PRESENT_SHIFT)) macro
126 #define pte_pfn(x) ((unsigned long)((x).pte >> (PAGE_SHIFT + 2))) macro
129 #define pte_pfn(x) ((unsigned long)((x).pte >> _PFN_SHIFT)) macro
H A Dpgtable-64.h228 #define pte_pfn(x) ((unsigned long)((x).pte >> (PAGE_SHIFT + 2))) macro
231 #define pte_pfn(x) ((unsigned long)((x).pte >> _PFN_SHIFT)) macro
/linux-4.1.27/arch/powerpc/include/asm/
H A Dpgtable.h73 static inline unsigned long pte_pfn(pte_t pte) { pte_pfn() function
/linux-4.1.27/arch/cris/include/asm/
H A Dpgtable.h252 #define pte_pfn(x) ((unsigned long)(__va((x).pte)) >> PAGE_SHIFT) macro
/linux-4.1.27/arch/unicore32/include/asm/
H A Dpgtable.h152 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/linux-4.1.27/arch/score/include/asm/
H A Dpgtable.h66 #define pte_pfn(x) ((unsigned long)((x).pte >> PAGE_SHIFT)) macro
/linux-4.1.27/arch/nios2/include/asm/
H A Dpgtable.h197 #define pte_pfn(pte) (pte_val(pte) & 0xfffff) macro
/linux-4.1.27/arch/hexagon/include/asm/
H A Dpgtable.h412 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/linux-4.1.27/arch/m68k/include/asm/
H A Dsun3_pgtable.h129 #define pte_pfn(pte) (pte_val(pte) & SUN3_PAGE_PGNUM_MASK) macro
H A Dmcf_pgtable.h404 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
H A Dmotorola_pgtable.h134 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/linux-4.1.27/arch/metag/include/asm/
H A Dpgtable.h104 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/linux-4.1.27/arch/arc/include/asm/
H A Dpgtable.h270 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/linux-4.1.27/arch/xtensa/include/asm/
H A Dpgtable.h283 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/linux-4.1.27/arch/sparc/include/asm/
H A Dpgtable_32.h264 static inline unsigned long pte_pfn(pte_t pte) pte_pfn() function
H A Dpgtable_64.h257 static inline unsigned long pte_pfn(pte_t pte) pte_pfn() function
/linux-4.1.27/arch/tile/include/asm/
H A Dpgtable.h269 static inline unsigned long pte_pfn(pte_t pte) pte_pfn() function
/linux-4.1.27/arch/microblaze/include/asm/
H A Dpgtable.h310 #define pte_pfn(x) (pte_val(x) >> PFN_SHIFT_OFFSET) macro
/linux-4.1.27/arch/openrisc/include/asm/
H A Dpgtable.h404 #define pte_pfn(x) ((unsigned long)(((x).pte)) >> PAGE_SHIFT) macro
/linux-4.1.27/arch/arm/include/asm/
H A Dpgtable.h209 #define pte_pfn(pte) ((pte_val(pte) & PHYS_MASK) >> PAGE_SHIFT) macro
/linux-4.1.27/arch/x86/include/asm/
H A Dpgtable.h138 static inline unsigned long pte_pfn(pte_t pte) pte_pfn() function
/linux-4.1.27/arch/mn10300/include/asm/
H A Dpgtable.h316 #define pte_pfn(x) ((unsigned long) (pte_val(x) >> PAGE_SHIFT)) macro
/linux-4.1.27/arch/parisc/include/asm/
H A Dpgtable.h392 #define pte_pfn(x) (pte_val(x) >> PFN_PTE_SHIFT) macro
/linux-4.1.27/arch/arm64/include/asm/
H A Dpgtable.h120 #define pte_pfn(pte) ((pte_val(pte) & PHYS_MASK) >> PAGE_SHIFT) macro
/linux-4.1.27/arch/frv/include/asm/
H A Dpgtable.h270 #define pte_pfn(x) ((unsigned long)(((x).pte >> PAGE_SHIFT))) macro
/linux-4.1.27/arch/ia64/include/asm/
H A Dpgtable.h253 #define pte_pfn(_pte) ((pte_val(_pte) & _PFN_MASK) >> PAGE_SHIFT) macro
/linux-4.1.27/arch/s390/include/asm/
H A Dpgtable.h1277 #define pte_pfn(x) (pte_val(x) >> PAGE_SHIFT) macro

Completed in 456 milliseconds