Searched refs:plic_handler (Results 1 – 1 of 1) sorted by relevance
79 struct plic_handler { struct93 static DEFINE_PER_CPU(struct plic_handler, plic_handlers); argument108 static void plic_toggle(struct plic_handler *handler, int hwirq, int enable) in plic_toggle()123 struct plic_handler *handler = per_cpu_ptr(&plic_handlers, cpu); in plic_irq_toggle()156 struct plic_handler *handler = this_cpu_ptr(&plic_handlers); in plic_irq_eoi()261 struct plic_handler *handler = per_cpu_ptr(&plic_handlers, cpu); in plic_irq_suspend()293 struct plic_handler *handler = per_cpu_ptr(&plic_handlers, cpu); in plic_irq_resume()376 struct plic_handler *handler = this_cpu_ptr(&plic_handlers); in plic_handle_irq()397 static void plic_set_threshold(struct plic_handler *handler, u32 threshold) in plic_set_threshold()413 struct plic_handler *handler = this_cpu_ptr(&plic_handlers); in plic_starting_cpu()[all …]