Home
last modified time | relevance | path

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

/Linux-v4.19/arch/nds32/kernel/
Ddma.c58 static struct arch_vm_region consistent_head = { variable
59 .vm_list = LIST_HEAD_INIT(consistent_head.vm_list),
182 c = vm_region_alloc(&consistent_head, size, in arch_dma_alloc()
236 c = vm_region_find(&consistent_head, (unsigned long)cpu_addr); in arch_dma_free()
/Linux-v4.19/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()