Searched refs:PFN (Results 1 – 4 of 4) sorted by relevance
55 if (!_pfn_valid(PFN(ctxtbl))) { in leon_swprobe()59 PFN(ctxtbl)); in leon_swprobe()87 if (!_pfn_valid(PFN(ptr))) in leon_swprobe()109 if (!_pfn_valid(PFN(ptr))) { in leon_swprobe()112 PFN(ptr)); in leon_swprobe()136 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)))
32 mov r0, r8, lsr #PAGE_SHIFT @ convert to PFN
Completed in 8 milliseconds