Home
last modified time | relevance | path

Searched refs:bte (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/ia64/sn/kernel/
Dbte.c46 static inline void bte_start_transfer(struct bteinfo_s *bte, u64 len, u64 mode) in bte_start_transfer() argument
49 BTE_CTRL_STORE(bte, (IBLS_BUSY | ((len) | (mode) << 24))); in bte_start_transfer()
51 BTE_LNSTAT_STORE(bte, len); in bte_start_transfer()
52 BTE_CTRL_STORE(bte, mode); in bte_start_transfer()
85 struct bteinfo_s *bte; in bte_copy() local
138 bte = bte_if_on_node(nasid_to_try[nasid_index],bte_if_index); in bte_copy()
140 if (bte == NULL) { in bte_copy()
145 if (spin_trylock(&bte->spinlock)) { in bte_copy()
146 if (!(*bte->most_rcnt_na & BTE_WORD_AVAILABLE) || in bte_copy()
147 (BTE_LNSTAT_LOAD(bte) & BTE_ACTIVE)) { in bte_copy()
[all …]
Dbte_error.c134 struct bteinfo_s *bte; in shub2_bte_error_handler() local
145 bte = &err_nodepda->bte_if[i]; in shub2_bte_error_handler()
146 status = BTE_LNSTAT_LOAD(bte); in shub2_bte_error_handler()
148 bte->bh_error = BTE_SHUB2_ERROR(status); in shub2_bte_error_handler()
238 struct bteinfo_s *bte; in bte_crb_error_handler() local
241 bte = &(NODEPDA(cnode)->bte_if[btenum]); in bte_crb_error_handler()
248 bte->bh_error = ioe->ie_errortype + BTEFAIL_OFFSET; in bte_crb_error_handler()
249 bte->bte_error_count++; in bte_crb_error_handler()
252 bte->bte_cnode, bte->bte_num, ioe->ie_errortype)); in bte_crb_error_handler()
DMakefile12 obj-y += setup.o bte.o bte_error.o irq.o mca.o idle.o \
/Linux-v4.19/tools/testing/selftests/x86/
Dmpx-mini-test.c1424 struct mpx_bt_entry *bte; in insn_test_failed() local
1434 bte = mpx_vaddr_to_bt_entry(buf, bd); in insn_test_failed()
1435 printf(" te: %p\n", bte); in insn_test_failed()
1436 printf("bte[0]: %lx\n", bte->contents[0]); in insn_test_failed()
1437 printf("bte[1]: %lx\n", bte->contents[1]); in insn_test_failed()
1438 printf("bte[2]: %lx\n", bte->contents[2]); in insn_test_failed()
1439 printf("bte[3]: %lx\n", bte->contents[3]); in insn_test_failed()