Searched refs:has_execute (Results 1 – 3 of 3) sorted by relevance
79 if !entry.flags().has_execute() { in show_fault_oops()
977 pub fn has_execute(&self) -> bool { in has_execute() method1089 .field("has_execute", &self.has_execute()) in fmt()
1521 && (self.flags.has_execute() || !prot_flags.contains(ProtFlags::PROT_EXEC)); in can_have_flags()