HomeSort by: relevance | last modified time | path
    Searched refs:status_lo (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/x86/x86/
hyperv.c 340 uint32_t status_hi, status_lo; local in function:hyperv_hypercall_md
346 __asm__ __volatile__ ("call *%8" : "=d" (status_hi), "=a" (status_lo) :
351 status = status_lo | ((uint64_t)status_hi << 32);

Completed in 13 milliseconds