Home
last modified time | relevance | path

Searched refs:consistent_head (Results 1 – 2 of 2) sorted by relevance

/arch/metag/kernel/
Ddma.c107 static struct metag_vm_region consistent_head = { variable
108 .vm_list = LIST_HEAD_INIT(consistent_head.vm_list),
222 c = metag_vm_region_alloc(&consistent_head, size, in dma_alloc_coherent()
282 c = metag_vm_region_find(&consistent_head, (unsigned long)vaddr); in dma_free_coherent()
346 c = metag_vm_region_find(&consistent_head, (unsigned long)cpu_addr); in dma_mmap()
/arch/powerpc/mm/
Ddma-noncoherent.c90 static struct ppc_vm_region consistent_head = { variable
91 .vm_list = LIST_HEAD_INIT(consistent_head.vm_list),
215 c = ppc_vm_region_alloc(&consistent_head, size, in __dma_alloc_coherent()
266 c = ppc_vm_region_find(&consistent_head, (unsigned long)vaddr); in __dma_free_coherent()