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()150 struct plic_handler *handler = this_cpu_ptr(&plic_handlers); in plic_irq_eoi()258 struct plic_handler *handler = per_cpu_ptr(&plic_handlers, cpu); in plic_irq_suspend()289 struct plic_handler *handler = per_cpu_ptr(&plic_handlers, cpu); in plic_irq_resume()368 struct plic_handler *handler = this_cpu_ptr(&plic_handlers); in plic_handle_irq()388 static void plic_set_threshold(struct plic_handler *handler, u32 threshold) in plic_set_threshold()404 struct plic_handler *handler = this_cpu_ptr(&plic_handlers); in plic_starting_cpu()[all …]