Searched refs:ENTRY_FLAG_EXEC (Results 1 – 4 of 4) sorted by relevance
124 const ENTRY_FLAG_EXEC: usize = (1 << 3); constant267 const PAGE_EXEC: usize = PAGE_ENTRY_BASE | Self::ENTRY_FLAG_EXEC;270 PAGE_ENTRY_BASE | Self::ENTRY_FLAG_READONLY | Self::ENTRY_FLAG_EXEC;274 | Self::ENTRY_FLAG_EXEC
972 .update_flags(Arch::ENTRY_FLAG_EXEC, value); in set_execute()979 return self.data & (Arch::ENTRY_FLAG_EXEC | Arch::ENTRY_FLAG_NO_EXEC) in has_execute()980 == Arch::ENTRY_FLAG_EXEC; in has_execute()
474 const ENTRY_FLAG_EXEC: usize; constant
111 const ENTRY_FLAG_EXEC: usize = 0; constant