pub static mut OS_PAGE_SIZE: u32Expand description
The size of one page in the host OS, which may have some impacts
on how buffers for host consumption should be aligned. Code only
working with the guest page tables should use
[hyperlight_common::vm::PAGE_SIZE] instead.