Searched refs:q32 (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acmsvc.h | 109 #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 D | aclinuxex.h | 52 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument 56 (q32) = (UINT32) (__n); \
|
H A D | acefi.h | 245 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument 248 (q32) = DivU64x32 ((__n), (d32), &(r32)); \
|