/arch/arm/vfp/ |
D | vfpdouble.c | 70 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char … in vfp_double_normaliseround() argument 196 dd, d, exceptions); in vfp_double_normaliseround() 197 vfp_put_double(d, dd); in vfp_double_normaliseround() 250 static u32 vfp_double_fabs(int dd, int unused, int dm, u32 fpscr) in vfp_double_fabs() argument 252 vfp_put_double(vfp_double_packed_abs(vfp_get_double(dm)), dd); in vfp_double_fabs() 256 static u32 vfp_double_fcpy(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcpy() argument 258 vfp_put_double(vfp_get_double(dm), dd); in vfp_double_fcpy() 262 static u32 vfp_double_fneg(int dd, int unused, int dm, u32 fpscr) in vfp_double_fneg() argument 264 vfp_put_double(vfp_double_packed_negate(vfp_get_double(dm)), dd); in vfp_double_fneg() 268 static u32 vfp_double_fsqrt(int dd, int unused, int dm, u32 fpscr) in vfp_double_fsqrt() argument [all …]
|
D | vfp.h | 343 u32 vfp_double_normaliseround(int dd, struct vfp_double *vd, u32 fpscr, u32 exceptions, const char … 373 u32 (* const fn)(int dd, int dn, int dm, u32 fpscr);
|
D | vfpsingle.c | 482 static u32 vfp_single_fcvtd(int dd, int unused, s32 m, u32 fpscr) in vfp_single_fcvtd() argument 518 return vfp_double_normaliseround(dd, &vdd, fpscr, exceptions, "fcvtd"); in vfp_single_fcvtd() 521 vfp_put_double(vfp_double_pack(&vdd), dd); in vfp_single_fcvtd()
|
/arch/arm/mach-omap2/ |
D | clkt2xxx_dpllcore.c | 115 const struct dpll_data *dd; in omap2_reprogram_dpllcore() local 134 dd = clk->dpll_data; in omap2_reprogram_dpllcore() 135 if (!dd) in omap2_reprogram_dpllcore() 139 omap_clk_ll_ops.clk_readl(&dd->mult_div1_reg); in omap2_reprogram_dpllcore() 140 tmpset.cm_clksel1_pll &= ~(dd->mult_mask | in omap2_reprogram_dpllcore() 141 dd->div1_mask); in omap2_reprogram_dpllcore() 154 tmpset.cm_clksel1_pll |= (div << __ffs(dd->mult_mask)); in omap2_reprogram_dpllcore() 155 tmpset.cm_clksel1_pll |= (mult << __ffs(dd->div1_mask)); in omap2_reprogram_dpllcore()
|
/arch/microblaze/include/asm/ |
D | cacheflush.h | 41 void (*dd)(void); /* disable */ member 61 #define disable_dcache() mbc->dd();
|
/arch/x86/kernel/cpu/ |
D | centaur.c | 121 u32 aa, bb, cc, dd; in init_centaur() local 204 cpuid(0x80000005, &aa, &bb, &cc, &dd); in init_centaur() 206 c->x86_cache_size = (cc>>24)+(dd>>24); in init_centaur()
|
/arch/microblaze/kernel/cpu/ |
D | cache.c | 520 .dd = __disable_dcache_msr, 536 .dd = __disable_dcache_nomsr, 552 .dd = __disable_dcache_msr, 567 .dd = __disable_dcache_nomsr, 583 .dd = __disable_dcache_msr, 598 .dd = __disable_dcache_nomsr,
|
/arch/x86/boot/ |
D | genimage.sh | 61 dd if=/dev/zero of=$FIMAGE bs=1024 count=1440 2> /dev/null 73 dd if=/dev/zero of=$FIMAGE bs=1024 count=2880 2> /dev/null
|
/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 71 .long R(52, 29, 29, 7b), R(dd, e3, e3, 3e) 133 .long R(cb, e8, e8, 23), R(a1, dd, dd, 7c) 135 .long R(96, 4b, 4b, dd), R(61, bd, bd, dc) 181 .long R(99, 58, 3e, 6b), R(27, b9, 71, dd) 204 .long R(3e, 21, 8a, f9), R(96, dd, 06, 3d) 205 .long R(dd, 3e, 05, ae), R(4d, e6, bd, 46) 229 .long R(ee, 99, dd, bb), R(a3, 7f, 60, fd)
|
/arch/mips/cavium-octeon/ |
D | octeon-irq.c | 1213 struct octeon_irq_ciu_domain_data *dd = d->host_data; in octeon_irq_ciu_xlat() local 1218 if (ciu >= dd->num_sum || bit > 63) in octeon_irq_ciu_xlat() 1237 struct octeon_irq_ciu_domain_data *dd = d->host_data; in octeon_irq_ciu_map() local 1239 if (line >= dd->num_sum || octeon_irq_ciu_to_irq[line][bit] != 0) in octeon_irq_ciu_map() 1463 struct octeon_irq_ciu_domain_data *dd; in octeon_irq_init_ciu() local 1465 dd = kzalloc(sizeof(*dd), GFP_KERNEL); in octeon_irq_init_ciu() 1466 if (!dd) in octeon_irq_init_ciu() 1477 dd->num_sum = 3; in octeon_irq_init_ciu() 1481 dd->num_sum = 2; in octeon_irq_init_ciu() 1507 ciu_node, &octeon_irq_domain_ciu_ops, dd); in octeon_irq_init_ciu()
|
/arch/powerpc/boot/ |
D | wrapper | 557 run_cmd dd if="$ofile.bin" of="$ofile.bin" conv=notrunc \ 561 run_cmd dd if="$ofile.bin" of="$ofile.bin" conv=notrunc \
|
/arch/ia64/include/asm/ |
D | processor.h | 115 __u64 dd : 1; member
|
/arch/powerpc/lib/ |
D | sstep.c | 201 unsigned int dd; in mlsd_8lsd_ea() local 214 dd = (unsigned int)(d >> 2); in mlsd_8lsd_ea() 215 ea = (signed int)dd; in mlsd_8lsd_ea()
|
/arch/s390/tools/ |
D | opcodes.txt | 108 6d dd RX_FRRD 723 dd trt SS_L0RDRD
|
/arch/x86/lib/ |
D | x86-opcode-map.txt | 277 dd: ESC 574 dd: paddusw Pq,Qq | vpaddusw Vx,Hx,Wx (66),(v1) 799 dd: vaesenclast Vx,Hx,Wx (66)
|