Home
last modified time | relevance | path

Searched refs:alloc_contig_pages (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/arch/powerpc/platforms/powernv/
H A Dmemtrace.c101 page = alloc_contig_pages(nr_pages, GFP_KERNEL | __GFP_THISNODE | in memtrace_alloc_node()
/linux-6.15/include/linux/
H A Dgfp.h433 #define alloc_contig_pages(...) alloc_hooks(alloc_contig_pages_noprof(__VA_ARGS__)) macro
/linux-6.15/mm/kfence/
H A Dcore.c937 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 Dtdx.c530 pamt = alloc_contig_pages(tdmr_pamt_size >> PAGE_SHIFT, GFP_KERNEL, in tdmr_set_up_pamt()
/linux-6.15/mm/
H A Ddebug_vm_pgtable.c1084 page = alloc_contig_pages((1 << order), GFP_KERNEL, in debug_vm_pgtable_alloc_huge_page()
/linux-6.15/Documentation/admin-guide/mm/
H A Dhugetlbpage.rst391 migrate_pages and move_pages), alloc_contig_range() and alloc_contig_pages().