Home
last modified time | relevance | path

Searched refs:ms (Results 1 – 25 of 68) sorted by relevance

123

/arch/mips/kernel/
Dspinlock_test.c94 struct spin_multi_state ms; in multi_get() local
97 ms.lock = __RAW_SPIN_LOCK_UNLOCKED("multi_get"); in multi_get()
98 ms.loops = 1000000; in multi_get()
100 atomic_set(&ms.start_wait, 2); in multi_get()
101 atomic_set(&ms.enter_wait, 2); in multi_get()
102 atomic_set(&ms.exit_wait, 2); in multi_get()
103 t1.state = &ms; in multi_get()
104 t2.state = &ms; in multi_get()
/arch/ia64/kernel/
Dmca.c898 const pal_min_state_area_t *ms = sos->pal_min_state; in finish_pt_regs() local
905 regs->cr_iip = ms->pmsa_iip; in finish_pt_regs()
906 regs->cr_ipsr = ms->pmsa_ipsr; in finish_pt_regs()
907 regs->cr_ifs = ms->pmsa_ifs; in finish_pt_regs()
909 regs->cr_iip = ms->pmsa_xip; in finish_pt_regs()
910 regs->cr_ipsr = ms->pmsa_xpsr; in finish_pt_regs()
911 regs->cr_ifs = ms->pmsa_xfs; in finish_pt_regs()
913 sos->iip = ms->pmsa_iip; in finish_pt_regs()
914 sos->ipsr = ms->pmsa_ipsr; in finish_pt_regs()
915 sos->ifs = ms->pmsa_ifs; in finish_pt_regs()
[all …]
Dmca_asm.S410 #define ms r4 macro
458 add ms=MCA_SOS_OFFSET+8, r3
465 add temp2=temp2, ms // struct ia64_sal_os_state+8 on MCA or INIT stack
928 ld8 ms=[temp2] // pal_min_state, physical
930 dep temp1=-1,ms,62,2 // set region 6
1072 #undef ms
/arch/m68k/fpsp040/
Dsgetem.S94 movel LOCAL_HI(%a0),%d0 |load ms mant in d0
97 movel %d0,LOCAL_HI(%a0) |put ms mant back on stack
106 | ms mantissa part in d0
111 tstl %d0 |if any bits set in ms mant
113 | ;else no bits set in ms mant
119 exg %d0,%d1 |shift ls mant to ms mant
121 lsll %d3,%d0 |shift first 1 to integer bit in ms mant
128 lsll %d3,%d0 |shift ms mant until j-bit is set
134 | ;be shifted into ms mant
135 orl %d6,%d0 |shift the ls mant bits into the ms mant
Dx_store.S118 | extended -> |s| exp | |1| ms mant | | ls mant |
154 movel LOCAL_HI(%a1),%d1 |get ms mantissa
155 bfextu %d1{#1:#20},%d1 |get upper 20 bits of ms
156 orl %d1,%d0 |put these bits in ms word of double
158 movel LOCAL_HI(%a1),%d1 |get ms mantissa
Dround.S299 | FP_SCR1 = exponent, ms mantissa part, ls mantissa part
327 lsll %d0,%d1 |shift ms mant by count
332 orl %d6,%d1 |shift the ls mant bits into the ms mant
365 movel LOCAL_HI(%a0),%d0 |d0 has ms mant
375 | ;be shifted into ms mant
376 orl %d1,%d0 |shift the ls mant bits into the ms mant
377 movel %d0,LOCAL_HI(%a0) |store ms mant into memory
382 | We get here if ms mant was = 0, and we assume ls mant has bits
388 subw #32,%d0 |account for ms mant being all zeros
391 lsll %d7,%d1 |shift first 1 to integer bit in ms mant
[all …]
Dx_operr.S163 bsr check_upper |check if exp and ms mant are special
190 bsr check_upper |check if exp and ms mant are special
Dget_op.S503 tstl ETEMP_HI(%a6) |check ms mantissa
555 tstl ETEMP_HI(%a6) |check ms mantissa
/arch/h8300/
DMakefile14 cflags-$(CONFIG_CPU_H8S) := -ms
15 aflags-$(CONFIG_CPU_H8S) := -ms -Wa,--mach=h8300s
/arch/powerpc/kernel/
Drtas.c494 unsigned int ms = 0; in rtas_busy_delay_time() local
497 ms = 1; in rtas_busy_delay_time()
501 for (ms = 1; order > 0; order--) in rtas_busy_delay_time()
502 ms *= 10; in rtas_busy_delay_time()
505 return ms; in rtas_busy_delay_time()
512 unsigned int ms; in rtas_busy_delay() local
515 ms = rtas_busy_delay_time(status); in rtas_busy_delay()
516 if (ms && need_resched()) in rtas_busy_delay()
517 msleep(ms); in rtas_busy_delay()
519 return ms; in rtas_busy_delay()
/arch/arm/mach-pxa/include/mach/
Dregs-lcd.h197 #define SMART_DELAY(ms) (SMART_CMD_DELAY | ((ms) & 0xff)) argument
/arch/x86/kernel/
Dtsc.c361 static unsigned long pit_calibrate_tsc(u32 latch, unsigned long ms, int loopmin) in pit_calibrate_tsc() argument
423 do_div(delta, ms); in pit_calibrate_tsc()
675 unsigned long flags, latch, ms, fast_calibrate; in native_calibrate_cpu() local
719 ms = CAL_MS; in native_calibrate_cpu()
733 tsc_pit_khz = pit_calibrate_tsc(latch, ms, loopmin); in native_calibrate_cpu()
780 ms = CAL2_MS; in native_calibrate_cpu()
/arch/s390/include/asm/
Dnmi.h61 u64 ms : 1; /* 21 psw mask and key validity */ member
/arch/arm/boot/dts/
Dsun8i-a23-polaroid-mid2809pxe04.dts60 /* The esp8089 needs 200 ms after driving wifi-en high */
61 post-power-on-delay-ms = <200>;
Dlpc3250-phy3250.dts111 nxp,debounce-delay-ms = <3>;
112 nxp,scan-delay-ms = <34>;
Dsun8i-a23-polaroid-mid2407pxe03.dts60 /* The esp8089 needs 200 ms after driving wifi-en high */
61 post-power-on-delay-ms = <200>;
Dsun8i-q8-common.dtsi62 /* The esp8089 needs 200 ms after driving wifi-en high */
63 post-power-on-delay-ms = <200>;
Darmada-39x.dtsi147 timeout-ms = <1000>;
158 timeout-ms = <1000>;
169 timeout-ms = <1000>;
180 timeout-ms = <1000>;
Darmada-370-xp.dtsi154 timeout-ms = <1000>;
164 timeout-ms = <1000>;
/arch/s390/kernel/vdso32/
Dclock_gettime.S44 2: ms %r0,__VDSO_TK_MULT(%r5) /* * tk->mult */
126 12: ms %r0,__VDSO_TK_MULT(%r5) /* * tk->mult */
Dgettimeofday.S58 3: ms %r0,__VDSO_TK_MULT(%r5) /* * tk->mult */
/arch/x86/kernel/cpu/
Damd.c1093 u32 ms; in cpu_has_amd_erratum() local
1110 ms = (cpu->x86_model << 4) | cpu->x86_stepping; in cpu_has_amd_erratum()
1113 (ms >= AMD_MODEL_RANGE_START(range)) && in cpu_has_amd_erratum()
1114 (ms <= AMD_MODEL_RANGE_END(range))) in cpu_has_amd_erratum()
/arch/arm/mach-w90x900/
Dcpu.c58 static DEFINE_SUBCLK(ms, 0);
/arch/powerpc/boot/dts/
Dac14xx.dts359 debounce-delay-ms = <5>;
363 col-switch-delay-ms = <200>;
/arch/s390/kernel/
Dnmi.c273 if (!mci.ms || !mci.pm || !mci.ia) in s390_validate_registers()

123