Home
last modified time | relevance | path

Searched refs:ate_shadow (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/ia64/sn/pci/
Dtioce_provider.c277 u64 *ate_shadow; in tioce_alloc_map() local
294 ate_shadow = ce_kern->ce_ate3240_shadow; in tioce_alloc_map()
303 ate_shadow = ce_kern->ce_ate40_shadow; in tioce_alloc_map()
316 ate_shadow = ce_kern->ce_ate3240_shadow; in tioce_alloc_map()
336 if (ATE_VALID(ate_shadow[i])) in tioce_alloc_map()
340 if (ATE_VALID(ate_shadow[j])) in tioce_alloc_map()
359 ate_shadow[i + j] = ate; in tioce_alloc_map()
369 map->ate_shadow = &ate_shadow[i]; in tioce_alloc_map()
501 map->ate_shadow[i] = 0; in tioce_dma_unmap()
/linux-4.4.14/arch/ia64/include/asm/sn/
Dtioce_provider.h57 u64 *ate_shadow; /* shadow ptr of firat ate */ member