Home
last modified time | relevance | path

Searched refs:PFN (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dleon_mm.c57 if (!_pfn_valid(PFN(ctxtbl))) { in leon_swprobe()
61 PFN(ctxtbl)); in leon_swprobe()
90 if (!_pfn_valid(PFN(ptr))) in leon_swprobe()
113 if (!_pfn_valid(PFN(ptr))) { in leon_swprobe()
116 PFN(ptr)); in leon_swprobe()
141 if (!_pfn_valid(PFN(ptr))) in leon_swprobe()
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dleon_mm.c57 if (!_pfn_valid(PFN(ctxtbl))) { in leon_swprobe()
61 PFN(ctxtbl)); in leon_swprobe()
90 if (!_pfn_valid(PFN(ptr))) in leon_swprobe()
113 if (!_pfn_valid(PFN(ptr))) { in leon_swprobe()
116 PFN(ptr)); in leon_swprobe()
141 if (!_pfn_valid(PFN(ptr))) in leon_swprobe()
/kernel/linux/linux-5.10/drivers/ras/
H A Dcec.c25 * [63 ... PFN ... 12 | 11 ... generation ... 10 | 9 ... count ... 0]
89 #define PFN(e) ((e) >> PAGE_SHIFT) macro
194 this_pfn = PFN(ca->array[i]); in __find_elem()
261 return PFN(ca->array[min_idx]); in del_lru_elem_unlocked()
290 u64 this = PFN(ca->array[i]); in sanity_check()
303 u64 this = PFN(ca->array[i]); in sanity_check()
456 u64 this = PFN(ca->array[i]); in array_show()
/kernel/linux/linux-6.6/drivers/ras/
H A Dcec.c25 * [63 ... PFN ... 12 | 11 ... generation ... 10 | 9 ... count ... 0]
89 #define PFN(e) ((e) >> PAGE_SHIFT) macro
194 this_pfn = PFN(ca->array[i]); in __find_elem()
261 return PFN(ca->array[min_idx]); in del_lru_elem_unlocked()
290 u64 this = PFN(ca->array[i]); in sanity_check()
303 u64 this = PFN(ca->array[i]); in sanity_check()
456 u64 this = PFN(ca->array[i]); in array_show()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dleon.h253 #define PFN(x) ((x) >> PAGE_SHIFT) macro
254 #define _pfn_valid(pfn) ((pfn < last_valid_pfn) && (pfn >= PFN(phys_base)))
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dleon.h253 #define PFN(x) ((x) >> PAGE_SHIFT) macro
254 #define _pfn_valid(pfn) ((pfn < last_valid_pfn) && (pfn >= PFN(phys_base)))
/kernel/linux/linux-5.10/arch/arm/kernel/
H A Dphys2virt.S32 mov r0, r8, lsr #PAGE_SHIFT @ convert to PFN
/kernel/linux/linux-5.10/arch/arc/mm/
H A Dtlbex.S261 and r3, r0, PTE_BITS_NON_RWX_IN_PD1 ; Extract PFN+cache bits from PTE
/kernel/linux/linux-6.6/arch/arm/kernel/
H A Dphys2virt.S32 mov r0, r8, lsr #PAGE_SHIFT @ convert to PFN

Completed in 6 milliseconds