Searched refs:z_shared_isr (Results 1 – 6 of 6) sorted by relevance
29 /* since z_shared_isr() is not referenced anywhere when34 * problematic because adding the z_shared_isr symbol between39 * happening, instruct the linker to avoid dropping z_shared_isr42 SECTION_PROLOGUE(.text.z_shared_isr,,)44 KEEP(*(.text.z_shared_isr*))
19 void z_shared_isr(const void *data) in z_shared_isr() function76 } else if (entry->isr != z_shared_isr) { in z_isr_install()87 entry->isr = z_shared_isr; in z_isr_install()
42 zassert_true(_sw_isr_table[GIC_IRQ1].isr == z_shared_isr, in ZTEST()
123 zassert_true(_sw_isr_table[fixture.irq1_table_idx + TABLE_OFFSET].isr == z_shared_isr, in dynamic_shared_irq_suite_before()
174 void z_shared_isr(const void *data);
589 lines. Whenever an interrupt line becomes shared, :c:func:`z_shared_isr` will