Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/hisilicon/hikey/
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-latest/plat/arm/common/
Darm_sip_svc.c60 int call_count = 0; in arm_sip_handler() local
115 call_count += PMF_NUM_SMC_CALLS; in arm_sip_handler()
119 call_count += ETHOSN_NUM_SMC_CALLS; in arm_sip_handler()
123 call_count += 1; in arm_sip_handler()
125 SMC_RET1(handle, call_count); in arm_sip_handler()