Searched refs:ns_offset (Results 1 – 2 of 2) sorted by relevance
47 guest_ns = host_ns + rtc->ns_offset; in spapr_rtc_read()64 rtc->ns_offset = legacy_offset * NANOSECONDS_PER_SECOND; in spapr_rtc_import_offset()129 rtc->ns_offset = (new_s * NANOSECONDS_PER_SECOND) - host_ns; in rtas_set_time_of_day()151 rtc->ns_offset = host_s * NANOSECONDS_PER_SECOND - rtc_ns; in spapr_rtc_realize()161 VMSTATE_INT64(ns_offset, SpaprRtcState),
39 int64_t ns_offset; member