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

12

/linux-master/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) function
/linux-master/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
/linux-master/arch/sh/include/asm/
H A Dpgtable.h95 #define pte_pfn(x) ((unsigned long)(((x).pte_low >> PAGE_SHIFT))) macro
/linux-master/arch/arc/include/asm/
H A Dpgtable-levels.h178 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/linux-master/arch/powerpc/include/asm/
H A Dpgtable.h60 static inline unsigned long pte_pfn(pte_t pte) function
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgtable.h117 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
H A Dsun3_pgtable.h109 #define pte_pfn(pte) (pte_val(pte) & SUN3_PAGE_PGNUM_MASK) macro
H A Dmcf_pgtable.h299 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/linux-master/arch/hexagon/include/asm/
H A Dpgtable.h346 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/linux-master/arch/csky/include/asm/
H A Dpgtable.h38 #define pte_pfn(x) ((unsigned long)((x).pte_low >> PAGE_SHIFT)) macro
/linux-master/arch/nios2/include/asm/
H A Dpgtable.h169 #define pte_pfn(pte) (pte_val(pte) & 0xfffff) macro
/linux-master/arch/sparc/include/asm/
H A Dpgtable_32.h260 static inline unsigned long pte_pfn(pte_t pte) function
H A Dpgtable_64.h241 static inline unsigned long pte_pfn(pte_t pte) function
/linux-master/mm/
H A Ddebug_vm_pgtable.c82 unsigned long pte_pfn; member in struct:pgtable_debug_args
[all...]
/linux-master/arch/arm/include/asm/
H A Dpgtable.h168 #define pte_pfn(pte) ((pte_val(pte) & PHYS_MASK) >> PAGE_SHIFT) macro
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h361 #define pte_pfn(x) ((unsigned long)(((x).pte)) >> PAGE_SHIFT) macro
/linux-master/arch/xtensa/include/asm/
H A Dpgtable.h278 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/linux-master/arch/alpha/include/asm/
H A Dpgtable.h192 #define pte_pfn(pte) (pte_val(pte) >> PFN_PTE_SHIFT) macro
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h235 #define pte_pfn(x) (pte_val(x) >> PFN_PTE_SHIFT) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h253 #define pte_pfn(x) ((unsigned long)(((x).pte & _PFN_MASK) >> PFN_PTE_SHIFT)) macro
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h368 #define pte_pfn(x) (pte_val(x) >> PFN_PTE_SHIFT) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h321 static inline unsigned long pte_pfn(pte_t pte) function
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h96 #define pte_pfn(pte) (__pte_to_phys(pte) >> PAGE_SHIFT) macro

Completed in 273 milliseconds

12