Home
last modified time | relevance | path

Searched refs:real_irq (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/kernel/interrupt/src/
Dinterrupt_offload.c125 static void trigger_offload_interrupt(const bool real_irq, void *work) in trigger_offload_interrupt() argument
129 if (real_irq) { in trigger_offload_interrupt()
150 static void init_env(int real_irq) in init_env() argument
165 if (real_irq && !vector_num) { in init_env()
183 static void run_test_offload(int case_type, int real_irq) in run_test_offload() argument
188 init_env(real_irq); in run_test_offload()
207 trigger_offload_interrupt(real_irq, in run_test_offload()
211 trigger_offload_interrupt(real_irq, in run_test_offload()