Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/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
/openbmc/linux/include/asm-generic/
H A Ddiv64.h176 uint32_t n_hi = n >> 32; in __arch_xprod_64() local
/openbmc/u-boot/include/
H A Ddiv64.h165 uint32_t n_hi = n >> 32; in __arch_xprod_64() local
/openbmc/linux/arch/x86/kernel/
H A Dsys_ia32.c105 unsigned int, n_hi, int, flags) in SYSCALL_DEFINE6() argument