<!-- description --> @brief creates a new VpPoolT
()
| 57 | /// @brief creates a new VpPoolT |
| 58 | /// |
| 59 | pub const fn new() -> Self { |
| 60 | Self { |
| 61 | m_pool: [crate::VpT::new(); *syscall::HYPERVISOR_MAX_VPS.get_unsafe()], |
| 62 | } |
| 63 | } |
| 64 | |
| 65 | /// <!-- description --> |
| 66 | /// @brief Initializes this vp_pool_t |
nothing calls this directly
no outgoing calls
no test coverage detected