Searched refs:ahi (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Deeh_cache.c119 resource_size_t ahi, unsigned long flags)
129 if (ahi < piar->addr_lo) {
135 alo != piar->addr_lo || ahi != piar->addr_hi) {
146 piar->addr_hi = ahi;
152 &alo, &ahi);
118 eeh_addr_cache_insert(struct pci_dev *dev, resource_size_t alo, resource_size_t ahi, unsigned long flags) argument
/linux-master/crypto/
H A Dvmac.c274 static void poly_step_func(u64 *ahi, u64 *alo, argument
280 #define a2 (*(((u32 *)ahi)+INDEX_LOW))
281 #define a3 (*(((u32 *)ahi)+INDEX_HIGH))
322 *(u64 *)(ahi) = p + t;

Completed in 92 milliseconds