Home
last modified time | relevance | path

Searched refs:most_rcnt_na (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/arch/ia64/sn/kernel/
Dbte.c146 if (!(*bte->most_rcnt_na & BTE_WORD_AVAILABLE) || in bte_copy()
180 bte->most_rcnt_na = &bte->notify; in bte_copy()
182 bte->most_rcnt_na = notification; in bte_copy()
189 *bte->most_rcnt_na = BTE_WORD_BUSY; in bte_copy()
190 notif_phys_addr = (u64)bte->most_rcnt_na; in bte_copy()
214 while ((transfer_stat = *bte->most_rcnt_na) == BTE_WORD_BUSY) { in bte_copy()
219 BTE_LNSTAT_LOAD(bte), *bte->most_rcnt_na) ); in bte_copy()
223 *bte->most_rcnt_na = BTE_WORD_AVAILABLE; in bte_copy()
229 BTE_LNSTAT_LOAD(bte), *bte->most_rcnt_na)); in bte_copy()
236 *bte->most_rcnt_na = BTE_WORD_AVAILABLE; in bte_copy()
[all …]
Dbte_error.c212 notify = err_nodepda->bte_if[i].most_rcnt_na; in bte_error_handler()
/Linux-v4.19/arch/ia64/include/asm/sn/
Dbte.h205 volatile u64 *most_rcnt_na; member