MCPcopy 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
115int dma_initialized(void)
116{
117 return dma != heap;
118}
119
120/* For boards that don't initialize DMA we assume all locations are coherent */
121int dma_coherent(const void *ptr)

Callers 6

xhci_initFunction · 0.85
ohci_initFunction · 0.85
ehci_initFunction · 0.85
init_dma_memoryFunction · 0.85
dma_coherentFunction · 0.85
dma_allocator_rangeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected