Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/sys/acpi/platform/
H A Dacmsvc.h109 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument
114 __asm mov q32, eax \
127 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument
129 q32 = n_hi / d32; \
H A Daclinuxex.h52 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument
56 (q32) = (UINT32) (__n); \
H A Dacefi.h245 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument
248 (q32) = DivU64x32 ((__n), (d32), &(r32)); \