Searched defs:Protection (Results 1 – 9 of 9) sorted by relevance
/external/crosvm/common/sys_util/src/ |
D | mmap.rs | 54 pub struct Protection(c_int); struct 55 impl Protection { implementation 76 pub fn set_read(self) -> Protection { in set_read() 82 pub fn set_write(self) -> Protection { in set_write() 87 impl From<c_int> for Protection { implementation 142 _prot: Protection, in add_fd_mapping() 257 prot: Protection, in from_fd_offset_flags() 277 prot: Protection, in from_fd_offset_protection() 292 prot: Protection, in from_fd_offset_protection_populate() 317 prot: Protection, in new_protection_fixed() [all …]
|
/external/crosvm/base/src/unix/ |
D | mmap.rs | 54 pub struct Protection(c_int); struct 55 impl Protection { impl 76 pub fn set_read(self) -> Protection { in set_read() 82 pub fn set_write(self) -> Protection { in set_write() 87 impl From<c_int> for Protection { implementation 142 _prot: Protection, in add_fd_mapping() 261 prot: Protection, in from_fd_offset_flags() 281 prot: Protection, in from_fd_offset_protection() 296 prot: Protection, in from_fd_offset_protection_populate() 321 prot: Protection, in new_protection_fixed() [all …]
|
/external/crosvm/base/src/windows/ |
D | mmap.rs | 55 pub struct Protection(c_uint); struct 57 impl Protection { impl 80 pub fn set_read(self) -> Protection { in set_read() 86 pub fn set_write(self) -> Protection { in set_write() 91 impl From<c_uint> for Protection { implementation 103 impl From<c_int> for Protection { implementation 158 _prot: Protection, in add_fd_mapping()
|
/external/autotest/client/common_lib/ |
D | host_protections.py | 13 Protection = autotest_enum.AutotestEnum( variable
|
/external/crosvm/base/src/windows/win/ |
D | mmap.rs | 78 prot: Protection, in from_descriptor_offset_protection() 104 prot: Protection, in new_protection_fixed() 126 prot: Protection, in from_descriptor_offset_protection_fixed()
|
/external/crosvm/hypervisor/src/ |
D | lib.rs | 157 prot: Protection, in add_fd_mapping()
|
/external/crosvm/hypervisor/src/kvm/ |
D | mod.rs | 628 prot: Protection, in add_fd_mapping()
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.h | 812 CodeGenFunction::PeepholeProtection Protection; variable
|
/external/autotest/frontend/afe/ |
D | models.py | 510 Protection = host_protections.Protection variable in Host
|