Searched refs:ts_value (Results 1 - 2 of 2) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/lib/pmf/
H A Dpmf_smc.c25 unsigned long long ts_value; local
41 rc = pmf_get_timestamp_smc(x1, x2, x3, &ts_value);
42 SMC_RET3(handle, rc, (uint32_t)ts_value,
43 (uint32_t)(ts_value >> 32));
57 rc = pmf_get_timestamp_smc(x1, x2, x3, &ts_value);
58 SMC_RET2(handle, rc, ts_value);
H A Dpmf_main.c160 unsigned long long *ts_value)
163 assert(ts_value);
169 *ts_value = 0;
173 *ts_value = svc_desc->get_ts(tid, mpidr, flags);
157 pmf_get_timestamp_smc(unsigned int tid, u_register_t mpidr, unsigned int flags, unsigned long long *ts_value) argument

Completed in 20 milliseconds