Searched refs:hugepage_size (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/sparc/mm/ |
| H A D | hugetlbpage.c | 25 unsigned long hugepage_size = _PAGE_SZ4MB_4U; in sun4u_hugepage_shift_to_tte() local 31 hugepage_size = _PAGE_SZ256MB_4U; in sun4u_hugepage_shift_to_tte() 38 hugepage_size = _PAGE_SZ64K_4U; in sun4u_hugepage_shift_to_tte() 44 pte_val(entry) = pte_val(entry) | hugepage_size; in sun4u_hugepage_shift_to_tte() 50 unsigned long hugepage_size = _PAGE_SZ4MB_4V; in sun4v_hugepage_shift_to_tte() local 56 hugepage_size = _PAGE_SZ16GB_4V; in sun4v_hugepage_shift_to_tte() 60 hugepage_size = _PAGE_SZ2GB_4V; in sun4v_hugepage_shift_to_tte() 64 hugepage_size = _PAGE_SZ256MB_4V; in sun4v_hugepage_shift_to_tte() 71 hugepage_size = _PAGE_SZ64K_4V; in sun4v_hugepage_shift_to_tte() 77 pte_val(entry) = pte_val(entry) | hugepage_size; in sun4v_hugepage_shift_to_tte()
|
| H A D | init_64.c | 418 unsigned long hugepage_size = PAGE_SIZE; in update_mmu_cache_range() local 421 hugepage_size = huge_page_size(hstate_vma(vma)); in update_mmu_cache_range() 423 if (hugepage_size >= PUD_SIZE) { in update_mmu_cache_range() 431 } else if (hugepage_size >= PMD_SIZE) { in update_mmu_cache_range() 438 if (hugepage_size >= PMD_SIZE) { in update_mmu_cache_range()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | map_hugetlb.c | 47 size_t hugepage_size; in main() local 52 hugepage_size = default_huge_page_size(); in main() 54 if (hugepage_size > length) in main() 55 length = hugepage_size; in main()
|
| H A D | compaction_test.c | 85 int check_compaction(unsigned long mem_free, unsigned long hugepage_size, in check_compaction() argument 115 nr_hugepages_ul = mem_free / hugepage_size / 2; in check_compaction() 141 compaction_index = mem_free/(nr_hugepages_ul * hugepage_size); in check_compaction() 213 unsigned long hugepage_size = 0; in main() local 235 if (read_memory_info(&mem_free, &hugepage_size) != 0) in main() 271 if (check_compaction(mem_free, hugepage_size, in main()
|
| H A D | hugetlb-soft-offline.c | 103 static int read_nr_hugepages(unsigned long hugepage_size, in read_nr_hugepages() argument 110 hugepage_size); in read_nr_hugepages()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-kernel-mm-damon | 414 Description: If 'hugepage_size' is written to the 'type' file, writing to 421 Description: If 'hugepage_size' is written to the 'type' file, writing to
|
| /linux/Documentation/admin-guide/mm/damon/ |
| H A D | usage.rst | 486 files, respectively. For ``hugepage_size`` type, you can specify the minimum
|
| /linux/Documentation/mm/damon/ |
| H A D | design.rst | 698 - hugepage_size
|