Searched defs:intid (Results 1 – 5 of 5) sorted by relevance
57 static int gic_wait_rwp(uint32_t intid) in gic_wait_rwp()78 static void arm_gic_lpi_setup(unsigned int intid, bool enable) in arm_gic_lpi_setup()93 static void arm_gic_lpi_set_priority(unsigned int intid, unsigned int prio) in arm_gic_lpi_set_priority()105 static bool arm_gic_lpi_is_enabled(unsigned int intid) in arm_gic_lpi_is_enabled()114 static inline void arm_gic_write_irouter(uint64_t val, unsigned int intid) in arm_gic_write_irouter()127 void arm_gic_irq_set_priority(unsigned int intid, in arm_gic_irq_set_priority()163 void arm_gic_irq_enable(unsigned int intid) in arm_gic_irq_enable()188 void arm_gic_irq_disable(unsigned int intid) in arm_gic_irq_disable()204 bool arm_gic_irq_is_enabled(unsigned int intid) in arm_gic_irq_is_enabled()220 bool arm_gic_irq_is_pending(unsigned int intid) in arm_gic_irq_is_pending()[all …]
42 #define GET_DIST_BASE(intid) GIC_DIST_BASE argument44 #define GET_DIST_BASE(intid) ((intid < GIC_SPI_INT_BASE) ? \ argument
379 uint32_t event_id, uint32_t intid, uint32_t icid) in its_send_mapti_cmd()474 unsigned int intid) in gicv3_its_map_intid()
228 #define GIC_IS_SGI(intid) (((intid) >= GIC_SGI_INT_BASE) && \ argument236 #define GIC_IS_SPI(intid) (((intid) >= GIC_SPI_INT_BASE) && \ argument
53 uint32_t event_id, unsigned int intid) in its_map_intid()