Searched refs:base_remote_ts (Results 1 – 6 of 6) sorted by relevance
| /xnu-8796.121.2/osfmk/kern/ |
| H A D | remote_time.c | 333 bt_params.base_remote_ts = curr_remote_ts; in bt_calibration_thread() 343 bt_params.base_remote_ts = 0; in bt_calibration_thread() 420 bt_params_snapshot.base_remote_ts); in bt_calibration_thread() 430 …bt_params.base_remote_ts = mach_bridge_compute_timestamp(bt_params.base_local_ts, &bt_params_snaps… in bt_calibration_thread() 434 commpage_set_remotetime_params(bt_params.rate, bt_params.base_local_ts, bt_params.base_remote_ts); in bt_calibration_thread() 436 bt_params.base_remote_ts, *(uint64_t *)((void *)&bt_params.rate)); in bt_calibration_thread()
|
| H A D | remote_time.h | 41 uint64_t base_remote_ts; member 64 if (os_add_overflow((int64_t)params->base_remote_ts, rate_prod, &remote_ts)) { in mach_bridge_compute_timestamp()
|
| /xnu-8796.121.2/osfmk/arm64/ |
| H A D | machine_remote_time.c | 98 params.base_remote_ts = remote_timestamp; in mach_bridge_set_params() 104 params.base_remote_ts, *(uint64_t *)((void *)¶ms.rate)); in mach_bridge_set_params()
|
| /xnu-8796.121.2/libsyscall/wrappers/ |
| H A D | mach_bridge_remote_time.c | 56 volatile uint64_t *base_remote_ts_p = &commpage_bt_params_p->base_remote_ts; in mach_bridge_remote_time() 69 params.base_remote_ts = *base_remote_ts_p; in mach_bridge_remote_time()
|
| /xnu-8796.121.2/osfmk/arm/commpage/ |
| H A D | commpage.h | 50 …id commpage_set_remotetime_params(double rate, uint64_t base_local_ts, uint64_t base_remote_ts);
|
| H A D | commpage.c | 845 commpage_set_remotetime_params(double rate, uint64_t base_local_ts, uint64_t base_remote_ts) in commpage_set_remotetime_params() argument 853 paramsp->base_remote_ts = base_remote_ts; in commpage_set_remotetime_params()
|