/Zephyr-Core-3.7.0/include/zephyr/arch/x86/intel64/ |
D | arch.h | 66 #define X86_RESERVE_IRQ(irq_p, name) \ argument 69 #define X86_RESERVE_IRQ(irq_p, name) argument 78 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ argument 86 #define ARCH_PCIE_IRQ_CONNECT(bdf_p, irq_p, priority_p, \ argument
|
/Zephyr-Core-3.7.0/boards/native/common/irq/ |
D | board_irq.h | 32 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ argument 44 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ argument
|
/Zephyr-Core-3.7.0/include/zephyr/arch/x86/ia32/ |
D | arch.h | 146 #define _X86_IDT_TSS_REGISTER(tss_p, irq_p, priority_p, vec_p, dpl_p) \ argument 172 #define _VECTOR_ARG(irq_p) (-1) argument 198 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ argument 228 #define ARCH_PCIE_IRQ_CONNECT(bdf_p, irq_p, priority_p, \ argument 242 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ argument
|
/Zephyr-Core-3.7.0/include/zephyr/arch/arc/v2/ |
D | irq.h | 51 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ argument 78 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ argument
|
/Zephyr-Core-3.7.0/include/zephyr/arch/riscv/ |
D | irq.h | 65 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ argument 72 #define ARCH_IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ argument
|
/Zephyr-Core-3.7.0/include/zephyr/ |
D | irq.h | 48 #define IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ argument 136 #define IRQ_DIRECT_CONNECT(irq_p, priority_p, isr_p, flags_p) \ argument
|
/Zephyr-Core-3.7.0/include/zephyr/arch/mips/ |
D | arch.h | 58 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ argument
|
/Zephyr-Core-3.7.0/include/zephyr/arch/sparc/ |
D | arch.h | 58 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ argument
|
/Zephyr-Core-3.7.0/include/zephyr/arch/xtensa/ |
D | arch.h | 122 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ argument
|
/Zephyr-Core-3.7.0/include/zephyr/arch/nios2/ |
D | arch.h | 43 #define ARCH_IRQ_CONNECT(irq_p, priority_p, isr_p, isr_param_p, flags_p) \ argument
|
/Zephyr-Core-3.7.0/boards/native/native_sim/ |
D | irq_handler.c | 236 void posix_isr_declare(unsigned int irq_p, int flags, void isr_p(const void *), in posix_isr_declare()
|
/Zephyr-Core-3.7.0/boards/native/native_posix/ |
D | irq_handler.c | 228 void posix_isr_declare(unsigned int irq_p, int flags, void isr_p(const void *), in posix_isr_declare()
|
/Zephyr-Core-3.7.0/boards/native/nrf_bsim/ |
D | irq_handler.c | 258 void posix_isr_declare(unsigned int irq_p, int flags, void isr_p(const void *), in posix_isr_declare()
|
/Zephyr-Core-3.7.0/include/zephyr/drivers/pcie/ |
D | pcie.h | 571 #define PCIE_IRQ_CONNECT(bdf_p, irq_p, priority_p, \ argument
|