Searched refs:is_smc64 (Results 1 – 4 of 4) sorted by relevance
| /hyp/platform/arm_trng_fi/src/ |
| A D | arm_trng.c | 130 bool is_smc64 = smccc_function_id_get_is_smc64(&function_id); in arm_trng_fi_handle_call() local 136 if (is_smc64) { in arm_trng_fi_handle_call() 142 if (is_smc64) { in arm_trng_fi_handle_call() 145 if (!arm_trng_fi_check_mbz(2, 7, is_smc64)) { in arm_trng_fi_handle_call() 152 current->vcpu_regs_gpr.x[1], is_smc64); in arm_trng_fi_handle_call() 165 if (!arm_trng_fi_check_mbz(1, 7, is_smc64)) { in arm_trng_fi_handle_call() 178 if (!arm_trng_fi_check_mbz(2, 7, is_smc64)) { in arm_trng_fi_handle_call() 218 if (!arm_trng_fi_check_mbz(1, 7, is_smc64)) { in arm_trng_fi_handle_call() 239 if (!arm_trng_fi_check_mbz(2, 7, is_smc64)) { in arm_trng_fi_handle_call() 248 is_smc64); in arm_trng_fi_handle_call()
|
| /hyp/vm/smccc/src/ |
| A D | smccc.c | 22 bool is_smc64 = smccc_function_id_get_is_smc64(&fn_id); in smccc_arch_features() local 29 if (is_smc64) { in smccc_arch_features() 40 if (is_smc64) { in smccc_arch_features()
|
| A D | smccc_hypercalls.c | 27 bool is_smc64 = smccc_function_id_get_is_smc64(&smc_id); in smccc_handle_hypercall_wrapper() local 41 if (is_fast && is_smc64) { in smccc_handle_hypercall_wrapper() 52 if (is_fast && !is_smc64) { in smccc_handle_hypercall_wrapper()
|
| /hyp/vm/arm_pv_time/src/ |
| A D | arm_pv_time.c | 26 bool is_smc64 = smccc_function_id_get_is_smc64(&fn_id); in smccc_pv_time_features() local 34 is_fast && is_smc64) { in smccc_pv_time_features()
|
Completed in 665 milliseconds