Searched refs:PFN (Results 1 – 12 of 12) sorted by relevance
/linux-4.4.14/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.4.14/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.4.14/Documentation/vm/ |
D | pagemap.txt | 15 * Bits 0-54 page frame number (PFN) if present 27 4.2 the PFN field is zeroed if the user does not have CAP_SYS_ADMIN. 30 If the page is not present but in swap, then the PFN contains an 32 swap. Unmapped pages return a null PFN. This allows determining 41 times each page is mapped, indexed by PFN. 44 page, indexed by PFN. 76 memory cgroup each page is charged to, indexed by PFN. Only available when 165 5. Open /proc/kpagecount and/or /proc/kpageflags. For each PFN you just
|
D | idle_page_tracking.txt | 17 bitmap is represented by an array of 8-byte integers, and the page at PFN #i is 38 this file beyond max PFN will return -ENXIO.
|
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.4.14/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.4.14/Documentation/cma/ |
D | debugfs.txt | 11 - [RO] base_pfn: The base PFN (Page Frame Number) of the zone.
|
/linux-4.4.14/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.4.14/drivers/nvdimm/ |
D | Kconfig | 77 bool "PFN: Map persistent (device) memory"
|
/linux-4.4.14/arch/arc/mm/ |
D | tlbex.S | 263 and r3, r0, PTE_BITS_NON_RWX_IN_PD1 ; Extract PFN+cache bits from PTE
|
/linux-4.4.14/Documentation/filesystems/ |
D | proc.txt | 477 pf - pure PFN range 524 The /proc/pid/pagemap gives the PFN, which can be used to find the pageflags
|