Searched defs:n_hi (Results 1 – 5 of 5) sorted by relevance
/openbmc/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
|
/openbmc/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
|
/openbmc/linux/include/asm-generic/ |
H A D | div64.h | 176 uint32_t n_hi = n >> 32; in __arch_xprod_64() local
|
/openbmc/u-boot/include/ |
H A D | div64.h | 165 uint32_t n_hi = n >> 32; in __arch_xprod_64() local
|
/openbmc/linux/arch/x86/kernel/ |
H A D | sys_ia32.c | 105 unsigned int, n_hi, int, flags) in SYSCALL_DEFINE6() argument
|