Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Daclinuxex.h160 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument
164 (q32) = (UINT32) (__n); \
H A Dacmsvc.h201 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument
206 __asm mov q32, eax \
H A Dacefi.h354 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument
357 (q32) = (UINT32) DivU64x32 ((__n), (d32), &(r32)); \