Lines Matching refs:function_id
19 smccc_function_id_t function_id = in smccc_handle_call() local
22 uint32_t res0 = smccc_function_id_get_res0(&function_id); in smccc_handle_call()
38 if (smccc_handle_hypercall_wrapper(function_id, is_hvc)) { in smccc_handle_call()
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()
89 if (smccc_function_id_get_is_fast(&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()
105 smccc_function_id_get_function(&function_id), in smccc_handle_call()