Searched refs:PFN (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/arch/sparc/mm/ |
D | leon_mm.c | 56 if (!_pfn_valid(PFN(ctxtbl))) { in leon_swprobe() 60 PFN(ctxtbl)); in leon_swprobe() 89 if (!_pfn_valid(PFN(ptr))) in leon_swprobe() 112 if (!_pfn_valid(PFN(ptr))) { in leon_swprobe() 115 PFN(ptr)); in leon_swprobe() 140 if (!_pfn_valid(PFN(ptr))) in leon_swprobe()
|
/linux-4.1.27/arch/m32r/mm/ |
D | mmu.S | 37 ld r0, @(MDEVP_offset, r3) ; r0: PFN + ASID (MDEVP reg.) 44 ;; r0: PFN + ASID (MDEVP reg.) 47 ;; r0: PFN + ASID 76 ;; r0: PFN + ASID 84 or r0, r1 ; r0: PFN + ASID 104 ;; r0: PFN + ASID 109 ;; r0: PFN + ASID 131 ;; r0: PFN + ASID 135 ;; r0: PFN + ASID 177 ;; r0: PFN + ASID [all …]
|
/linux-4.1.27/Documentation/vm/ |
D | pagemap.txt | 15 * Bits 0-54 page frame number (PFN) if present 24 If the page is not present but in swap, then the PFN contains an 26 swap. Unmapped pages return a null PFN. This allows determining 35 times each page is mapped, indexed by PFN. 38 page, indexed by PFN. 148 5. Open /proc/kpagecount and/or /proc/kpageflags. For each PFN you just
|
D | hwpoison.txt | 111 Inject hwpoison fault at PFN echoed into this file. This does 116 Software-unpoison page at PFN echoed into this file. This
|
D | page_owner.txt | 77 grep -v ^PFN page_owner_full.txt > page_owner.txt
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | leon.h | 253 #define PFN(x) ((x) >> PAGE_SHIFT) macro 254 #define _pfn_valid(pfn) ((pfn < last_valid_pfn) && (pfn >= PFN(phys_base)))
|
/linux-4.1.27/Documentation/cma/ |
D | debugfs.txt | 11 - [RO] base_pfn: The base PFN (Page Frame Number) of the zone.
|
/linux-4.1.27/arch/avr32/mm/ |
D | tlb.c | 40 SYSREG_BFEXT(PFN, tlbelo) >> 2, in show_dtlb_entry() 339 SYSREG_BFEXT(PFN, tlbelo) >> 2, in tlb_show()
|
/linux-4.1.27/arch/arc/mm/ |
D | tlbex.S | 227 and r3, r0, PTE_BITS_NON_RWX_IN_PD1 ; Extract PFN+cache bits from PTE
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 458 pf - pure PFN range 506 The /proc/pid/pagemap gives the PFN, which can be used to find the pageflags
|