Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dcoroutine-ucontext.c183 ucontext_t old_uc, uc; in qemu_coroutine_new() local
209 uc.uc_link = &old_uc; in qemu_coroutine_new()
246 swapcontext(&old_uc, &uc); in qemu_coroutine_new()