Home
last modified time | relevance | path

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

/xen/xen/include/asm-x86/
A Dacpi.h67 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument
71 "0"(n_lo), "1"(n_hi))
74 #define ACPI_SHIFT_RIGHT_64(n_hi, n_lo) \ argument
77 :"=r"(n_hi), "=r"(n_lo) \
78 :"0"(n_hi), "1"(n_lo))

Completed in 2 milliseconds