Home
last modified time | relevance | path

Searched defs:intrsw (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/powerpc/include/booke/
H A Dintr.h125 struct intrsw { struct
126 void *(*intrsw_establish)(int, int, int, int (*)(void *), void *, argument
128 void (*intrsw_disestablish)(void *); argument
129 void (*intrsw_cpu_attach)(struct cpu_info *); argument
130 void (*intrsw_cpu_hatch)(struct cpu_info *); argument
131 void (*intrsw_cpu_send_ipi)(cpuid_t, uint32_t); argument
132 void (*intrsw_init)(void); argument
133 void (*intrsw_critintr)(struct trapframe *); argument
134 void (*intrsw_decrintr)(struct trapframe *); argument
135 void (*intrsw_extintr)(struct trapframe *); argument
[all …]