Searched refs:ENTRIES_PER_PAGE (Results 1 – 1 of 1) sorted by relevance
382 const ENTRIES_PER_PAGE: usize = PAGE_SIZE as usize / std::mem::size_of::<u32>(); in check_guest_mem_handle() constant392 *sized_chunk = (((page_index * ENTRIES_PER_PAGE) + index) as u32).to_ne_bytes(); in check_guest_mem_handle()