| /linux/Documentation/vm/ |
| A D | arch_pgtable_helpers.rst | 81 PMD Page Table Helpers 85 | pmd_same | Tests whether both PMD entries are the same | 87 | pmd_bad | Tests a non-table mapped PMD | 89 | pmd_leaf | Tests a leaf mapped PMD | 91 | pmd_huge | Tests a HugeTLB mapped PMD | 93 | pmd_trans_huge | Tests a Transparent Huge Page (THP) at PMD | 95 | pmd_present | Tests a valid mapped PMD | 97 | pmd_young | Tests a young PMD | 99 | pmd_dirty | Tests a dirty PMD | 101 | pmd_write | Tests a writable PMD | [all …]
|
| A D | split_page_table_lock.rst | 13 access to the table. At the moment we use split lock for PTE and PMD 29 takes PMD table lock, returns pointer to taken lock; 31 returns pointer to PMD table lock; 37 Split page table lock for PMD tables is enabled, if it's enabled for PTE 43 Hugetlb can support several page sizes. We use split lock only for PMD 65 PMD split lock only makes sense if you have more than two page table 68 PMD split lock enabling requires pgtable_pmd_page_ctor() call on PMD table 72 pmd_free_tlb(), but make sure you cover all PMD table allocation / freeing 98 pgtable_pmd_page_ctor() for PMD table.
|
| A D | transhuge.rst | 139 For anonymous pages, we set PG_double_map when a PMD of the page is split 140 for the first time, but still have a PMD mapping. The additional references
|
| A D | unevictable-lru.rst | 455 PMD on border of VM_LOCKED VMA will be split into PTE table.
|
| /linux/arch/sparc/include/asm/ |
| A D | pgalloc_64.h | 41 #define pud_populate(MM, PUD, PMD) __pud_populate(PUD, PMD) argument 68 #define pmd_populate_kernel(MM, PMD, PTE) pmd_set(MM, PMD, PTE) argument 69 #define pmd_populate(MM, PMD, PTE) pmd_set(MM, PMD, PTE) argument
|
| A D | pgalloc_32.h | 36 #define pud_populate(MM, PGD, PMD) pud_set(PGD, PMD) argument
|
| A D | pgtable_64.h | 1120 #define pmd_pgtable(PMD) ((pte_t *)pmd_page_vaddr(PMD)) argument
|
| /linux/tools/testing/selftests/vm/ |
| A D | mremap_test.c | 48 PMD = _2MB, enumerator 304 test_cases[6] = MAKE_TEST(PMD, PTE, _4MB, NON_OVERLAPPING, EXPECT_SUCCESS, in main() 306 test_cases[7] = MAKE_TEST(PMD, _1MB, _4MB, NON_OVERLAPPING, EXPECT_SUCCESS, in main() 308 test_cases[8] = MAKE_TEST(PMD, PMD, _4MB, NON_OVERLAPPING, EXPECT_SUCCESS, in main() 316 test_cases[11] = MAKE_TEST(PUD, PMD, _2GB, NON_OVERLAPPING, EXPECT_SUCCESS, in main() 327 perf_test_cases[1] = MAKE_TEST(PMD, PMD, _1GB, NON_OVERLAPPING, EXPECT_SUCCESS, in main()
|
| /linux/Documentation/devicetree/bindings/edac/ |
| A D | apm-xgene-edac.txt | 7 PMD (L1/L2) - Processor module unit (PMD) L1/L2 cache 18 - regmap-efuse : Regmap of the PMD efuse resource. 24 - interrupts : Interrupt-specifier for MCU, PMD, L3, or SoC error 33 Required properties for PMD subnode: 36 - reg : First resource shall be the PMD resource. 37 - pmd-controller : Instance number of the PMD controller.
|
| /linux/Documentation/networking/device_drivers/fddi/ |
| A D | defza.rst | 16 the standard MMF-PMD, however with a pair of ST connectors rather than 19 between the DEC proprietary ThinWire-PMD using a BNC connector and the 20 standard STP-PMD using a DE-9F connector. This option can interface to 21 a DECconcentrator 500 device and, in the case of the STP-PMD, also other
|
| /linux/Documentation/translations/zh_CN/arm64/ |
| A D | hugetlbpage.rst | 40 - CONT PTE PMD CONT PMD PUD
|
| /linux/Documentation/translations/zh_TW/arm64/ |
| A D | hugetlbpage.rst | 43 - CONT PTE PMD CONT PMD PUD
|
| /linux/Documentation/arm64/ |
| A D | hugetlbpage.rst | 38 - CONT PTE PMD CONT PMD PUD
|
| /linux/Documentation/devicetree/bindings/net/ |
| A D | broadcom-bcm87xx.txt | 24 * Set PMD Digital Control Register for
|
| A D | ti,dp83869.yaml | 18 with integrated PMD sublayers that supports 10BASE-Te, 100BASE-TX and
|
| A D | ti,dp83867.yaml | 18 transceiver with integrated PMD sublayers to support 10BASE-Te, 100BASE-TX
|
| /linux/Documentation/devicetree/bindings/clock/ |
| A D | xgene.txt | 11 "apm,xgene-pmd-clock" - for a X-Gene PMD clock 26 Required properties for PMD clocks:
|
| /linux/arch/arm/kernel/ |
| A D | head.S | 209 add r3, r4, #0x1000 @ first PMD table address 221 add r3, r3, #0x1000 @ next PMD table 225 add r4, r4, #0x1000 @ point to the PMD tables
|
| /linux/Documentation/admin-guide/mm/ |
| A D | transhuge.rst | 350 This action implies splitting all PMD the page mapped with. 363 is incremented every time a PMD split into table of PTEs.
|
| /linux/Documentation/x86/ |
| A D | pti.rst | 73 aligned so that it can be mapped by setting a single PMD
|
| /linux/include/linux/ |
| A D | pgtable.h | 18 #error CONFIG_PGTABLE_LEVELS is not consistent with __PAGETABLE_{P4D,PUD,PMD}_FOLDED
|
| /linux/arch/ |
| A D | Kconfig | 839 Archs that select this are able to move page tables at the PMD level. 851 # Archs that select this would be capable of PMD-sized vmaps (i.e.,
|