Searched defs:n_hi (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | acenv.h | 42 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument 48 #define ACPI_SHIFT_RIGHT_64(n_hi, n_lo) \ argument
|
| /linux/include/acpi/platform/ |
| H A D | aclinuxex.h | 18 #define ACPI_DIV_64_BY_32(n_hi, n_lo, d32, q32, r32) \ argument 27 #define ACPI_SHIFT_RIGHT_64(n_hi, n_lo) \ argument
|
| /linux/lib/math/ |
| H A D | div64.c | 245 u64 quotient, n_lo, n_hi; in mul_u64_add_u64_div_u64() local
|
| /linux/arch/x86/kernel/ |
| H A D | sys_ia32.c | 105 SYSCALL_DEFINE6(ia32_sync_file_range,int,fd,unsigned int,off_low,unsigned int,off_hi,unsigned int,n_low,unsigned int,n_hi,int,flags) SYSCALL_DEFINE6() argument
|