Searched refs:n_hi (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/arch/x86/include/asm/ |
D | acpi.h | 70 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument 74 "0"(n_lo), "1"(n_hi)) 77 #define ACPI_SHIFT_RIGHT_64(n_hi, n_lo) \ argument 80 : "=r"(n_hi), "=r"(n_lo) \ 81 : "0"(n_hi), "1"(n_lo))
|
/linux-3.4.99/arch/x86/ia32/ |
D | sys_ia32.c | 487 unsigned n_low, unsigned n_hi, int flags) in sys32_sync_file_range() argument 491 ((u64)n_hi << 32) | n_low, flags); in sys32_sync_file_range()
|