Searched refs:eentry (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/arch/loongarch/kernel/ |
D | traps.c | 649 unsigned long eentry; variable 656 eentry = (unsigned long)exception_handlers; in configure_exception_vector() 659 csr_write64(eentry, LOONGARCH_CSR_EENTRY); in configure_exception_vector() 660 csr_write64(eentry, LOONGARCH_CSR_MERRENTRY); in configure_exception_vector() 692 memcpy((void *)(eentry + offset), addr, size); in set_handler() 693 local_flush_icache_range(eentry + offset, eentry + offset + size); in set_handler() 706 unsigned long uncached_eentry = TO_UNCACHE(__pa(eentry)); in set_merr_handler() 737 local_flush_icache_range(eentry, eentry + 0x400); in trap_init()
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | setup.h | 14 extern unsigned long eentry;
|
/linux-6.1.9/arch/loongarch/mm/ |
D | tlb.c | 290 memcpy((void *)addr, (void *)eentry, vec_sz); in setup_tlb_handler()
|
/linux-6.1.9/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.1.9/Documentation/networking/devlink/ |
D | devlink-dpipe.rst | 153 Entries of a specific table can be dumped on demand. Each eentry is
|