⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

enable_smep

Function enable_smep 

Source
pub fn enable_smep() -> Result<(), KernelError>
Expand description

Enable SMEP. Returns Ok(()) if enabled or already enabled, or Err if the feature is not supported.