Searched refs:plic_handler (Results 1 – 1 of 1) sorted by relevance
75 struct plic_handler { struct89 static DEFINE_PER_CPU(struct plic_handler, plic_handlers); argument104 static void plic_toggle(struct plic_handler *handler, int hwirq, int enable) in plic_toggle()117 struct plic_handler *handler = per_cpu_ptr(&plic_handlers, cpu); in plic_irq_toggle()149 struct plic_handler *handler = this_cpu_ptr(&plic_handlers); in plic_irq_eoi()251 struct plic_handler *handler = per_cpu_ptr(&plic_handlers, cpu); in plic_irq_suspend()282 struct plic_handler *handler = per_cpu_ptr(&plic_handlers, cpu); in plic_irq_resume()361 struct plic_handler *handler = this_cpu_ptr(&plic_handlers); in plic_handle_irq()381 static void plic_set_threshold(struct plic_handler *handler, u32 threshold) in plic_set_threshold()397 struct plic_handler *handler = this_cpu_ptr(&plic_handlers); in plic_starting_cpu()[all …]