Searched refs:eentry (Results 1 – 6 of 6) sorted by relevance
/linux/arch/loongarch/kernel/ |
H A D | traps.c | 1118 unsigned long eentry; in configure_exception_vector() 1125 eentry = (unsigned long)exception_handlers; 1128 csr_write64(eentry, LOONGARCH_CSR_EENTRY); in per_cpu_trap_init() 1129 csr_write64(eentry, LOONGARCH_CSR_MERRENTRY); in per_cpu_trap_init() 1161 memcpy((void *)(eentry + offset), addr, size); 1162 local_flush_icache_range(eentry + offset, eentry + offset + size); 1175 unsigned long uncached_eentry = TO_UNCACHE(__pa(eentry)); 1197 local_flush_icache_range(eentry, eentry 1111 unsigned long eentry; global() variable [all...] |
H A D | unwind_orc.c | 360 extern unsigned long eentry; in bt_address() 368 if (ra >= eentry && ra < eentry + EXCCODE_INT_END * VECSIZE) { in bt_address() 370 unsigned long type = (ra - eentry) / VECSIZE; in bt_address() 371 unsigned long offset = (ra - eentry) % VECSIZE; in bt_address()
|
H A D | unwind_prologue.c | 25 extern unsigned long eentry; 77 return scan_handlers(pc - eentry); in fix_exception()
|
/linux/arch/loongarch/include/asm/ |
H A D | setup.h | 15 extern unsigned long eentry;
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | mad.c | 3897 u32 sentry, eentry; in __subn_get_opa_cc_table() local 3918 eentry = sentry + (IB_CCT_ENTRIES * n_blocks); in __subn_get_opa_cc_table() 3925 for (j = 0, i = sentry; i < eentry; j++, i++) in __subn_get_opa_cc_table() 3948 u32 sentry, eentry; in __subn_set_opa_cc_table() local 3960 eentry = sentry + ((n_blocks - 1) * IB_CCT_ENTRIES) + in __subn_set_opa_cc_table() 3965 if (ccti_limit + 1 > eentry) { in __subn_set_opa_cc_table() 3977 for (j = 0, i = sentry; i < eentry; j++, i++) in __subn_set_opa_cc_table()
|
/linux/Documentation/networking/devlink/ |
H A D | devlink-dpipe.rst | 153 Entries of a specific table can be dumped on demand. Each eentry is
|