Searched refs:dec (Results 1 – 25 of 44) sorted by relevance
12
/arch/mips/dec/ |
D | Platform | 4 platform-$(CONFIG_MACH_DECSTATION) += dec/ 6 -I$(srctree)/arch/mips/include/asm/mach-dec 7 libs-$(CONFIG_MACH_DECSTATION) += arch/mips/dec/prom/
|
/arch/h8300/lib/ |
D | strncpy.S | 24 dec.l #1,er2 27 dec.l #1,er2 31 dec.l #1,er2
|
D | memset.S | 29 dec.l #1,er2 51 dec.l #1,er2 60 dec.b r3l
|
D | memcpy.S | 34 dec.l #1,er2 60 dec.l #1,er2 79 dec.w #1,e4
|
/arch/h8300/kernel/ |
D | head_rom.S | 37 dec.l #1,er4 49 dec.l #1,er4 58 dec.l #1,er0 72 dec.l #1,er0
|
D | head_ram.S | 38 dec.l #1,er4
|
D | entry.S | 231 dec.l #1,er0 388 dec.l #1,er1
|
/arch/powerpc/kvm/ |
D | emulate.c | 31 pr_debug("mtDEC: %lx\n", vcpu->arch.dec); in kvmppc_emulate_dec() 41 if (vcpu->arch.dec == 0) in kvmppc_emulate_dec() 51 dec_time = vcpu->arch.dec; in kvmppc_emulate_dec() 68 if (vcpu->arch.dec < jd) in kvmppc_get_dec() 72 return vcpu->arch.dec - jd; in kvmppc_get_dec() 94 vcpu->arch.dec = (u32) spr_val; in kvmppc_emulate_mtspr()
|
D | book3s_hv_builtin.c | 779 long int dec = mfspr(SPRN_DEC); in kvmppc_guest_entry_inject_int() local 781 dec = (int) dec; in kvmppc_guest_entry_inject_int() 782 if (dec < 0) in kvmppc_guest_entry_inject_int()
|
/arch/x86/lib/ |
D | checksum_32.S | 61 dec %ecx 100 dec %ecx 109 dec %edx 167 dec %ecx 227 dec %ecx 340 dec %ecx 353 dec %edx 449 dec %ecx
|
D | copy_page_64.S | 32 dec %rcx
|
D | atomic64_cx8_32.S | 101 incdec_return dec sub sbb
|
D | atomic64_386_32.S | 116 BEGIN(dec)
|
/arch/x86/crypto/ |
D | des3_ede_glue.c | 23 struct des3_ede_ctx dec; member 45 u32 *dec_ctx = ctx->dec.expkey; in des3_ede_dec_blk() 61 u32 *dec_ctx = ctx->dec.expkey; in des3_ede_dec_blk_3way() 133 return ecb_crypt(req, ctx->dec.expkey); in ecb_decrypt() 371 ctx->dec.expkey[j + 0] = ctx->enc.expkey[i + 0]; in des3_ede_x86_setkey() 372 ctx->dec.expkey[j + 1] = tmp; in des3_ede_x86_setkey()
|
D | aesni-intel_asm.S | 73 .section .rodata.cst16.dec, "aM", @progbits, 16 75 dec: .octa 0x1 label 386 .ifc \operation, dec 393 .ifc \operation, dec 580 dec \DLEN 591 dec \DLEN 672 .ifc \operation, dec 808 .ifc \operation, dec 841 .ifc \operation, dec 935 .ifc \operation, dec [all …]
|
/arch/powerpc/kernel/ |
D | time.c | 995 struct clock_event_device *dec = &per_cpu(decrementers, cpu); in register_decrementer_clockevent() local 997 *dec = decrementer_clockevent; in register_decrementer_clockevent() 998 dec->cpumask = cpumask_of(cpu); in register_decrementer_clockevent() 1000 clockevents_config_and_register(dec, ppc_tb_freq, 2, decrementer_max); in register_decrementer_clockevent() 1003 dec->name, dec->mult, dec->shift, cpu); in register_decrementer_clockevent() 1006 decrementer_clockevent.mult = dec->mult; in register_decrementer_clockevent() 1007 decrementer_clockevent.shift = dec->shift; in register_decrementer_clockevent()
|
/arch/x86/um/ |
D | checksum_32.S | 87 dec %ecx 96 dec %edx 194 dec %ecx
|
/arch/mips/ |
D | Kbuild.platforms | 13 platforms += dec
|
/arch/h8300/boot/compressed/ |
D | head.S | 24 dec.l #1, er1
|
/arch/mips/include/asm/octeon/ |
D | cvmx-spxx-defs.h | 150 uint64_t dec:1; member 166 uint64_t dec:1;
|
/arch/x86/include/asm/ |
D | asm.h | 36 #define _ASM_DEC __ASM_SIZE(dec)
|
D | nospec-branch.h | 73 dec reg; \
|
D | atomic64_32.h | 222 __alternative_atomic64(dec, dec_return, /* no output */, in arch_atomic64_dec()
|
/arch/arm/mach-footbridge/ |
D | Kconfig | 38 Server, send e-mail to <skiff@crl.dec.com>.
|
/arch/m68k/fpsp040/ |
D | x_snan.S | 99 clrl -(%a7) |clear and dec a7 127 clrl -(%a7) |clear and dec a7
|
12