Searched refs:system_time (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dpvclock.cpp105 pvclock->system_time = pvclock->guest_ptr.as<pvclock_system_time>();
106 ZX_DEBUG_ASSERT(pvclock->system_time != nullptr);
107 memset(pvclock->system_time, 0, sizeof(*pvclock->system_time));
113 if (!pvclock->system_time) {
122 pvclock_system_time* system_time = pvclock->system_time; local
123 atomic_store_relaxed_u32(&system_time->version, pvclock->version + 1);
125 system_time->tsc_mul = tsc_mul;
126 system_time
[all...]
/fuchsia/zircon/kernel/arch/x86/
H A Dpvclock.cpp16 static volatile struct pvclock_system_time* system_time = nullptr; variable in typeref:struct:pvclock_system_time
21 if (boot_time != nullptr || system_time != nullptr) {
39 system_time = static_cast<struct pvclock_system_time*>(paddr_to_physmap(pa));
58 bool is_stable = (system_time->flags & kKvmSystemTimeStable) ||
70 pre_version = atomic_load_u32(&system_time->version);
75 tsc_mul = system_time->tsc_mul;
76 tsc_shift = system_time->tsc_shift;
77 post_version = atomic_load_u32(&system_time->version);
/fuchsia/zircon/kernel/arch/x86/include/arch/x86/
H A Dpvclock.h45 uint64_t system_time; member in struct:pvclock_system_time
/fuchsia/zircon/kernel/arch/x86/include/arch/
H A Dhypervisor.h81 pvclock_system_time* system_time = nullptr; member in struct:PvClockState

Completed in 30 milliseconds