Home
last modified time | relevance | path

Searched refs:lmask (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/fpu/
Dinternal.h247 u32 lmask = mask; in copy_xregs_to_kernel_booting() local
257 : "D" (xstate), "m" (*xstate), "a" (lmask), "d" (hmask), "0" (err) in copy_xregs_to_kernel_booting()
263 : "D" (xstate), "m" (*xstate), "a" (lmask), "d" (hmask), "0" (err) in copy_xregs_to_kernel_booting()
277 u32 lmask = mask; in copy_kernel_to_xregs_booting() local
287 : "D" (xstate), "m" (*xstate), "a" (lmask), "d" (hmask), "0" (err) in copy_kernel_to_xregs_booting()
293 : "D" (xstate), "m" (*xstate), "a" (lmask), "d" (hmask), "0" (err) in copy_kernel_to_xregs_booting()
306 u32 lmask = mask; in copy_xregs_to_kernel() local
329 [xstate] "D" (xstate), "a" (lmask), "d" (hmask) : in copy_xregs_to_kernel()
345 u32 lmask = mask; in copy_kernel_to_xregs() local
357 "D" (xstate), "m" (*xstate), "a" (lmask), "d" (hmask) in copy_kernel_to_xregs()
[all …]
/linux-4.4.14/sound/ppc/
Dburgundy.c374 int lmask = 1 << (kcontrol->private_value & 0xff); in snd_pmac_burgundy_get_switch_w() local
378 ucontrol->value.integer.value[0] = (val & lmask) ? 1 : 0; in snd_pmac_burgundy_get_switch_w()
389 int lmask = 1 << (kcontrol->private_value & 0xff); in snd_pmac_burgundy_put_switch_w() local
394 val = oval & ~(lmask | (stereo ? rmask : 0)); in snd_pmac_burgundy_put_switch_w()
396 val |= lmask; in snd_pmac_burgundy_put_switch_w()
430 int lmask = kcontrol->private_value & 0xff; in snd_pmac_burgundy_get_switch_b() local
434 ucontrol->value.integer.value[0] = (val & lmask) ? 1 : 0; in snd_pmac_burgundy_get_switch_b()
445 int lmask = kcontrol->private_value & 0xff; in snd_pmac_burgundy_put_switch_b() local
450 val = oval & ~(lmask | rmask); in snd_pmac_burgundy_put_switch_b()
452 val |= lmask; in snd_pmac_burgundy_put_switch_b()
[all …]
/linux-4.4.14/fs/nls/
Dnls_base.c32 long lmask; member
67 l &= t->lmask; in utf8_to_utf32()
102 if (l <= t->lmask) { in utf32_to_utf8()
/linux-4.4.14/lib/zlib_inflate/
Dinffast.c107 unsigned lmask; /* mask for first level of length codes */ in inflate_fast() local
134 lmask = (1U << state->lenbits) - 1; in inflate_fast()
146 this = lcode[hold & lmask]; in inflate_fast()
/linux-4.4.14/net/sched/
Dcls_flower.c104 const long *lmask = fl_key_get_start(&mask->key, mask); in fl_set_masked_key() local
109 *lmkey++ = *lkey++ & *lmask++; in fl_set_masked_key()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_iba7322.c1379 u64 these, lmask; in err_decode() local
1386 lmask = (these & (these - 1)) ^ these; in err_decode()
1402 errs &= ~lmask; in err_decode()
1407 while (lmask & msp->mask) { in err_decode()
1409 lmask >>= 1; in err_decode()