Searched refs:ALIGN_SIZE (Results 1 - 3 of 3) sorted by relevance

/gem5/src/dev/arm/
H A Dvio_mmio.cc138 return VirtQueue::ALIGN_SIZE;
205 panic_if(value != VirtQueue::ALIGN_SIZE,
222 panic_if(value != VirtQueue::ALIGN_SIZE,
/gem5/src/dev/virtio/
H A Dbase.cc264 (ALIGN_SIZE - 1)) & ~(ALIGN_SIZE - 1));
465 getCurrentQueue().setAddress(address * VirtQueue::ALIGN_SIZE);
H A Dbase.hh437 static const Addr ALIGN_SIZE = 1 << ALIGN_BITS; member in class:VirtQueue

Completed in 5 milliseconds