Home
last modified time | relevance | path

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

12

/linux-6.1.9/arch/mips/include/asm/ !
Dpgtable-32.h156 #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
Dpgtable-64.h301 #define pte_pfn(x) ((unsigned long)((x).pte >> _PFN_SHIFT)) macro
/linux-6.1.9/arch/um/include/asm/ !
Dpgtable-2level.h39 #define pte_pfn(x) phys_to_pfn(pte_val(x)) macro
Dpgtable-3level.h88 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn() function
/linux-6.1.9/arch/sh/include/asm/ !
Dpgtable.h97 #define pte_pfn(x) ((unsigned long)(((x).pte_low >> PAGE_SHIFT))) macro
/linux-6.1.9/arch/powerpc/include/asm/nohash/ !
Dpgtable.h104 static inline unsigned long pte_pfn(pte_t pte) { in pte_pfn() function
/linux-6.1.9/arch/nios2/include/asm/ !
Dpgtable.h169 #define pte_pfn(pte) (pte_val(pte) & 0xfffff) macro
/linux-6.1.9/arch/arc/include/asm/ !
Dpgtable-levels.h177 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/linux-6.1.9/arch/m68k/include/asm/ !
Dsun3_pgtable.h105 #define pte_pfn(pte) (pte_val(pte) & SUN3_PAGE_PGNUM_MASK) macro
Dmotorola_pgtable.h113 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
Dmcf_pgtable.h270 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/linux-6.1.9/arch/hexagon/include/asm/ !
Dpgtable.h342 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/linux-6.1.9/arch/csky/include/asm/ !
Dpgtable.h37 #define pte_pfn(x) ((unsigned long)((x).pte_low >> PAGE_SHIFT)) macro
/linux-6.1.9/arch/arm/include/asm/ !
Dpgtable.h166 #define pte_pfn(pte) ((pte_val(pte) & PHYS_MASK) >> PAGE_SHIFT) macro
/linux-6.1.9/arch/xtensa/include/asm/ !
Dpgtable.h273 #define pte_pfn(pte) (pte_val(pte) >> PAGE_SHIFT) macro
/linux-6.1.9/arch/openrisc/include/asm/ !
Dpgtable.h357 #define pte_pfn(x) ((unsigned long)(((x).pte)) >> PAGE_SHIFT) macro
/linux-6.1.9/arch/microblaze/include/asm/ !
Dpgtable.h232 #define pte_pfn(x) (pte_val(x) >> PFN_SHIFT_OFFSET) macro
/linux-6.1.9/arch/alpha/include/asm/ !
Dpgtable.h189 #define pte_pfn(pte) (pte_val(pte) >> 32) macro
/linux-6.1.9/arch/sparc/include/asm/ !
Dpgtable_32.h261 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn() function
/linux-6.1.9/arch/powerpc/include/asm/book3s/32/ !
Dpgtable.h438 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn() function
/linux-6.1.9/arch/loongarch/include/asm/ !
Dpgtable.h235 #define pte_pfn(x) ((unsigned long)(((x).pte & _PFN_MASK) >> _PFN_SHIFT)) macro
/linux-6.1.9/arch/parisc/include/asm/ !
Dpgtable.h389 #define pte_pfn(x) (pte_val(x) >> PFN_PTE_SHIFT) macro
/linux-6.1.9/arch/ia64/include/asm/ !
Dpgtable.h230 #define pte_pfn(_pte) ((pte_val(_pte) & _PFN_MASK) >> PAGE_SHIFT) macro
/linux-6.1.9/mm/ !
Ddebug_vm_pgtable.c85 unsigned long pte_pfn; member
/linux-6.1.9/arch/riscv/include/asm/ !
Dpgtable.h268 static inline unsigned long pte_pfn(pte_t pte) in pte_pfn() function

12