Searched refs:alloc_contig_pages (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/arch/powerpc/platforms/powernv/ |
| H A D | memtrace.c | 101 page = alloc_contig_pages(nr_pages, GFP_KERNEL | __GFP_THISNODE | in memtrace_alloc_node()
|
| /linux-6.15/include/linux/ |
| H A D | gfp.h | 433 #define alloc_contig_pages(...) alloc_hooks(alloc_contig_pages_noprof(__VA_ARGS__)) macro
|
| /linux-6.15/mm/kfence/ |
| H A D | core.c | 937 pages = alloc_contig_pages(nr_pages_pool, GFP_KERNEL, first_online_node, in kfence_init_late() 943 pages = alloc_contig_pages(nr_pages_meta, GFP_KERNEL, first_online_node, in kfence_init_late()
|
| /linux-6.15/arch/x86/virt/vmx/tdx/ |
| H A D | tdx.c | 530 pamt = alloc_contig_pages(tdmr_pamt_size >> PAGE_SHIFT, GFP_KERNEL, in tdmr_set_up_pamt()
|
| /linux-6.15/mm/ |
| H A D | debug_vm_pgtable.c | 1084 page = alloc_contig_pages((1 << order), GFP_KERNEL, in debug_vm_pgtable_alloc_huge_page()
|
| /linux-6.15/Documentation/admin-guide/mm/ |
| H A D | hugetlbpage.rst | 391 migrate_pages and move_pages), alloc_contig_range() and alloc_contig_pages().
|