Searched refs:PUD (Results 1 – 11 of 11) sorted by relevance
/linux-6.3-rc2/Documentation/mm/ |
A D | arch_pgtable_helpers.rst | 155 PUD Page Table Helpers 159 | pud_same | Tests whether both PUD entries are the same | 161 | pud_bad | Tests a non-table mapped PUD | 163 | pud_leaf | Tests a leaf mapped PUD | 165 | pud_huge | Tests a HugeTLB mapped PUD | 167 | pud_trans_huge | Tests a Transparent Huge Page (THP) at PUD | 169 | pud_present | Tests a valid mapped PUD | 171 | pud_young | Tests a young PUD | 173 | pud_dirty | Tests a dirty PUD | 175 | pud_write | Tests a writable PUD | [all …]
|
A D | split_page_table_lock.rst | 42 level, but not for PUD.
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgalloc_64.h | 24 #define p4d_populate(MM, P4D, PUD) __p4d_populate(P4D, PUD) argument 41 #define pud_populate(MM, PUD, PMD) __pud_populate(PUD, PMD) argument
|
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | mremap_test.c | 50 PUD = _1GB, enumerator 494 test_cases[9] = MAKE_TEST(PUD, PTE, _2GB, NON_OVERLAPPING, EXPECT_SUCCESS, in main() 496 test_cases[10] = MAKE_TEST(PUD, _1MB, _2GB, NON_OVERLAPPING, EXPECT_SUCCESS, in main() 498 test_cases[11] = MAKE_TEST(PUD, PMD, _2GB, NON_OVERLAPPING, EXPECT_SUCCESS, in main() 500 test_cases[12] = MAKE_TEST(PUD, PUD, _2GB, NON_OVERLAPPING, EXPECT_SUCCESS, in main() 511 perf_test_cases[2] = MAKE_TEST(PUD, PUD, _1GB, NON_OVERLAPPING, EXPECT_SUCCESS, in main()
|
/linux-6.3-rc2/Documentation/translations/zh_CN/arm64/ |
A D | hugetlbpage.rst | 40 - CONT PTE PMD CONT PMD PUD
|
/linux-6.3-rc2/Documentation/translations/zh_TW/arm64/ |
A D | hugetlbpage.rst | 43 - CONT PTE PMD CONT PMD PUD
|
/linux-6.3-rc2/Documentation/translations/zh_CN/mm/ |
A D | split_page_table_lock.rst | 47 Hugetlb可以支持多种页面大小。我们只对PMD级别使用分页锁,但不对PUD使用。
|
/linux-6.3-rc2/Documentation/arm64/ |
A D | hugetlbpage.rst | 38 - CONT PTE PMD CONT PMD PUD
|
/linux-6.3-rc2/Documentation/x86/ |
A D | amd-memory-encryption.rst | 33 for a PUD which results in the PUD pointed to by that entry to not be
|
/linux-6.3-rc2/include/linux/ |
A D | pgtable.h | 19 #error CONFIG_PGTABLE_LEVELS is not consistent with __PAGETABLE_{P4D,PUD,PMD}_FOLDED
|
/linux-6.3-rc2/arch/ |
A D | Kconfig | 861 PUD level. If there are only 3 page table levels, the move effectively
|
Completed in 14 milliseconds