Home
last modified time | relevance | path

Searched defs:pal_rtc_nanotime (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.140.41/osfmk/i386/
H A Dpal_native.h71 struct pal_rtc_nanotime { struct
72 volatile uint64_t tsc_base; /* timestamp */
73 volatile uint64_t ns_base; /* nanoseconds */
74 uint32_t scale; /* tsc -> nanosec multiplier */
75 uint32_t shift; /* shift is nonzero only on "slow" machines, */
77 volatile uint32_t generation; /* 0 == being updated */
78 uint32_t spare1;