Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dacenv.h42 #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 Daclinuxex.h18 #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 Ddiv64.c245 u64 quotient, n_lo, n_hi; in mul_u64_add_u64_div_u64() local
/linux/arch/x86/kernel/
H A Dsys_ia32.c105 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