Searched defs:cxt (Results 1 – 3 of 3) sorted by relevance
20 void* goldfish_dma_map(struct goldfish_dma_context* cxt) { in goldfish_dma_map()24 int goldfish_dma_unmap(struct goldfish_dma_context* cxt) { in goldfish_dma_unmap()28 void goldfish_dma_write(struct goldfish_dma_context* cxt, in goldfish_dma_write()33 void goldfish_dma_free(goldfish_dma_context* cxt) { in goldfish_dma_free()36 uint64_t goldfish_dma_guest_paddr(const struct goldfish_dma_context* cxt) { in goldfish_dma_guest_paddr()
85 void* goldfish_dma_map(struct goldfish_dma_context* cxt) { in goldfish_dma_map()99 int goldfish_dma_unmap(struct goldfish_dma_context* cxt) { in goldfish_dma_unmap()107 void goldfish_dma_write(struct goldfish_dma_context* cxt, in goldfish_dma_write()115 void goldfish_dma_free(goldfish_dma_context* cxt) { in goldfish_dma_free()119 uint64_t goldfish_dma_guest_paddr(const struct goldfish_dma_context* cxt) { in goldfish_dma_guest_paddr()
60 void bindDmaContext(struct goldfish_dma_context* cxt) { m_dmaCxt = cxt; } in bindDmaContext()