|
Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
Macros | |
| #define | ARM_STD_SMC_CALL_COUNT 0x8400ff00UL |
| #define | ARM_STD_SMC_VERSION 0x8400ff03UL |
| #define | ARM_STD_SMC_UNKNOWN 0xffffffffUL |
| #define | SMC_UNK -1 |
Typedefs | |
| typedef void(* | smc_call_method_t) (unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, struct arm_smccc_res *) |
Functions | |
| void | test_smc_call_func (void) |
| ZTEST_SUITE (arm64_smc_call, NULL, NULL, NULL, NULL, NULL) | |
Variables | |
| smc_call_method_t | smc_call = arm_smccc_smc |
| #define ARM_STD_SMC_CALL_COUNT 0x8400ff00UL |
| #define ARM_STD_SMC_UNKNOWN 0xffffffffUL |
| #define ARM_STD_SMC_VERSION 0x8400ff03UL |
| #define SMC_UNK -1 |
| typedef void(* smc_call_method_t) (unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, unsigned long, struct arm_smccc_res *) |
| void test_smc_call_func | ( | void | ) |
| smc_call_method_t smc_call = arm_smccc_smc |