Home
last modified time | relevance | path

Searched defs:pte_pfn (Results 1 – 25 of 30) sorted by relevance

12

/linux/arch/mips/include/asm/
A Dpgtable-32.h157 #define pte_pfn(x) (((unsigned long)((x).pte_high >> _PFN_SHIFT)) | (unsigned long)((x).pte_low <<… macro
173 #define pte_pfn(x) ((unsigned long)((x).pte_high >> 6)) macro
189 #define pte_pfn(x) ((unsigned long)((x).pte >> (PAGE_SHIFT + 2))) macro
192 #define pte_pfn(x) ((unsigned long)((x).pte >> _PFN_SHIFT)) macro
A Dpgtable-64.h307 #define pte_pfn(x) ((unsigned long)((x).pte >> (PAGE_SHIFT + 2))) macro
310 #define pte_pfn(x) ((unsigned long)((x).pte >> _PFN_SHIFT)) macro
/linux/arch/um/include/asm/
A Dpgtable-2level.h39 #define pte_pfn(x) phys_to_pfn(pte_val(x)) macro
A Dpgtable-3level.h88 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn() function
/linux/arch/sh/include/asm/
A Dpgtable.h114 #define pte_pfn(x) ((unsigned long)(((x).pte_low >> PAGE_SHIFT))) macro
/linux/arch/powerpc/include/asm/nohash/
A Dpgtable.h124 static inline unsigned long pte_pfn(pte_t pte) { in pte_pfn() function
/linux/arch/arc/include/asm/
A Dpgtable-levels.h179 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/linux/arch/m68k/include/asm/
A Dsun3_pgtable.h128 #define pte_pfn(pte) (pte_val(pte) & SUN3_PAGE_PGNUM_MASK) macro
A Dmotorola_pgtable.h142 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
A Dmcf_pgtable.h328 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/linux/arch/nios2/include/asm/
A Dpgtable.h188 #define pte_pfn(pte) (pte_val(pte) & 0xfffff) macro
/linux/arch/csky/include/asm/
A Dpgtable.h38 #define pte_pfn(x) ((unsigned long)((x).pte_low >> PAGE_SHIFT)) macro
/linux/arch/hexagon/include/asm/
A Dpgtable.h364 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/linux/arch/arm/include/asm/
A Dpgtable.h181 #define pte_pfn(pte) ((pte_val(pte) & PHYS_MASK) >> PAGE_SHIFT) macro
/linux/arch/sparc/include/asm/
A Dpgtable_32.h275 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn() function
/linux/arch/microblaze/include/asm/
A Dpgtable.h249 #define pte_pfn(x) (pte_val(x) >> PFN_SHIFT_OFFSET) macro
/linux/arch/openrisc/include/asm/
A Dpgtable.h374 #define pte_pfn(x) ((unsigned long)(((x).pte)) >> PAGE_SHIFT) macro
/linux/arch/alpha/include/asm/
A Dpgtable.h206 #define pte_pfn(pte) (pte_val(pte) >> 32) macro
/linux/arch/xtensa/include/asm/
A Dpgtable.h291 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/linux/arch/nds32/include/asm/
A Dpgtable.h182 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/linux/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h450 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn() function
/linux/arch/parisc/include/asm/
A Dpgtable.h399 #define pte_pfn(x) (pte_val(x) >> PFN_PTE_SHIFT) macro
/linux/arch/ia64/include/asm/
A Dpgtable.h248 #define pte_pfn(_pte) ((pte_val(_pte) & _PFN_MASK) >> PAGE_SHIFT) macro
/linux/arch/riscv/include/asm/
A Dpgtable.h254 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn() function
/linux/mm/
A Ddebug_vm_pgtable.c85 unsigned long pte_pfn; member

Completed in 68 milliseconds

12