SimpleKernel 1.17.0
Loading...
Searching...
No Matches
misc.hpp File Reference
#include <cstddef>
#include <cstdint>
Include dependency graph for misc.hpp:
This graph shows which files directly or indirectly include this file:

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 的幂