Searched refs:ahi (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | eeh_cache.c | 119 resource_size_t ahi, unsigned long flags) in eeh_addr_cache_insert() argument 129 if (ahi < piar->addr_lo) { in eeh_addr_cache_insert() 135 alo != piar->addr_lo || ahi != piar->addr_hi) { in eeh_addr_cache_insert() 146 piar->addr_hi = ahi; in eeh_addr_cache_insert() 152 &alo, &ahi); in eeh_addr_cache_insert()
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 630 uint64_t ahi; in mulu128() 638 mulu64(plow, &ahi, dlo, factor); in mulu128() 641 return uadd64_overflow(ahi, blo, phigh) || bhi != 0; in mulu128()
|
/openbmc/linux/crypto/ |
H A D | vmac.c | 274 static void poly_step_func(u64 *ahi, u64 *alo, in poly_step_func() argument 280 #define a2 (*(((u32 *)ahi)+INDEX_LOW)) in poly_step_func() 281 #define a3 (*(((u32 *)ahi)+INDEX_HIGH)) in poly_step_func() 322 *(u64 *)(ahi) = p + t; in poly_step_func()
|
/openbmc/qemu/target/ppc/ |
H A D | int_helper.c | 2577 static inline int ucmp128(uint64_t alo, uint64_t ahi, in ucmp128() argument 2580 return (ahi == bhi) ? in ucmp128() 2582 (ahi > bhi ? 1 : -1); in ucmp128()
|
/openbmc/linux/arch/s390/tools/ |
H A D | opcodes.txt | 174 a7a ahi RI_RI
|