Home
last modified time | relevance | path

Searched refs:is_type (Results 1 – 25 of 45) sorted by relevance

12

/netbsd-src/sys/arch/powerpc/pic/
H A Dintr.c184 switch (is->is_type) { in intr_establish_xname()
186 is->is_type = type; in intr_establish_xname()
192 if (type == is->is_type) in intr_establish_xname()
198 intr_typename(is->is_type), in intr_establish_xname()
243 is->is_type, maxipl); in intr_establish_xname()
305 is->is_type = IST_NONE; in intr_disestablish()
443 const int type = intrsources[virq_map[hwirq]].is_type; in pic_enable_irq()
529 is->is_type); in pic_do_pending_int()
714 if (is->is_type == IST_NONE) { in genppc_isa_intr_alloc()
719 if (type == IST_LEVEL && is->is_type == IST_LEVEL) { in genppc_isa_intr_alloc()
H A Dpicvar.h58 int is_type; member
/netbsd-src/bin/sh/
H A Dsyntax.h81 #define sh_ctype(c) (is_type+SYNBASE)[(int)(c)]
104 extern const char is_type[];
H A Dsyntax.c98 const char is_type[258] = { 0, 0, variable
/netbsd-src/sys/arch/x86/x86/
H A Dintr.c817 if (source->is_type == IST_LEVEL) { in intr_establish_xname()
904 switch (source->is_type) { in intr_establish_xname()
906 source->is_type = type; in intr_establish_xname()
910 if (source->is_type == type) in intr_establish_xname()
915 int otype = source->is_type; in intr_establish_xname()
930 __func__, source->is_type, pic->pic_name, pin); in intr_establish_xname()
1101 if (source->is_type != IST_LEVEL) { in intr_mask_internal()
1239 source->is_type); in intr_disestablish()
1520 isp->is_pin, isp->is_pic->pic_name, isp->is_type, in intr_save_evcnt()
1633 isp->is_type); in intr_redistribute()
[all...]
/netbsd-src/sys/arch/arm/cortex/
H A Dgic.c427 KASSERTMSG(is->is_type == IST_LEVEL || is->is_type == IST_EDGE, in armgic_establish_irq()
428 "irq %u: type %u unsupported", is->is_irq, is->is_type); in armgic_establish_irq()
456 if (is->is_type == IST_LEVEL && (old_cfg & __BIT(1)) != 0) { in armgic_establish_irq()
458 } else if (is->is_type == IST_EDGE && (old_cfg & 2) == 0) { in armgic_establish_irq()
H A Dgicv3.c191 if (is->is_type == IST_LEVEL) in gicv3_establish_irq()
193 if (is->is_type == IST_EDGE) in gicv3_establish_irq()
216 if (is->is_type == IST_LEVEL) in gicv3_establish_irq()
218 if (is->is_type == IST_EDGE) in gicv3_establish_irq()
325 if (is != NULL && is->is_type == IST_EDGE) in gicv3_redist_enable()
759 const bool early_eoi = irq < GIC_LPI_BASE && is->is_type == IST_EDGE; in gicv3_irq_handler()
/netbsd-src/sys/arch/x86/isa/
H A Disa_machdep.c157 switch(isp->is_type) { in isa_intr_alloc()
160 if (type != isp->is_type) in isa_intr_alloc()
/netbsd-src/sys/arch/arm/imx/
H A Dimxgpio.c145 if (is->is_type == IST_EDGE_BOTH) { in imxgpio_pic_find_pending_irqs()
195 gtype = (GPIO_TYPEMAP >> (2 * is->is_type)) & 3; in imxgpio_pic_establish_irq()
H A Dimx31_icu.c141 KASSERT(is->is_type == IST_LEVEL); in avic_establish_irq()
H A Dimx51_tzic.c220 KASSERT(is->is_type == IST_LEVEL); in tzic_establish_irq()
H A Dimx31_gpio.c188 gtype = (GPIO_TYPEMAP >> (2 * is->is_type)) & 3; in gpio_pic_establish_irq()
/netbsd-src/sys/arch/arm/gemini/
H A Dgemini_gpio.c190 switch (is->is_type) { in gpio_pic_establish_irq()
200 panic("%s: unknown is_type %d\n", __FUNCTION__, is->is_type); in gpio_pic_establish_irq()
H A Dgemini_icu.c209 switch (is->is_type) { in geminiicu_establish_irq()
/netbsd-src/sys/arch/x86/include/
H A Dintr.h113 int is_type; /* level, edge */ member
/netbsd-src/sys/arch/arm/pic/
H A Dpicvar.h123 uint8_t is_type; /* IST_xxx */ member
/netbsd-src/external/bsd/ipf/dist/lib/
H A Dprintstatefields.c242 PRINTF("%d", sp->is_type);
/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_intc.c118 KASSERT(is->is_type == IST_LEVEL); in sunxi_intc_establish_irq()
H A Dsunxi_nmi.c266 sc->sc_is.is_type = ist; in sunxi_nmi_fdt_establish()
/netbsd-src/sys/arch/arm/ti/
H A Dti_omapintc.c176 KASSERT(is->is_type == IST_LEVEL); in omap2icu_establish_irq()
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_state.h93 #define is_type is_icmp.ici_type macro
/netbsd-src/sys/arch/arm/apple/
H A Dapple_intc.c142 KASSERT(is->is_type == IST_LEVEL); in apple_intc_establish_irq()
/netbsd-src/sys/arch/arm/marvell/
H A Dmvsocgpp.c307 type = is->is_type; in gpio_pic_establish_irq()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-attribs.c1970 bool is_type = false; in common_handle_aligned_attribute() local
1992 is_type = TREE_CODE (*node) == TYPE_DECL; in common_handle_aligned_attribute()
1995 type = node, is_type = true; in common_handle_aligned_attribute()
2020 if (is_type) in common_handle_aligned_attribute()
2143 else if (!is_type && !*no_add_attrs && set_align) in common_handle_aligned_attribute()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-attribs.cc2297 bool is_type = false; in common_handle_aligned_attribute() local
2319 is_type = TREE_CODE (*node) == TYPE_DECL; in common_handle_aligned_attribute()
2322 type = node, is_type = true; in common_handle_aligned_attribute()
2347 if (is_type) in common_handle_aligned_attribute()
2454 else if (!is_type && !*no_add_attrs && set_align) in common_handle_aligned_attribute()

12