Home
last modified time | relevance | path

Searched defs:new_protection (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/base/src/sys/windows/
H A Dmmap_platform.rs48 pub fn new_protection(size: usize, prot: Protection) -> Result<MemoryMapping> { in new_protection() method
/aosp_15_r20/external/crosvm/base/src/sys/linux/
H A Dmmap.rs137 pub fn new_protection( in new_protection() method