Home
last modified time | relevance | path

Searched refs:function_id (Results 1 – 2 of 2) sorted by relevance

/hyp/vm/smccc/aarch64/src/
A Dsmccc_64.c19 smccc_function_id_t function_id = in smccc_handle_call() local
43 if (smccc_function_id_get_is_smc64(&function_id)) { in smccc_handle_call()
49 if (smccc_function_id_get_is_fast(&function_id)) { in smccc_handle_call()
51 smccc_function_id_get_owner_id(&function_id), in smccc_handle_call()
52 smccc_function_id_get_function(&function_id), in smccc_handle_call()
64 smccc_function_id_get_owner_id(&function_id), in smccc_handle_call()
65 smccc_function_id_get_function(&function_id), in smccc_handle_call()
91 smccc_function_id_get_owner_id(&function_id), in smccc_handle_call()
92 smccc_function_id_get_function(&function_id), in smccc_handle_call()
104 smccc_function_id_get_owner_id(&function_id), in smccc_handle_call()
[all …]
/hyp/platform/arm_trng_fi/src/
A Darm_trng.c113 smccc_function_id_t function_id = in arm_trng_fi_handle_call() local
116 smccc_function_id_get_owner_id(&function_id); in arm_trng_fi_handle_call()
118 smccc_function_id_get_function(&function_id); in arm_trng_fi_handle_call()
121 (!smccc_function_id_get_is_fast(&function_id)))) { in arm_trng_fi_handle_call()
130 bool is_smc64 = smccc_function_id_get_is_smc64(&function_id); in arm_trng_fi_handle_call()

Completed in 20 milliseconds