Searched defs:ProtFlags (Results 1 – 4 of 4) sorted by relevance
/DragonOS/kernel/src/libs/ |
H A D | elf.rs | 122 prot_flags: ProtFlags, in set_elf_brk() 164 fn make_prot(&self, p_flags: u32, _has_interpreter: bool, _is_interpreter: bool) -> ProtFlags { in make_prot() 206 prot: &ProtFlags, in load_elf_segment()
|
/DragonOS/kernel/src/mm/ |
H A D | ucontext.rs | 250 prot_flags: ProtFlags, in map_anonymous() 326 prot_flags: ProtFlags, in file_mapping() 441 prot_flags: ProtFlags, in mmap() 615 prot_flags: ProtFlags, in mprotect()
|
H A D | syscall.rs | 232 impl From<VmFlags> for ProtFlags { implementation
|
H A D | page.rs | 809 pub fn from_prot_flags(prot_flags: ProtFlags, user: bool) -> Self { in from_prot_flags()
|