Home
last modified time | relevance | path

Searched refs:split_page (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/arch/frv/mm/
Ddma-alloc.c118 split_page(rpage, order); in consistent_alloc()
/linux-4.1.27/arch/avr32/mm/
Ddma-coherent.c59 split_page(page, order); in __dma_alloc()
/linux-4.1.27/arch/sh/mm/
Dconsistent.c60 split_page(pfn_to_page(virt_to_phys(ret) >> PAGE_SHIFT), order); in dma_generic_alloc_coherent()
/linux-4.1.27/arch/s390/mm/
Dinit.c90 split_page(page, order); in setup_zero_pages()
/linux-4.1.27/arch/microblaze/mm/
Dconsistent.c132 split_page(page, order); in consistent_alloc()
/linux-4.1.27/arch/m68k/kernel/
Ddma.c44 split_page(page, order); in dma_alloc_coherent()
/linux-4.1.27/fs/ramfs/
Dfile-nommu.c95 split_page(pages, order); in ramfs_nommu_expand_for_mapping()
/linux-4.1.27/arch/powerpc/mm/
Ddma-noncoherent.c221 split_page(page, order); in __dma_alloc_coherent()
/linux-4.1.27/arch/mips/mm/
Dinit.c76 split_page(page, order); in setup_zero_pages()
/linux-4.1.27/arch/metag/kernel/
Ddma.c230 split_page(page, order); in dma_alloc_coherent()
/linux-4.1.27/drivers/staging/android/ion/
Dion_system_heap.c328 split_page(page, order); in ion_system_contig_heap_allocate()
/linux-4.1.27/kernel/events/
Dring_buffer.c450 split_page(page, order); in rb_alloc_aux_page()
/linux-4.1.27/drivers/media/v4l2-core/
Dvideobuf2-dma-sg.c92 split_page(pages, order); in vb2_dma_sg_alloc_compacted()
/linux-4.1.27/mm/
Dpage_alloc.c1631 void split_page(struct page *page, unsigned int order) in split_page() function
1644 split_page(virt_to_page(page[0].shadow), order); in split_page()
1653 EXPORT_SYMBOL_GPL(split_page);
1718 split_page(page, order); in split_free_page()
3053 split_page(virt_to_page((void *)addr), order); in make_alloc_exact()
/linux-4.1.27/arch/arm/mm/
Ddma-mapping.c266 split_page(page, order); in __dma_alloc_buffer()
1177 split_page(pages[i], order); in __iommu_alloc_buffer()
/linux-4.1.27/drivers/hv/
Dhv_balloon.c1119 split_page(pg, get_order(alloc_unit << PAGE_SHIFT)); in alloc_balloon_pages()
/linux-4.1.27/include/linux/
Dmm.h571 void split_page(struct page *page, unsigned int order);