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

/linux-master/arch/x86/kernel/cpu/
H A Dvmware.c226 uint32_t initial_high, low, high; local
229 initial_high = READ_ONCE(steal->clock_high);
230 /* Do not reorder initial_high and high readings */
236 } while (initial_high != high);

Completed in 94 milliseconds