Home
last modified time | relevance | path

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

123

/kernel/linux/linux-6.6/arch/um/include/asm/
H A Dpgtable-2level.h39 #define pte_pfn(x) phys_to_pfn(pte_val(x)) macro
H A Dpgtable-3level.h80 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn() function
/kernel/linux/linux-5.10/arch/um/include/asm/
H A Dpgtable-2level.h40 #define pte_pfn(x) phys_to_pfn(pte_val(x)) macro
H A Dpgtable-3level.h89 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn() function
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H A Dmmzone.h74 #define pte_pfn(pte) (pte_val(pte) >> 32) macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dpgtable-32.h158 #define pte_pfn(x) (((unsigned long)((x).pte_high >> _PFN_SHIFT)) | (unsigned long)((x).pte_low << _PAGE_PRESENT_SHIFT)) macro
174 #define pte_pfn(x) ((unsigned long)((x).pte_high >> 6)) macro
190 #define pte_pfn(x) ((unsigned long)((x).pte >> (PAGE_SHIFT + 2))) macro
193 #define pte_pfn(x) ((unsigned long)((x).pte >> _PFN_SHIFT)) macro
H A Dpgtable-64.h308 #define pte_pfn(x) ((unsigned long)((x).pte >> (PAGE_SHIFT + 2))) macro
311 #define pte_pfn(x) ((unsigned long)((x).pte >> _PFN_SHIFT)) macro
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dpgtable-32.h156 #define pte_pfn(x) (((unsigned long)((x).pte_high >> PFN_PTE_SHIFT)) | (unsigned long)((x).pte_low << _PAGE_PRESENT_SHIFT)) macro
172 #define pte_pfn(x) ((unsigned long)((x).pte_high >> 6)) macro
187 #define pte_pfn(x) ((unsigned long)((x).pte >> PFN_PTE_SHIFT)) macro
H A Dpgtable-64.h301 #define pte_pfn(x) ((unsigned long)((x).pte >> PFN_PTE_SHIFT)) macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dpgtable.h58 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn() function
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dpgtable.h95 #define pte_pfn(x) ((unsigned long)(((x).pte_low >> PAGE_SHIFT))) macro
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dpgtable.h116 #define pte_pfn(x) ((unsigned long)(((x).pte_low >> PAGE_SHIFT))) macro
/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dpgtable-levels.h178 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dpgtable-64.h232 #define pte_pfn(x) ((unsigned long)(((x).pte & _PFN_MASK) >> _PFN_SHIFT)) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
H A Dpgtable.h126 static inline unsigned long pte_pfn(pte_t pte) { in pte_pfn() function
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dsun3_pgtable.h128 #define pte_pfn(pte) (pte_val(pte) & SUN3_PAGE_PGNUM_MASK) macro
H A Dmotorola_pgtable.h140 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
H A Dmcf_pgtable.h326 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dsun3_pgtable.h109 #define pte_pfn(pte) (pte_val(pte) & SUN3_PAGE_PGNUM_MASK) macro
H A Dmotorola_pgtable.h117 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dpgtable.h38 #define pte_pfn(x) ((unsigned long)((x).pte_low >> PAGE_SHIFT)) macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H A Dpgtable.h346 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/kernel/linux/linux-6.6/arch/nios2/include/asm/
H A Dpgtable.h169 #define pte_pfn(pte) (pte_val(pte) & 0xfffff) macro
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dpgtable.h40 #define pte_pfn(x) ((unsigned long)((x).pte_low >> PAGE_SHIFT)) macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dpgtable.h277 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro

Completed in 13 milliseconds

123