/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/tile/include/asm/ |
D | atomic.h | 193 long long c, old, dec; in atomic64_dec_if_positive() local 197 dec = c - 1; in atomic64_dec_if_positive() 198 if (unlikely(dec < 0)) in atomic64_dec_if_positive() 200 old = atomic64_cmpxchg((v), c, dec); in atomic64_dec_if_positive() 205 return dec; in atomic64_dec_if_positive()
|
/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/powerpc/kvm/ |
D | emulate.c | 42 pr_debug("mtDEC: %lx\n", vcpu->arch.dec); in kvmppc_emulate_dec() 50 if (vcpu->arch.dec & 0x80000000) { in kvmppc_emulate_dec() 58 if (vcpu->arch.dec == 0) in kvmppc_emulate_dec() 68 dec_time = vcpu->arch.dec; in kvmppc_emulate_dec() 86 if (vcpu->arch.dec < jd) in kvmppc_get_dec() 90 return vcpu->arch.dec - jd; in kvmppc_get_dec() 112 vcpu->arch.dec = (u32) spr_val; in kvmppc_emulate_mtspr()
|
/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
|
/arch/x86/include/asm/ |
D | atomic64_64.h | 221 s64 dec, c = atomic64_read(v); in atomic64_dec_if_positive() local 223 dec = c - 1; in atomic64_dec_if_positive() 224 if (unlikely(dec < 0)) in atomic64_dec_if_positive() 226 } while (!atomic64_try_cmpxchg(v, &c, dec)); in atomic64_dec_if_positive() 227 return dec; in atomic64_dec_if_positive()
|
D | nospec-branch.h | 53 dec reg; \
|
/arch/frv/include/asm/ |
D | atomic.h | 182 long long c, old, dec; in atomic64_dec_if_positive() local 186 dec = c - 1; in atomic64_dec_if_positive() 187 if (unlikely(dec < 0)) in atomic64_dec_if_positive() 189 old = atomic64_cmpxchg((v), c, dec); in atomic64_dec_if_positive() 194 return dec; in atomic64_dec_if_positive()
|
/arch/s390/include/asm/ |
D | atomic.h | 189 long c, old, dec; in atomic64_dec_if_positive() local 193 dec = c - 1; in atomic64_dec_if_positive() 194 if (unlikely(dec < 0)) in atomic64_dec_if_positive() 196 old = atomic64_cmpxchg((v), c, dec); in atomic64_dec_if_positive() 201 return dec; in atomic64_dec_if_positive()
|
/arch/parisc/include/asm/ |
D | atomic.h | 319 long c, old, dec; in atomic64_dec_if_positive() local 322 dec = c - 1; in atomic64_dec_if_positive() 323 if (unlikely(dec < 0)) in atomic64_dec_if_positive() 325 old = atomic64_cmpxchg((v), c, dec); in atomic64_dec_if_positive() 330 return dec; in atomic64_dec_if_positive()
|
/arch/x86/lib/ |
D | checksum_32.S | 65 dec %ecx 104 dec %ecx 113 dec %edx 171 dec %ecx 231 dec %ecx 344 dec %ecx 357 dec %edx 453 dec %ecx
|
D | rwsem.S | 124 __ASM_HALF_SIZE(dec) %__ASM_HALF_REG(dx)
|
D | copy_page_64.S | 32 dec %rcx
|
D | atomic64_cx8_32.S | 105 incdec_return dec sub sbb
|
D | atomic64_386_32.S | 120 BEGIN(dec)
|
/arch/ia64/include/asm/ |
D | atomic.h | 275 long c, old, dec; in atomic64_dec_if_positive() local 278 dec = c - 1; in atomic64_dec_if_positive() 279 if (unlikely(dec < 0)) in atomic64_dec_if_positive() 281 old = atomic64_cmpxchg((v), c, dec); in atomic64_dec_if_positive() 286 return dec; in atomic64_dec_if_positive()
|
/arch/powerpc/kernel/ |
D | time.c | 983 struct clock_event_device *dec = &per_cpu(decrementers, cpu); in register_decrementer_clockevent() local 985 *dec = decrementer_clockevent; in register_decrementer_clockevent() 986 dec->cpumask = cpumask_of(cpu); in register_decrementer_clockevent() 988 clockevents_config_and_register(dec, ppc_tb_freq, 2, decrementer_max); in register_decrementer_clockevent() 991 dec->name, dec->mult, dec->shift, cpu); in register_decrementer_clockevent() 994 decrementer_clockevent.mult = dec->mult; in register_decrementer_clockevent() 995 decrementer_clockevent.shift = dec->shift; in register_decrementer_clockevent()
|
/arch/x86/um/ |
D | checksum_32.S | 91 dec %ecx 100 dec %edx 198 dec %ecx
|
/arch/mips/ |
D | Kbuild.platforms | 12 platforms += dec
|
/arch/h8300/boot/compressed/ |
D | head.S | 24 dec.l #1, er1
|
/arch/mips/include/asm/octeon/ |
D | cvmx-spxx-defs.h | 164 uint64_t dec:1; member 180 uint64_t dec:1;
|
/arch/arm/mach-footbridge/ |
D | Kconfig | 37 Server, send e-mail to <skiff@crl.dec.com>.
|