|
SimpleKernel 1.17.0
|
#include <cstddef>#include <cstdint>

Go to the source code of this file.
Classes | |
| struct | virtio::IoVec |
| Scatter-Gather IO 物理内存向量 More... | |
Namespaces | |
| namespace | virtio |
Functions | |
| constexpr auto | virtio::AlignUp (size_t value, size_t align) -> size_t |
| 将值向上对齐到指定边界 | |
| constexpr auto | virtio::IsPowerOfTwo (size_t value) -> bool |
| 检查值是否为 2 的幂 | |