Searched refs:is_fast (Results 1 – 3 of 3) sorted by relevance
28 bool is_fast = smccc_function_id_get_is_fast(&smc_id); in smccc_handle_hypercall_wrapper() local41 if (is_fast && is_smc64) { in smccc_handle_hypercall_wrapper()52 if (is_fast && !is_smc64) { in smccc_handle_hypercall_wrapper()
95 bool is_fast = smccc_function_id_get_is_fast(&fn_id); in smccc_1_1_call() local97 if (is_vcpu && !is_fast) { in smccc_1_1_call()
27 bool is_fast = smccc_function_id_get_is_fast(&fn_id); in smccc_pv_time_features() local34 is_fast && is_smc64) { in smccc_pv_time_features()
Completed in 16 milliseconds