Home
last modified time | relevance | path

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

/qemu/include/sysemu/
H A Ddma.h240 #define DEFINE_LDST_DMA(_lname, _sname, _bits, _end) \ macro
271 DEFINE_LDST_DMA(uw, w, 16, le);
272 DEFINE_LDST_DMA(l, l, 32, le);
273 DEFINE_LDST_DMA(q, q, 64, le);
274 DEFINE_LDST_DMA(uw, w, 16, be);
275 DEFINE_LDST_DMA(l, l, 32, be);
276 DEFINE_LDST_DMA(q, q, 64, be);
278 #undef DEFINE_LDST_DMA