Searched refs:PFN (Results 1 – 4 of 4) sorted by relevance
57 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()
7 page PFN and counts their repeated occurrence. Once the counter for a8 PFN overflows, we try to soft-offline that page as we take it to mean
253 #define PFN(x) ((x) >> PAGE_SHIFT) macro254 #define _pfn_valid(pfn) ((pfn < last_valid_pfn) && (pfn >= PFN(phys_base)))
251 and r3, r0, PTE_BITS_NON_RWX_IN_PD1 ; Extract PFN+cache bits from PTE