smccc

Crates.iosmccc
lib.rssmccc
version0.2.2
created_at2023-04-19 10:35:03.698664+00
updated_at2025-06-17 16:44:24.157796+00
descriptionFunctions and constants for the Arm SMC Calling Convention (SMCCC) 1.4 and Arm Power State Coordination Interface (PSCI) 1.1 on aarch32 and aarch64.
homepage
repositoryhttps://github.com/google/smccc
max_upload_size
id843407
size73,446
Andrew Walbran (qwandor)

documentation

README

SMCCC and PSCI functions for bare-metal Rust on aarch64

crates.io page docs.rs page

This crate provides support for the Arm SMC Calling Convention version 1.4, including standard Arm Architecture Calls constants, and version 1.1 of the Arm Power State Coordination Interface (PSCI). It includes constants, functions to make the calls (on aarch32 and aarch64 targets), and error types.

Note that the PSCI and SMCCC arch calls may be made via either HVC or SMC. You can choose which one to use by passing either Hvc or Smc as a type parameter to the relevant function.

This is not an officially supported Google product.

License

Licensed under either of

at your option.

Contributing

If you want to contribute to the project, see details of how we accept contributions.

Commit count: 71

cargo fmt