pub fn cpu_default_suspend(
    entry_point_address: u64,
    context_id: u64
) -> Result<(), Error>
Expand description

Puts the current core into an implementation-defined low power state.