Home
last modified time | relevance | path

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

/openbsd/sys/arch/m88k/include/
H A Dcmmu.h60 void (*dma_cachectl)(paddr_t, psize_t, int); member
101 #define dma_cachectl(pa, s, op) (cmmu->dma_cachectl)(pa, s, op) macro
/openbsd/sys/arch/m88k/m88k/
H A Dtrap.c1722 dma_cachectl(pa, count, DMA_CACHE_SYNC); in cache_flush()