/Zephyr-latest/tests/drivers/tee/optee/src/ |
D | main.c | 42 uint32_t a2; member 54 void arm_smccc_smc(unsigned long a0, unsigned long a1, unsigned long a2, unsigned long a3, in arm_smccc_smc() 86 void arm_smccc_hvc(unsigned long a0, unsigned long a1, unsigned long a2, unsigned long a3, in arm_smccc_hvc() 114 void fast_call(unsigned long a0, unsigned long a1, unsigned long a2, unsigned long a3, in fast_call() 130 void fail_call(unsigned long a0, unsigned long a1, unsigned long a2, unsigned long a3, in fail_call() 249 void normal_call(unsigned long a0, unsigned long a1, unsigned long a2, unsigned long a3, in normal_call() 386 void cmd_alloc_free_call(unsigned long a0, unsigned long a1, unsigned long a2, unsigned long a3, in cmd_alloc_free_call() 501 void cmd_rpc_call(unsigned long a0, unsigned long a1, unsigned long a2, unsigned long a3, in cmd_rpc_call() 644 void cmd_shm_alloc_appl(unsigned long a0, unsigned long a1, unsigned long a2, unsigned long a3, in cmd_shm_alloc_appl() 822 void cmd_gettime_call(unsigned long a0, unsigned long a1, unsigned long a2, unsigned long a3, in cmd_gettime_call() [all …]
|
/Zephyr-latest/tests/bluetooth/controller/ctrl_sw_privacy_unit/src/ |
D | main.c | 48 bt_addr_t a1, a2, a3, a4, a5; in helper_prpa_add() local 91 bt_addr_t a1, a2, a3, a4, a5; in helper_trpa_add() local
|
/Zephyr-latest/boards/arduino/opta/ |
D | arduino_opta-common.dtsi | 125 a2: channel@6 { label
|
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | arm-smccc.h | 17 unsigned long a2; member
|
/Zephyr-latest/tests/lib/cmsis_dsp/common/ |
D | test_common.h | 35 #define DEFINE_TEST_VARIANT2(suite, name, variant, a1, a2) \ argument 41 #define DEFINE_TEST_VARIANT3(suite, name, variant, a1, a2, a3) \ argument 47 #define DEFINE_TEST_VARIANT4(suite, name, variant, a1, a2, a3, a4) \ argument 53 #define DEFINE_TEST_VARIANT5(suite, name, variant, a1, a2, a3, a4, a5) \ argument 59 #define DEFINE_TEST_VARIANT6(suite, name, variant, a1, a2, a3, a4, a5, a6) \ argument 65 #define DEFINE_TEST_VARIANT7(suite, name, variant, a1, a2, a3, a4, a5, a6, a7) \ argument
|
/Zephyr-latest/subsys/bluetooth/crypto/ |
D | bt_crypto.c | 57 const bt_addr_le_t *a2, uint8_t *mackey, uint8_t *ltk) in bt_crypto_f5() 118 const uint8_t *iocap, const bt_addr_le_t *a1, const bt_addr_le_t *a2, in bt_crypto_f6()
|
/Zephyr-latest/include/zephyr/drivers/sip_svc/ |
D | sip_svc_proto.h | 137 unsigned long a2; member 181 unsigned long a2; member
|
D | sip_svc_driver.h | 275 unsigned long *a1, unsigned long *a2, in z_impl_sip_svc_plat_async_res_req()
|
/Zephyr-latest/tests/bluetooth/bt_crypto/src/ |
D | test_bt_crypto.c | 79 bt_addr_le_t a2 = {.type = 0x00, .a.val = {0xc1, 0xcf, 0x2d, 0x70, 0x13, 0xa7}}; in ZTEST() local 104 bt_addr_le_t a2 = {.type = 0x00, .a.val = {0xc1, 0xcf, 0x2d, 0x70, 0x13, 0xa7}}; in ZTEST() local
|
/Zephyr-latest/arch/mips/include/mips/ |
D | regdef.h | 28 #define a2 $6 macro
|
/Zephyr-latest/include/zephyr/arch/riscv/ |
D | exception.h | 72 unsigned long a2; /* function argument */ member
|
/Zephyr-latest/include/zephyr/arch/mips/ |
D | exception.h | 37 unsigned long a2; /* function argument */ member
|
/Zephyr-latest/arch/riscv/core/ |
D | coredump.c | 27 uint64_t a2; member
|
/Zephyr-latest/drivers/sip_svc/ |
D | sip_smc_intel_socfpga.c | 118 unsigned long *a1, unsigned long *a2, unsigned long *a3, in intel_sip_smc_plat_async_res_req()
|
/Zephyr-latest/arch/xtensa/core/ |
D | coredump.c | 67 uint32_t a2; member
|
/Zephyr-latest/tests/kernel/common/src/ |
D | bitarray.c | 30 static bool cmp_u32_arrays(uint32_t *a1, uint32_t *a2, size_t sz) in cmp_u32_arrays()
|
/Zephyr-latest/drivers/tee/optee/ |
D | optee.c | 36 uint32_t a2; member 93 static void optee_smccc_smc(unsigned long a0, unsigned long a1, unsigned long a2, unsigned long a3, in optee_smccc_smc() 100 static void optee_smccc_hvc(unsigned long a0, unsigned long a1, unsigned long a2, unsigned long a3, in optee_smccc_hvc()
|
/Zephyr-latest/subsys/sip_svc/ |
D | sip_svc_subsys.c | 557 unsigned long a2 = 0; in sip_svc_async_response_handler() local
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 5229 #define DT_CAT(a1, a2) a1 ## a2 argument 5231 #define DT_CAT3(a1, a2, a3) a1 ## a2 ## a3 argument 5233 #define DT_CAT4(a1, a2, a3, a4) a1 ## a2 ## a3 ## a4 argument 5235 #define DT_CAT5(a1, a2, a3, a4, a5) a1 ## a2 ## a3 ## a4 ## a5 argument 5237 #define DT_CAT6(a1, a2, a3, a4, a5, a6) a1 ## a2 ## a3 ## a4 ## a5 ## a6 argument 5239 #define DT_CAT7(a1, a2, a3, a4, a5, a6, a7) \ argument 5242 #define DT_CAT8(a1, a2, a3, a4, a5, a6, a7, a8) \ argument
|
/Zephyr-latest/arch/xtensa/include/ |
D | xtensa_asm2_context.h | 147 uintptr_t a2; member
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | smp.c | 5220 bt_addr_le_t a2 = { .type = 0x00, in smp_f5_test() local 5256 bt_addr_le_t a2 = { .type = 0x00, in smp_f6_test() local
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | hci_vs.h | 229 uint32_t a2; member
|