Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/mm/
H A Dmod.rs109 const ENTRY_FLAG_NO_EXEC: usize = 1 << 63; constant
343 | Self::ENTRY_FLAG_NO_EXEC;
353 | Self::ENTRY_FLAG_NO_EXEC;
361 | Self::ENTRY_FLAG_NO_EXEC;
366 | Self::ENTRY_FLAG_NO_EXEC;
/DragonOS/kernel/src/mm/
H A Dpage.rs789 | Arch::ENTRY_FLAG_NO_EXEC, in new()
971 .update_flags(Arch::ENTRY_FLAG_NO_EXEC, !value) in set_execute()
979 return self.data & (Arch::ENTRY_FLAG_EXEC | Arch::ENTRY_FLAG_NO_EXEC) in has_execute()
H A Dmod.rs472 const ENTRY_FLAG_NO_EXEC: usize; constant
/DragonOS/kernel/src/arch/riscv64/mm/
H A Dmod.rs122 const ENTRY_FLAG_NO_EXEC: usize = 0; constant