Searched refs:nsi_hws_get_time (Results 1 – 14 of 14) sorted by relevance
39 uint64_t time_end = nsi_hws_get_time() + usec_to_wait; in arch_busy_wait()41 while (nsi_hws_get_time() < time_end) { in arch_busy_wait()71 time_start = nsi_hws_get_time(); in posix_cpu_hold()74 to_wait -= nsi_hws_get_time() - time_start; in posix_cpu_hold()
33 return nsi_hws_get_time(); in hwm_get_time()
72 return nsi_hws_get_time(); in posix_get_hw_cycle()
28 bs_time_t time_end = nsi_hws_get_time() + usec_to_wait; in arch_busy_wait()30 while (nsi_hws_get_time() < time_end) { in arch_busy_wait()60 time_start = nsi_hws_get_time(); in posix_cpu_hold()63 to_wait -= nsi_hws_get_time() - time_start; in posix_cpu_hold()
120 bst_tick(nsi_hws_get_time()); in nsif_cpun_test_hook()
42 hw_counter_timer = nsi_hws_get_time() + counter_period; in hw_counter_triggered()73 hw_counter_timer = nsi_hws_get_time() + counter_period; in hw_counter_start()
21 return nsi_hws_get_time(); in native_rtc_gettime_us()
167 hw_timer_tick_timer = nsi_hws_get_time() + tick_p; in hwtimer_enable()309 uint64_t current_stime = nsi_hws_get_time(); in hwtimer_adjust_rt_ratio()344 return nsi_hws_get_time() + rtc_offset; in hwtimer_get_simu_rtc_time()
229 irq_ctrl_timer = nsi_hws_get_time(); in hw_irq_ctrl_set_irq()
40 bs_time_t now = nsi_hws_get_time(); in psc_program_next_event()54 last_resync_time = nsi_hws_get_time(); in phy_sync_ctrl_event_reached()64 last_resync_time = nsi_hws_get_time(); in phy_sync_ctrl_init()
27 bs_trace_register_time_function(nsi_hws_get_time); in trace_registration()
98 uint64_t start = nsi_hws_get_time(); in nsi_exec_for()102 } while (nsi_hws_get_time() < (start + us)); in nsi_exec_for()
147 uint64_t nsi_hws_get_time(void) in nsi_hws_get_time() function
19 uint64_t nsi_hws_get_time(void);