Home
last modified time | relevance | path

Searched refs:nsi_hws_get_time (Results 1 – 14 of 14) sorted by relevance

/Zephyr-Core-3.5.0/boards/posix/native_sim/
Dcpu_wait.c39 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()
Dnative_posix_compat.h33 return nsi_hws_get_time(); in hwm_get_time()
Dposix_arch_if.c72 return nsi_hws_get_time(); in posix_get_hw_cycle()
/Zephyr-Core-3.5.0/boards/posix/nrf_bsim/
Dcpu_wait.c28 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()
Dnsi_if.c120 bst_tick(nsi_hws_get_time()); in nsif_cpun_test_hook()
/Zephyr-Core-3.5.0/scripts/native_simulator/native/src/
Dhw_counter.c42 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()
Dnative_rtc.c21 return nsi_hws_get_time(); in native_rtc_gettime_us()
Dtimer_model.c167 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()
Dirq_ctrl.c229 irq_ctrl_timer = nsi_hws_get_time(); in hw_irq_ctrl_set_irq()
/Zephyr-Core-3.5.0/boards/posix/nrf_bsim/common/
Dphy_sync_ctrl.c40 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()
Drunner_hooks.c27 bs_trace_register_time_function(nsi_hws_get_time); in trace_registration()
/Zephyr-Core-3.5.0/scripts/native_simulator/common/src/
Dmain.c98 uint64_t start = nsi_hws_get_time(); in nsi_exec_for()
102 } while (nsi_hws_get_time() < (start + us)); in nsi_exec_for()
Dnsi_hw_scheduler.c147 uint64_t nsi_hws_get_time(void) in nsi_hws_get_time() function
/Zephyr-Core-3.5.0/scripts/native_simulator/common/src/include/
Dnsi_hw_scheduler.h19 uint64_t nsi_hws_get_time(void);