Searched refs:type (Results 26 - 50 of 13787) sorted by path

1234567891011>>

/linux-master/arch/arm/mm/
H A Dabort-lv4t.S131 and r7, r8, #0x70 @ get shift type
H A Dcache-l2x0-pmu.c298 if (event->attr.type != l2x0_pmu->type)
H A Dproc-v7-3level.S146 .type v7_crval, #object
/linux-master/arch/arm/vfp/
H A Dvfpdouble.c716 * 'n' is a NaN of some type
1175 char type; local
1177 type = fop->flags & OP_SD ? 's' : 'd';
1181 type, dest, dn, dm);
1185 type, dest, dn, FOP_TO_IDX(op), dm);
H A Dvfpsingle.c762 * 'n' is a NaN of some type
1215 char type; local
1217 type = fop->flags & OP_DD ? 'd' : 's';
1220 vecitr >> FPSCR_LENGTH_BIT, type, dest, sn,
1224 vecitr >> FPSCR_LENGTH_BIT, type, dest, sn,
/linux-master/arch/hexagon/kernel/
H A Dvm_switch.S30 .type __switch_to, @function
/linux-master/arch/hexagon/lib/
H A Dmemcpy.S182 .type memcpy, @function
H A Dmemset.S15 .type \name, @function
/linux-master/arch/hexagon/mm/
H A Dcopy_user_template.S15 .type FUNCNAME, @function
/linux-master/arch/m68k/coldfire/
H A Dintc-525x.c24 u32 type = irqd_get_trigger_type(d); local
27 if (type & IRQ_TYPE_EDGE_RISING)
29 if (type & IRQ_TYPE_EDGE_FALLING)
37 u32 type = irqd_get_trigger_type(d); local
40 if (type & IRQ_TYPE_EDGE_RISING)
42 if (type & IRQ_TYPE_EDGE_FALLING)
50 u32 type = irqd_get_trigger_type(d); local
53 if (type & IRQ_TYPE_EDGE_RISING)
55 if (type & IRQ_TYPE_EDGE_FALLING)
H A Dintc-5272.c122 static int intc_irq_set_type(struct irq_data *d, unsigned int type) argument
131 if (type == IRQ_TYPE_EDGE_FALLING)
/linux-master/arch/m68k/fpsp040/
H A Dfpsp.h59 | type that was generated. Some handlers may omit the "frestore"
162 .set stag_mask,0xE0 | upper 3 bits are source tag type
183 .set dtag_mask,0xE0 | upper 3 bits are dest type tag
H A Dgen_except.S140 cmpib #BUSY_SIZE-4,1(%a7) |check frame type
260 | The caller was from an unsupported data type trap. Test if the
397 | on an Unsupported data type exception), then we need to grow
H A Dget_op.S7 | type exception handler ('unsupp' - vector 55) and the unimplemented
18 | number(s) is normalized and the operand type tag is updated.
21 | operand type tag is updated.
356 | unsupported data type exception. Set if dyadic.
368 st DY_MO_FLG(%a6) |set the inst flag type to dyadic
371 clrb DY_MO_FLG(%a6) |set the inst flag type to monadic
H A Dres_func.S7 | is only used by the unsupported data type/format handler.
H A Dround.S504 btstb #E3,E_BYTE(%a6) |test for type E3 exception
505 beqs not_E3 |not type E3 exception
H A Dx_unsupp.S4 | fpsp_unsupp --- FPSP handler for unsupported data type exception
8 | hardware does not support or a data type (denormalized numbers or un-
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S356 set DTAG, LV+15 # destination operand type
357 set STAG, LV+14 # source operand type
406 set NORM, 0x00 # operand type for STAG/DTAG
407 set ZERO, 0x01 # operand type for STAG/DTAG
408 set INF, 0x02 # operand type for STAG/DTAG
409 set QNAN, 0x03 # operand type for STAG/DTAG
410 set DENORM, 0x04 # operand type for STAG/DTAG
411 set SNAN, 0x05 # operand type for STAG/DTAG
412 set UNNORM, 0x06 # operand type for STAG/DTAG
577 bsr.l tag # fetch operand type
[all...]
H A Dfpsp.S376 set DTAG, LV+15 # destination operand type
377 set STAG, LV+14 # source operand type
426 set NORM, 0x00 # operand type for STAG/DTAG
427 set ZERO, 0x01 # operand type for STAG/DTAG
428 set INF, 0x02 # operand type for STAG/DTAG
429 set QNAN, 0x03 # operand type for STAG/DTAG
430 set DENORM, 0x04 # operand type for STAG/DTAG
431 set SNAN, 0x05 # operand type for STAG/DTAG
432 set UNNORM, 0x06 # operand type for STAG/DTAG
668 bsr.l set_tag_x # tag the operand type
[all...]
H A Disp.S375 # of the correct exception type and an exit must be made through #
880 # The effective address type is decoded from the opword residing #
1374 # plus the number of bytes in the data type(2 or 4). #
H A Dpfpsp.S375 set DTAG, LV+15 # destination operand type
376 set STAG, LV+14 # source operand type
425 set NORM, 0x00 # operand type for STAG/DTAG
426 set ZERO, 0x01 # operand type for STAG/DTAG
427 set INF, 0x02 # operand type for STAG/DTAG
428 set QNAN, 0x03 # operand type for STAG/DTAG
429 set DENORM, 0x04 # operand type for STAG/DTAG
430 set SNAN, 0x05 # operand type for STAG/DTAG
431 set UNNORM, 0x06 # operand type for STAG/DTAG
667 bsr.l set_tag_x # tag the operand type
[all...]
/linux-master/arch/m68k/include/asm/
H A Datariints.h112 * the MFP. 'type' should be constant, if 'irq' is constant, too, code size is
115 static inline int get_mfp_bit( unsigned irq, int type )
120 reg = (unsigned char *)&st_mfp.int_en_a + type*4 +
125 static inline void set_mfp_bit( unsigned irq, int type )
130 reg = (unsigned char *)&st_mfp.int_en_a + type*4 +
136 static inline void clear_mfp_bit( unsigned irq, int type )
141 reg = (unsigned char *)&st_mfp.int_en_a + type*4 +
143 if (type == MFP_PENDING || type == MFP_SERVICE)
H A Dbootstd.h38 #define __bsc_return(type, res) \
46 return (type)(res); \
49 #define _bsc0(type,name) \
50 type name(void) \
57 __bsc_return(type,__res); \
60 #define _bsc1(type,name,atype,a) \
61 type name(atype a) \
69 __bsc_return(type,__res); \
72 #define _bsc2(type,name,atype,a,btype,b) \
73 type nam
[all...]
H A Dmodule.h13 enum m68k_fixup_type type; member in struct:m68k_fixup_info
29 #define m68k_fixup(type, addr) \
31 " .long " #type "," #addr "\n" \
H A Dsun3mmu.h36 #define AC_SYNC_ERR 0x60000000 /* c fault type */
38 #define AC_ASYNC_ERR 0x60000008 /* c asynchronous fault type */
50 /* Bus access type within PTE. */
166 unsigned long type);

Completed in 316 milliseconds

1234567891011>>