Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ dma_initialized
Function
dma_initialized
payloads/libpayload/libc/malloc.c:115–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
113
}
114
115
int dma_initialized(void)
116
{
117
return dma != heap;
118
}
119
120
/* For boards that don't initialize DMA we assume all locations are coherent */
121
int dma_coherent(const void *ptr)
Callers
6
xhci_init
Function · 0.85
ohci_init
Function · 0.85
ehci_init
Function · 0.85
init_dma_memory
Function · 0.85
dma_coherent
Function · 0.85
dma_allocator_range
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected