Searched refs:isr_table (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/arch/common/ |
D | isr_tables_shell.c | 66 SHELL_CMD_ARG_REGISTER(isr_table, &isr_table_cmds, "ISR tables shell command",
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_plic.c | 96 struct _isr_table_entry *isr_table; member 559 ite = &config->isr_table[local_irq]; in plic_irq_handler() 682 symtab_find_symbol_name((uintptr_t)config->isr_table[i].isr, NULL); in cmd_stats_get() 684 shell_fprintf(sh, SHELL_NORMAL, "\t%s(%p)\n", name, config->isr_table[i].arg); in cmd_stats_get() 686 shell_fprintf(sh, SHELL_NORMAL, "\t%p(%p)\n", (void *)config->isr_table[i].isr, in cmd_stats_get() 687 config->isr_table[i].arg); in cmd_stats_get() 925 .isr_table = &_sw_isr_table[INTC_INST_ISR_TBL_OFFSET(n)], \
|