Home
last modified time | relevance | path

Searched refs:base_remote_ts (Results 1 – 6 of 6) sorted by relevance

/xnu-8796.121.2/osfmk/kern/
H A Dremote_time.c333 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 Dremote_time.h41 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 Dmachine_remote_time.c98 params.base_remote_ts = remote_timestamp; in mach_bridge_set_params()
104 params.base_remote_ts, *(uint64_t *)((void *)&params.rate)); in mach_bridge_set_params()
/xnu-8796.121.2/libsyscall/wrappers/
H A Dmach_bridge_remote_time.c56 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 Dcommpage.h50 …id commpage_set_remotetime_params(double rate, uint64_t base_local_ts, uint64_t base_remote_ts);
H A Dcommpage.c845 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()