Home
last modified time | relevance | path

Searched refs:sync (Results 1 – 2 of 2) sorted by relevance

/hypervisor/arch/x86/
A Dcpu.c549 void wait_sync_change(volatile const uint64_t *sync, uint64_t wake_sync) in wait_sync_change() argument
553 while ((*sync) != wake_sync) { in wait_sync_change()
554 asm_monitor(sync, 0UL, 0UL); in wait_sync_change()
555 if ((*sync) != wake_sync) { in wait_sync_change()
560 while ((*sync) != wake_sync) { in wait_sync_change()
/hypervisor/include/arch/x86/asm/
A Dcpu.h464 void wait_sync_change(volatile const uint64_t *sync, uint64_t wake_sync);

Completed in 6 milliseconds