Lines Matching +full:platform +full:- +full:level
2 * First-level interrupt controller model for Hexagon.
4 * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
18 * 02110-1301, USA.
27 __vmintop_locdis((long) data->irq); in mask_irq()
37 __vmintop_locen((long) data->irq); in unmask_irq()
43 __vmintop_globen((long) data->irq); in eoi_irq()
47 * if this is absent, then an -ENXIO error is returned to the
67 * The hexagon core comes with a first-level interrupt controller
70 * macro cells that provide one or more second-level interrupt
71 * controllers that are cascaded into one or more of the first-level
73 * irqs varies from platform to platform, and are set up & configured
74 * in the platform-specific files.
76 * The first-level interrupt controller is wrapped by the VM, which