Home
last modified time | relevance | path

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

/trusted-firmware-a/plat/hisilicon/hikey/
A Dhisi_sip_svc.c40 int call_count = 0; in hisi_sip_handler() local
54 call_count += PMF_NUM_SMC_CALLS; in hisi_sip_handler()
57 call_count += 1; in hisi_sip_handler()
59 SMC_RET1(handle, call_count); in hisi_sip_handler()
/trusted-firmware-a/plat/arm/common/
A Darm_sip_svc.c52 int call_count = 0; in arm_sip_handler() local
107 call_count += PMF_NUM_SMC_CALLS; in arm_sip_handler()
111 call_count += ETHOSN_NUM_SMC_CALLS; in arm_sip_handler()
115 call_count += 1; in arm_sip_handler()
117 SMC_RET1(handle, call_count); in arm_sip_handler()

Completed in 2 milliseconds