| tag | 027ad338244c43f536e08eba02d770622e07690b | |
|---|---|---|
| tagger | The Android Open Source Project <initial-contribution@android.com> | Mon May 05 09:34:05 2025 -0700 |
| object | 338b435480ed783e27be3f3a58756af4090e3135 |
Android Security 15.0.0 Release 8 (13206049)
| commit | 338b435480ed783e27be3f3a58756af4090e3135 | [log] [tgz] |
|---|---|---|
| author | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu May 23 23:15:13 2024 +0000 |
| committer | Android Build Coastguard Worker <android-build-coastguard-worker@google.com> | Thu May 23 23:15:13 2024 +0000 |
| tree | d97369dc0bd77218c2ed2d6299eb80a3ebf82632 | |
| parent | e2a71c3618b3a91025a780a49c949dec09781435 [diff] | |
| parent | 9f60865da888e487740f6702d427e4ef1ea0e426 [diff] |
Snap for 11881322 from 9f60865da888e487740f6702d427e4ef1ea0e426 to 24Q3-release Change-Id: I7a896cca5b0389a7051814e8ba578fa89dc6af49
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 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 crate currently only supports aarch64 and the SMC64 versions of the PSCI calls, in the cases that both SMC32 and SMC64 versions exist.
This is not an officially supported Google product.
Licensed under either of
at your option.
If you want to contribute to the project, see details of how we accept contributions.