Searched refs:tile_hvc_irq (Results 1 – 1 of 1) sorted by relevance
133 int tile_hvc_irq; in hvc_tile_probe() local136 tile_hvc_irq = irq_alloc_hwirq(-1); in hvc_tile_probe()137 if (!tile_hvc_irq) in hvc_tile_probe()140 tile_irq_activate(tile_hvc_irq, TILE_IRQ_PERCPU); in hvc_tile_probe()141 hp = hvc_alloc(0, tile_hvc_irq, &hvc_tile_get_put_ops, 128); in hvc_tile_probe()143 irq_free_hwirq(tile_hvc_irq); in hvc_tile_probe()