/linux-6.1.9/arch/mips/include/asm/ ! |
D | pgtable-32.h | 156 #define pte_pfn(x) (((unsigned long)((x).pte_high >> _PFN_SHIFT)) | (unsigned long)((x).pte_low <<… macro 172 #define pte_pfn(x) ((unsigned long)((x).pte_high >> 6)) macro 187 #define pte_pfn(x) ((unsigned long)((x).pte >> _PFN_SHIFT)) macro
|
D | pgtable-64.h | 301 #define pte_pfn(x) ((unsigned long)((x).pte >> _PFN_SHIFT)) macro
|
/linux-6.1.9/arch/um/include/asm/ ! |
D | pgtable-2level.h | 39 #define pte_pfn(x) phys_to_pfn(pte_val(x)) macro
|
D | pgtable-3level.h | 88 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn() function
|
/linux-6.1.9/arch/sh/include/asm/ ! |
D | pgtable.h | 97 #define pte_pfn(x) ((unsigned long)(((x).pte_low >> PAGE_SHIFT))) macro
|
/linux-6.1.9/arch/powerpc/include/asm/nohash/ ! |
D | pgtable.h | 104 static inline unsigned long pte_pfn(pte_t pte) { in pte_pfn() function
|
/linux-6.1.9/arch/nios2/include/asm/ ! |
D | pgtable.h | 169 #define pte_pfn(pte) (pte_val(pte) & 0xfffff) macro
|
/linux-6.1.9/arch/arc/include/asm/ ! |
D | pgtable-levels.h | 177 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
|
/linux-6.1.9/arch/m68k/include/asm/ ! |
D | sun3_pgtable.h | 105 #define pte_pfn(pte) (pte_val(pte) & SUN3_PAGE_PGNUM_MASK) macro
|
D | motorola_pgtable.h | 113 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
|
D | mcf_pgtable.h | 270 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
|
/linux-6.1.9/arch/hexagon/include/asm/ ! |
D | pgtable.h | 342 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
|
/linux-6.1.9/arch/csky/include/asm/ ! |
D | pgtable.h | 37 #define pte_pfn(x) ((unsigned long)((x).pte_low >> PAGE_SHIFT)) macro
|
/linux-6.1.9/arch/arm/include/asm/ ! |
D | pgtable.h | 166 #define pte_pfn(pte) ((pte_val(pte) & PHYS_MASK) >> PAGE_SHIFT) macro
|
/linux-6.1.9/arch/xtensa/include/asm/ ! |
D | pgtable.h | 273 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
|
/linux-6.1.9/arch/openrisc/include/asm/ ! |
D | pgtable.h | 357 #define pte_pfn(x) ((unsigned long)(((x).pte)) >> PAGE_SHIFT) macro
|
/linux-6.1.9/arch/microblaze/include/asm/ ! |
D | pgtable.h | 232 #define pte_pfn(x) (pte_val(x) >> PFN_SHIFT_OFFSET) macro
|
/linux-6.1.9/arch/alpha/include/asm/ ! |
D | pgtable.h | 189 #define pte_pfn(pte) (pte_val(pte) >> 32) macro
|
/linux-6.1.9/arch/sparc/include/asm/ ! |
D | pgtable_32.h | 261 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn() function
|
/linux-6.1.9/arch/powerpc/include/asm/book3s/32/ ! |
D | pgtable.h | 438 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn() function
|
/linux-6.1.9/arch/loongarch/include/asm/ ! |
D | pgtable.h | 235 #define pte_pfn(x) ((unsigned long)(((x).pte & _PFN_MASK) >> _PFN_SHIFT)) macro
|
/linux-6.1.9/arch/parisc/include/asm/ ! |
D | pgtable.h | 389 #define pte_pfn(x) (pte_val(x) >> PFN_PTE_SHIFT) macro
|
/linux-6.1.9/arch/ia64/include/asm/ ! |
D | pgtable.h | 230 #define pte_pfn(_pte) ((pte_val(_pte) & _PFN_MASK) >> PAGE_SHIFT) macro
|
/linux-6.1.9/mm/ ! |
D | debug_vm_pgtable.c | 85 unsigned long pte_pfn; member
|
/linux-6.1.9/arch/riscv/include/asm/ ! |
D | pgtable.h | 268 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn() function
|