Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/powernv/
H A Dmemtrace.c105 page = alloc_contig_pages(nr_pages, GFP_KERNEL | __GFP_THISNODE | in memtrace_alloc_node()
/linux/mm/kfence/
H A Dcore.c1007 pages = alloc_contig_pages(nr_pages_pool, GFP_KERNEL | __GFP_SKIP_KASAN, in kfence_init_late()
1013 pages = alloc_contig_pages(nr_pages_meta, GFP_KERNEL | __GFP_SKIP_KASAN, in kfence_init_late()
/linux/include/linux/
H A Dgfp.h463 #define alloc_contig_pages(...) \ macro
/linux/arch/x86/virt/vmx/tdx/
H A Dtdx.c538 pamt = alloc_contig_pages(tdmr_pamt_size >> PAGE_SHIFT, GFP_KERNEL, in tdmr_set_up_pamt()
/linux/mm/
H A Ddebug_vm_pgtable.c1052 page = alloc_contig_pages((1 << order), GFP_KERNEL, in debug_vm_pgtable_alloc_huge_page()