Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/mm/
H A Dfault.rs79 if !entry.flags().has_execute() { in show_fault_oops()
/DragonOS/kernel/src/mm/
H A Dpage.rs977 pub fn has_execute(&self) -> bool { in has_execute() method
1089 .field("has_execute", &self.has_execute()) in fmt()
H A Ducontext.rs1521 && (self.flags.has_execute() || !prot_flags.contains(ProtFlags::PROT_EXEC)); in can_have_flags()