msw               283 arch/m68k/ifpsp060/src/ilsp.S # if the divisor msw is 0, use simpler algorithm then the full blown
msw              1389 arch/x86/include/asm/kvm_host.h void kvm_lmsw(struct kvm_vcpu *vcpu, unsigned long msw);
msw               820 arch/x86/kvm/x86.c void kvm_lmsw(struct kvm_vcpu *vcpu, unsigned long msw)
msw               822 arch/x86/kvm/x86.c 	(void)kvm_set_cr0(vcpu, kvm_read_cr0_bits(vcpu, ~0x0eul) | (msw & 0x0f));
msw                27 arch/x86/math-emu/poly.h 	unsigned long msw;
msw                74 arch/x86/math-emu/poly_2xm1.c 		shift = (argSignif.msw & 0x40000000) ? 3 : 2;
msw                94 arch/x86/math-emu/poly_2xm1.c 	accumulator.lsw = accumulator.midw = accumulator.msw = 0;
msw               107 arch/x86/math-emu/poly_2xm1.c 		accumulator.msw |= 0x80000000;	/* add 1.0 */
msw               109 arch/x86/math-emu/poly_2xm1.c 		accumulator.msw &= 0x3fffffff;	/* subtract 1.0 */
msw               128 arch/x86/math-emu/poly_2xm1.c 		Denom.msw |= 0x80000000;	/* add 1.0 */
msw                97 arch/x86/math-emu/poly_atan.c 	    || ((exponent == -2) && (argSignif.msw > 0xd413ccd0))) {
msw               106 arch/x86/math-emu/poly_atan.c 			      (argSignif.msw == 0x80000000))) {
msw               111 arch/x86/math-emu/poly_atan.c 			argSignif.msw = 0;	/* Make the transformed arg -> 0.0 */
msw               121 arch/x86/math-emu/poly_atan.c 			Denom.msw |= 0x80000000;
msw               133 arch/x86/math-emu/poly_atan.c 	argSq.msw = argSignif.msw;
msw               138 arch/x86/math-emu/poly_atan.c 	argSqSq.msw = argSq.msw;
msw               151 arch/x86/math-emu/poly_atan.c 	accumulator.msw = accumulator.midw = accumulator.lsw = 0;
msw               163 arch/x86/math-emu/poly_atan.c 	accumulatore.msw |= 0x80000000;
msw                55 arch/x86/math-emu/poly_l2.c 		accumulator.msw = accumulator.midw = accumulator.lsw = 0;
msw                65 arch/x86/math-emu/poly_l2.c 	expon_accum.msw = exponent;
msw                85 arch/x86/math-emu/poly_l2.c 	if (accumulator.msw == 0) {
msw               194 arch/x86/math-emu/poly_l2.c 		Denom.msw |= 0x80000000;
msw               199 arch/x86/math-emu/poly_l2.c 		if (Denom.msw & 0x80000000) {
msw               206 arch/x86/math-emu/poly_l2.c 			argSignif.msw = Numer.msw;
msw               213 arch/x86/math-emu/poly_l2.c 		if ((exponent > -2) || (argSignif.msw > (unsigned)0xafb0ccc0)) {
msw               230 arch/x86/math-emu/poly_l2.c 	accumulator.msw = accumulator.midw = accumulator.lsw = 0;
msw               243 arch/x86/math-emu/poly_l2.c 	accum_result->msw = accumulator.msw;
msw                68 arch/x86/math-emu/poly_sin.c 	accumulator.lsw = accumulator.midw = accumulator.msw = 0;
msw                76 arch/x86/math-emu/poly_sin.c 		argSqrd.msw = st0_ptr->sigh;
msw                81 arch/x86/math-emu/poly_sin.c 		argTo4.msw = argSqrd.msw;
msw                95 arch/x86/math-emu/poly_sin.c 		accumulator.msw |= 0x80000000;	/* Add 1.0 */
msw               169 arch/x86/math-emu/poly_sin.c 		if (argSqrd.msw & 0xffc00000) {
msw               171 arch/x86/math-emu/poly_sin.c 			fix_up -= mul_32_32(0x898cc517, argSqrd.msw) / 6;
msw               220 arch/x86/math-emu/poly_sin.c 	accumulator.lsw = accumulator.midw = accumulator.msw = 0;
msw               226 arch/x86/math-emu/poly_sin.c 		argSqrd.msw = st0_ptr->sigh;
msw               236 arch/x86/math-emu/poly_sin.c 		argTo4.msw = argSqrd.msw;
msw               267 arch/x86/math-emu/poly_sin.c 		if (accumulator.msw == 0) {
msw               312 arch/x86/math-emu/poly_sin.c 		argTo4.msw = argSqrd.msw;
msw               326 arch/x86/math-emu/poly_sin.c 		accumulator.msw |= 0x80000000;	/* Add 1.0 */
msw               351 arch/x86/math-emu/poly_sin.c 		if (argSqrd.msw & 0xffc00000) {
msw               353 arch/x86/math-emu/poly_sin.c 			fix_up.msw -= mul_32_32(0x898cc517, argSqrd.msw) / 2;
msw               354 arch/x86/math-emu/poly_sin.c 			fix_up.msw += mul_32_32(0x898cc517, argTo4.msw) / 24;
msw               116 arch/x86/math-emu/poly_tan.c 	accumulatoro.msw = accumulatoro.midw = accumulatoro.lsw = 0;
msw               126 arch/x86/math-emu/poly_tan.c 	accumulatore.msw = accumulatore.midw = accumulatore.lsw = 0;
msw               142 arch/x86/math-emu/poly_tan.c 	if (accumulatore.msw == 0) {
msw               181 arch/x86/math-emu/poly_tan.c 			adj = accum.msw >> -(exponent + 1);	/* tan */
msw               187 arch/x86/math-emu/poly_tan.c 		fix_up.msw += adj;
msw               188 arch/x86/math-emu/poly_tan.c 		if (!(fix_up.msw & 0x80000000)) {	/* did fix_up overflow ? */
msw               191 arch/x86/math-emu/poly_tan.c 			fix_up.msw |= 0x80000000;
msw               202 arch/x86/math-emu/poly_tan.c 		accumulatoro.msw = 0x80000000;
msw                70 drivers/clocksource/bcm_kona_timer.c kona_timer_get_counter(void __iomem *timer_base, uint32_t *msw, uint32_t *lsw)
msw                87 drivers/clocksource/bcm_kona_timer.c 		*msw = readl(timer_base + KONA_GPTIMER_STCHI_OFFSET);
msw                89 drivers/clocksource/bcm_kona_timer.c 		if (*msw == readl(timer_base + KONA_GPTIMER_STCHI_OFFSET))
msw               114 drivers/clocksource/bcm_kona_timer.c 	uint32_t lsw, msw;
msw               118 drivers/clocksource/bcm_kona_timer.c 	ret = kona_timer_get_counter(timers.tmr_regs, &msw, &lsw);
msw               114 drivers/memstick/core/ms_block.h 	unsigned short msw;
msw               384 drivers/net/fddi/defza.h 	u32 msw;
msw                60 fs/afs/protocol_yfs.h 	__be32			msw;
msw                66 fs/afs/protocol_yfs.h 	return ((u64)ntohl(x.msw) << 32) | ntohl(x.lsw);
msw                71 fs/afs/protocol_yfs.h 	return (struct yfs_xdr_u64){ .msw = htonl(x >> 32), .lsw = htonl(x) };
msw              2668 sound/pci/ac97/ac97_codec.c 	struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL);
msw              2670 sound/pci/ac97/ac97_codec.c 	if (! msw || ! mvol)
msw              2672 sound/pci/ac97/ac97_codec.c 	msw->put = bind_hp_volsw_put;
msw              2775 sound/pci/ac97/ac97_codec.c 	struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL);
msw              2776 sound/pci/ac97/ac97_codec.c 	if (! msw)
msw              2778 sound/pci/ac97/ac97_codec.c 	msw->put = master_mute_sw_put;
msw              2810 sound/pci/ac97/ac97_codec.c 	struct snd_kcontrol *msw = ctl_find(ac97, "Master Playback Switch", NULL);
msw              2812 sound/pci/ac97/ac97_codec.c 	if (! msw || ! mvol)
msw              2814 sound/pci/ac97/ac97_codec.c 	msw->put = hp_master_mute_sw_put;