Searched refs:k_cycle_get_64 (Results 1 – 12 of 12) sorted by relevance
61 c64[CURR] = k_cycle_get_64(); in ZTEST()65 k_sleep(Z_TIMEOUT_CYC(timeout(c64[CURR], k_cycle_get_64()))); in ZTEST()67 now = k_cycle_get_64(); in ZTEST()
41 priv->time_end = k_cycle_get_64(); in get_sync_callback()76 priv.time_start = k_cycle_get_64(); in sip_svc_send_sync_request()101 priv->time_end = k_cycle_get_64(); in get_async_callback()160 priv.time_start = k_cycle_get_64(); in sip_svc_send_async_request()
158 t64[0] = k_cycle_get_64(); in ZTEST()164 t64[1] = k_cycle_get_64(); in ZTEST()
87 uint64_t start_cycle = k_cycle_get_64(); in ZTEST()112 uint64_t end_cycle = k_cycle_get_64(); in ZTEST()
43 curr_cycle = k_cycle_get_64(); in timer_period_fn()81 curr_cycle = k_cycle_get_64(); in timer_startdelay_fn()
187 start = k_cycle_get_64(); in intel_sip_secure_monitor_call()189 end = k_cycle_get_64(); in intel_sip_secure_monitor_call()
29 return k_cycle_get_64(); in cycle_get_64()
15 When this option is true, the k_cycle_get_64() call is
195 cycle = k_cycle_get_64(); in monitor_ts_get()
273 if (k_cycle_get_64() >= data->rx_deadline) { in shi_npcx_read_inbuf_wait()464 data->rx_deadline = k_cycle_get_64() + k_us_to_cyc_near64(EC_SHI_CMD_RX_TIMEOUT_US); in shi_npcx_parse_header()
23 and :c:func:`k_cycle_get_64` APIs. The intent is that this counter
1941 static inline uint64_t k_cycle_get_64(void) in k_cycle_get_64() function