Searched refs:dummy_page_va (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dspider-pci.c86 void *dummy_page_va; local
98 * kmalloc() to allocate dummy_page_va.
100 * allocate dummy_page_va is the nearest the spider-pci.
107 dummy_page_va = kmalloc(PAGE_SIZE, GFP_KERNEL);
108 if (!dummy_page_va) {
109 pr_err("SPIDERPCI-IOWA:Alloc dummy_page_va failed.\n");
113 dummy_page_da = dma_map_single(phb->parent, dummy_page_va,
117 kfree(dummy_page_va);
H A Dcelleb_scc_pciex.c275 void *dummy_page_va; local
277 dummy_page_va = kmalloc(PAGE_SIZE, GFP_KERNEL);
278 if (!dummy_page_va) {
279 pr_err("PCIEX:Alloc dummy_page_va failed\n");
283 dummy_page_da = dma_map_single(bus->phb->parent, dummy_page_va,
287 kfree(dummy_page_va);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dspider-pci.c86 void *dummy_page_va; local
98 * kmalloc() to allocate dummy_page_va.
100 * allocate dummy_page_va is the nearest the spider-pci.
107 dummy_page_va = kmalloc(PAGE_SIZE, GFP_KERNEL);
108 if (!dummy_page_va) {
109 pr_err("SPIDERPCI-IOWA:Alloc dummy_page_va failed.\n");
113 dummy_page_da = dma_map_single(phb->parent, dummy_page_va,
117 kfree(dummy_page_va);
H A Dcelleb_scc_pciex.c275 void *dummy_page_va; local
277 dummy_page_va = kmalloc(PAGE_SIZE, GFP_KERNEL);
278 if (!dummy_page_va) {
279 pr_err("PCIEX:Alloc dummy_page_va failed\n");
283 dummy_page_da = dma_map_single(bus->phb->parent, dummy_page_va,
287 kfree(dummy_page_va);

Completed in 216 milliseconds