Searched refs:eentry (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/arch/loongarch/power/ |
D | suspend.c | 49 csr_write64(eentry, LOONGARCH_CSR_EENTRY); in loongarch_common_resume() 50 csr_write64(eentry, LOONGARCH_CSR_MERRENTRY); in loongarch_common_resume()
|
/linux-6.12.1/arch/loongarch/kernel/ |
D | traps.c | 1111 unsigned long eentry; variable 1118 eentry = (unsigned long)exception_handlers; in configure_exception_vector() 1121 csr_write64(eentry, LOONGARCH_CSR_EENTRY); in configure_exception_vector() 1122 csr_write64(eentry, LOONGARCH_CSR_MERRENTRY); in configure_exception_vector() 1154 memcpy((void *)(eentry + offset), addr, size); in set_handler() 1155 local_flush_icache_range(eentry + offset, eentry + offset + size); in set_handler() 1168 unsigned long uncached_eentry = TO_UNCACHE(__pa(eentry)); in set_merr_handler() 1190 local_flush_icache_range(eentry, eentry + 0x400); in trap_init()
|
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()
|
D | unwind_prologue.c | 25 extern unsigned long eentry; 77 return scan_handlers(pc - eentry); in fix_exception()
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | setup.h | 15 extern unsigned long eentry;
|
/linux-6.12.1/arch/loongarch/mm/ |
D | tlb.c | 304 memcpy((void *)addr, (void *)eentry, vec_sz); in setup_tlb_handler()
|
/linux-6.12.1/drivers/infiniband/hw/hfi1/ |
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-6.12.1/Documentation/networking/devlink/ |
D | devlink-dpipe.rst | 153 Entries of a specific table can be dumped on demand. Each eentry is
|