Skip to main content

OS_PAGE_SIZE

Static OS_PAGE_SIZE 

Source
pub static mut OS_PAGE_SIZE: u32
Expand 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.