Home
last modified time | relevance | path

Searched refs:huge (Results 1 – 25 of 96) sorted by relevance

1234

/linux/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h123 unsigned long clr, unsigned long set, int huge);
136 int huge = psize > mmu_virtual_psize ? 1 : 0; in __ptep_set_access_flags() local
138 pte_update(vma->vm_mm, address, ptep, clr, set, huge); in __ptep_set_access_flags()
175 static inline int number_of_cells_per_pte(pmd_t *pmd, pte_basic_t val, int huge) in number_of_cells_per_pte() argument
177 if (!huge) in number_of_cells_per_pte()
188 unsigned long clr, unsigned long set, int huge) in __pte_update() argument
196 num = number_of_cells_per_pte(pmd, new, huge); in __pte_update()
211 unsigned long clr, unsigned long set, int huge) in pte_update() argument
215 if (huge && ptep_is_8m_pmdp(mm, addr, ptep)) { in pte_update()
218 old = __pte_update(mm, addr, pte_offset_kernel(pmdp, 0), clr, set, huge); in pte_update()
[all …]
/linux/tools/testing/selftests/mm/
H A Dcharge_reserved_hugetlb.sh54 if [[ -e /mnt/huge ]]; then
55 rm -rf /mnt/huge/*
56 umount /mnt/huge || echo error
57 rmdir /mnt/huge
262 if [[ -e /mnt/huge ]]; then
263 rm -rf /mnt/huge/*
264 umount /mnt/huge
265 rmdir /mnt/huge
292 mkdir -p /mnt/huge
293 mount -t hugetlbfs -o pagesize=${MB}M,size=256M none /mnt/huge
[all...]
H A Drun_vmtests.sh67 test transparent huge pages
69 test hugetlbfs huge pages
119 for huge in -t -T "-H -m $hugetlb_mb"; do
131 $huge $test_cmd $write $share $num
/linux/Documentation/mm/
H A Dhugetlbfs_reserv.rst9 typically preallocated for application use. These huge pages are instantiated
10 in a task's address space at page fault time if the VMA indicates huge pages
11 are to be used. If no huge page exists at page fault time, the task is sent
12 a SIGBUS and often dies an unhappy death. Shortly after huge page support
14 of huge pages at mmap() time. The idea is that if there were not enough
15 huge pages to cover the mapping, the mmap() would fail. This was first
17 were enough free huge pages to cover the mapping. Like most things in the
19 'reserve' huge pages at mmap() time to ensure that huge pages would be
21 describe how huge page reserve processing is done in the v4.10 kernel.
34 This is a global (per-hstate) count of reserved huge pages. Reserved
[all …]
H A Dzsmalloc.rst157 per zspage. Any object larger than 3264 bytes is considered huge and belongs
159 in huge classes do not share pages).
162 for the huge size class and fewer huge classes overall. This allows for more
165 For zspage chain size of 8, huge class watermark becomes 3632 bytes:::
178 For zspage chain size of 16, huge class watermark becomes 3840 bytes:::
207 pages per zspage number of size classes (clusters) huge size class watermark
H A Darch_pgtable_helpers.rst144 | pmd_set_huge | Creates a PMD huge mapping |
146 | pmd_clear_huge | Clears a PMD huge mapping |
199 | pud_set_huge | Creates a PUD huge mapping |
201 | pud_clear_huge | Clears a PUD huge mapping |
/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash.h162 pte_t *ptep, unsigned long pte, int huge);
190 int huge) in hash__pte_update() argument
196 if (IS_ENABLED(CONFIG_PPC_4K_PAGES) && huge) { in hash__pte_update()
213 if (!huge) in hash__pte_update()
217 hpte_need_flush(mm, addr, ptep, old, huge); in hash__pte_update()
H A Dradix.h176 int huge) in radix__pte_update() argument
181 if (!huge) in radix__pte_update()
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h7 unsigned long clr, unsigned long set, int huge);
58 unsigned long clr, unsigned long set, int huge) in pte_update() argument
69 if (huge) in pte_update()
95 if (!huge) in pte_update()
143 int huge = psize > mmu_virtual_psize ? 1 : 0; in __ptep_set_access_flags() local
145 pte_update(vma->vm_mm, address, ptep, 0, set, huge); in __ptep_set_access_flags()
/linux/Documentation/filesystems/
H A Dtmpfs.rst112 configured with CONFIG_TRANSPARENT_HUGEPAGE and with huge supported for
117 huge=never Do not allocate huge pages. This is the default.
118 huge=always Attempt to allocate huge page every time a new page is needed.
119 huge=within_size Only allocate huge page if it will be fully within i_size.
121 huge=advise Only allocate huge page if requested with madvise(2).
126 be used to deny huge pages on all tmpfs mounts in an emergency, or to
127 force huge pages on all tmpfs mounts for testing.
/linux/arch/loongarch/mm/
H A Dinit.c144 int huge = pmd_val(pmdp_get(pmd)) & _PAGE_HUGE; in vmemmap_check_pmd() local
146 if (huge) in vmemmap_check_pmd()
149 return huge; in vmemmap_check_pmd()
/linux/Documentation/admin-guide/hw-vuln/
H A Dmultihit.rst81 * - KVM: Mitigation: Split huge pages
111 In order to mitigate the vulnerability, KVM initially marks all huge pages
125 The KVM hypervisor mitigation mechanism for marking huge pages as
134 non-executable huge pages in Linux kernel KVM module. All huge
/linux/Documentation/core-api/
H A Dpin_user_pages.rst64 severely by huge pages, because each tail page adds a refcount to the
66 field, refcount overflows were seen in some huge page stress tests.
68 This also means that huge pages and large folios do not suffer
248 acquired since the system was powered on. For huge pages, the head page is
249 pinned once for each page (head page and each tail page) within the huge page.
250 This follows the same sort of behavior that get_user_pages() uses for huge
251 pages: the head page is refcounted once for each tail or head page in the huge
252 page, when get_user_pages() is applied to a huge page.
256 PAGE_SIZE granularity, even if the original pin was applied to a huge page.
/linux/arch/alpha/lib/
H A Dev6-clear_user.S86 subq $1, 16, $4 # .. .. .. E : If < 16, we can not use the huge loop
87 and $16, 0x3f, $2 # .. .. E .. : Forward work for huge loop
88 subq $2, 0x40, $3 # .. E .. .. : bias counter (huge loop)
/linux/Documentation/arch/riscv/
H A Dvm-layout.rst42 …0000004000000000 | +256 GB | ffffffbfffffffff | ~16M TB | ... huge, almost 64 bits wide hole of…
79 …0000800000000000 | +128 TB | ffff7fffffffffff | ~16M TB | ... huge, almost 64 bits wide hole of…
115 …0100000000000000 | +64 PB | feffffffffffffff | ~16K PB | ... huge, almost 64 bits wide hole of…
/linux/arch/powerpc/mm/book3s64/
H A Dhash_tlb.c41 pte_t *ptep, unsigned long pte, int huge) in hpte_need_flush() argument
61 if (huge) { in hpte_need_flush()
/linux/Documentation/admin-guide/mm/
H A Dconcepts.rst79 `huge`. Usage of huge pages significantly reduces pressure on TLB,
83 memory with the huge pages. The first one is `HugeTLB filesystem`, or
86 the memory and mapped using huge pages. The hugetlbfs is described at
89 Another, more recent, mechanism that enables use of the huge pages is
92 the system memory should and can be mapped by the huge pages, THP
201 buffer for DMA, or when THP allocates a huge page. Memory `compaction`
/linux/mm/
H A Dmemory-failure.c2553 bool huge = false; in unpoison_memory() local
2610 huge = true; in unpoison_memory()
2626 huge = true; in unpoison_memory()
2644 if (!huge) in unpoison_memory()
2667 bool huge = folio_test_hugetlb(folio); in soft_offline_in_use_page() local
2676 if (!huge && folio_test_large(folio)) { in soft_offline_in_use_page()
2685 if (!huge) in soft_offline_in_use_page()
2694 if (!huge && folio_test_lru(folio) && !folio_test_swapcache(folio)) in soft_offline_in_use_page()
2723 bool release = !huge; in soft_offline_in_use_page()
2725 if (!page_handle_poison(page, huge, release)) in soft_offline_in_use_page()
[all …]
H A Dshmem.c121 int huge; member
568 switch (SHMEM_SB(inode->i_sb)->huge) { in __shmem_huge_global_enabled()
618 static const char *shmem_format_huge(int huge) in shmem_format_huge() argument
620 switch (huge) { in shmem_format_huge()
2612 if (SHMEM_SB(sb)->huge != SHMEM_HUGE_NEVER) in shmem_get_unmapped_area()
2621 if (SHMEM_SB(sb)->huge == SHMEM_HUGE_NEVER && !order) in shmem_get_unmapped_area()
4302 ctx->huge = result.uint_32; in shmem_parse_one()
4303 if (ctx->huge != SHMEM_HUGE_NEVER && in shmem_parse_one()
4514 sbinfo->huge = ctx->huge; in shmem_reconfigure()
4586 if (sbinfo->huge) in shmem_show_options()
[all …]
/linux/drivers/misc/lkdtm/
H A Dbugs.c333 static volatile unsigned int huge = INT_MAX - 2; variable
340 value = huge; in lkdtm_OVERFLOW_SIGNED()
355 value = huge; in lkdtm_OVERFLOW_UNSIGNED()
/linux/Documentation/features/vm/huge-vmap/
H A Darch-support.txt2 # Feature name: huge-vmap
/linux/arch/parisc/mm/
H A Dinit.c401 bool huge = false; in map_pages() local
411 huge = true; in map_pages()
416 huge = true; in map_pages()
422 if (huge) in map_pages()
/linux/Documentation/filesystems/ext4/
H A Dbigalloc.rst9 exceeds the page size. However, for a filesystem of mostly huge files,
/linux/Documentation/arch/x86/x86_64/
H A Dmm.rst35 …0000800000000000 | +128 TB | ffff7fffffffffff | ~16M TB | ... huge, almost 64 bits wide hole of…
94 …0100000000000000 | +64 PB | feffffffffffffff | ~16K PB | ... huge, still almost 64 bits wide h…
/linux/fs/netfs/
H A DKconfig8 segmentation, local caching and transparent huge page support.

1234