Home
last modified time | relevance | path

Searched refs:ENTRIES_PER_PAGE (Results 1 – 1 of 1) sorted by relevance

/external/crosvm/devices/src/virtio/video/
Dresource.rs382 const ENTRIES_PER_PAGE: usize = PAGE_SIZE as usize / std::mem::size_of::<u32>(); in check_guest_mem_handle() constant
392 *sized_chunk = (((page_index * ENTRIES_PER_PAGE) + index) as u32).to_ne_bytes(); in check_guest_mem_handle()