Home
last modified time | relevance | path

Searched refs:inttype (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/s390/kvm/
Dtrace-s390.h129 __field(__u32, inttype)
136 __entry->inttype = type & 0x00000000ffffffff;
145 __entry->inttype, get_irq_name(__entry->inttype),
155 __field(__u32, inttype)
162 __entry->inttype = type & 0x00000000ffffffff;
168 __entry->id, __entry->inttype,
169 get_irq_name(__entry->inttype), __entry->parm,
182 __field(__u32, inttype)
189 __entry->inttype = type & 0x00000000ffffffff;
196 __entry->id, __entry->inttype,
[all …]
/linux-4.4.14/drivers/bus/
Domap_l3_noc.c170 int inttype, i, ret; in l3_interrupt_handler() local
177 inttype = irq == l3->app_irq ? L3_APPLICATION_ERROR : L3_DEBUG_ERROR; in l3_interrupt_handler()
187 L3_FLAGMUX_REGERR0 + (inttype << 3)); in l3_interrupt_handler()
189 err_reg &= ~(inttype ? flag_mux->mask_app_bits : in l3_interrupt_handler()
208 inttype ? "debug" : "application", in l3_interrupt_handler()
212 L3_FLAGMUX_MASK0 + (inttype << 3); in l3_interrupt_handler()
218 if (inttype) in l3_interrupt_handler()
230 inttype ? "debug" : "application"); in l3_interrupt_handler()
/linux-4.4.14/samples/kfifo/
DMakefile1 obj-$(CONFIG_SAMPLE_KFIFO) += bytestream-example.o dma-example.o inttype-example.o record-example.o