HomeSort by: relevance | last modified time | path
    Searched defs:status_hi (Results 1 - 3 of 3) 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);
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);
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 35 milliseconds