Searched refs:lmask (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
D | xsave.h | 76 u32 lmask = mask; in xsave_state_booting() local 86 : "D" (fx), "m" (*fx), "a" (lmask), "d" (hmask) in xsave_state_booting() 92 : "D" (fx), "m" (*fx), "a" (lmask), "d" (hmask) in xsave_state_booting() 103 u32 lmask = mask; in xrstor_state_booting() local 113 : "D" (fx), "m" (*fx), "a" (lmask), "d" (hmask) in xrstor_state_booting() 119 : "D" (fx), "m" (*fx), "a" (lmask), "d" (hmask) in xrstor_state_booting() 129 u32 lmask = mask; in xsave_state() local 150 [fx] "D" (fx), "a" (lmask), "d" (hmask) : in xsave_state() 166 u32 lmask = mask; in xrstor_state() local 177 "D" (fx), "m" (*fx), "a" (lmask), "d" (hmask) in xrstor_state() [all …]
|
/linux-4.1.27/sound/ppc/ |
D | burgundy.c | 374 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.1.27/fs/nls/ |
D | nls_base.c | 32 long lmask; member 67 l &= t->lmask; in utf8_to_utf32() 102 if (l <= t->lmask) { in utf32_to_utf8()
|
/linux-4.1.27/lib/zlib_inflate/ |
D | inffast.c | 107 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.1.27/drivers/infiniband/hw/qib/ |
D | qib_iba7322.c | 1379 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()
|