Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/fpu/
Dinternal.h221 #define XSTATE_OP(op, st, lmask, hmask, err) \ argument
231 : "D" (st), "m" (*st), "a" (lmask), "d" (hmask) \
248 #define XSTATE_XSAVE(st, lmask, hmask, err) \ argument
261 : "D" (st), "m" (*st), "a" (lmask), "d" (hmask) \
268 #define XSTATE_XRESTORE(st, lmask, hmask) \ argument
275 : "D" (st), "m" (*st), "a" (lmask), "d" (hmask) \
285 u32 lmask = mask; in copy_xregs_to_kernel_booting() local
292 XSTATE_OP(XSAVES, xstate, lmask, hmask, err); in copy_xregs_to_kernel_booting()
294 XSTATE_OP(XSAVE, xstate, lmask, hmask, err); in copy_xregs_to_kernel_booting()
307 u32 lmask = mask; in copy_kernel_to_xregs_booting() local
[all …]
/Linux-v4.19/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-v4.19/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-v4.19/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-v4.19/tools/testing/selftests/x86/
Dmpx-mini-test.c183 uint32_t lmask = mask; in xrstor_state() local
187 : : "D" (fx), "m" (*fx), "a" (lmask), "d" (hmask) in xrstor_state()
193 uint32_t lmask = mask; in xsave_state_1() local
198 : : "D" (fx), "m" (*fx), "a" (lmask), "d" (hmask) in xsave_state_1()
784 uint32_t lmask = mask; in xsave_state() local
789 : : "D" (fx), "m" (*fx), "a" (lmask), "d" (hmask) in xsave_state()
/Linux-v4.19/net/sched/
Dcls_flower.c151 const long *lmask = fl_key_get_start(&mask->key, mask); in fl_set_masked_key() local
156 *lmkey++ = *lkey++ & *lmask++; in fl_set_masked_key()
162 const long *lmask = fl_key_get_start(&mask->key, mask); in fl_mask_fits_tmplt() local
170 if (~*ltmplt++ & *lmask++) in fl_mask_fits_tmplt()
/Linux-v4.19/sound/soc/codecs/
Dda7218.c553 unsigned int lmask = (mixer_ctrl->max << lshift); in da7218_mic_lvl_det_sw_get() local
557 (da7218->mic_lvl_det_en & lmask) >> lshift; in da7218_mic_lvl_det_sw_get()
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_iba7322.c1371 u64 these, lmask; in err_decode() local
1378 lmask = (these & (these - 1)) ^ these; in err_decode()
1394 errs &= ~lmask; in err_decode()
1399 while (lmask & msp->mask) { in err_decode()
1401 lmask >>= 1; in err_decode()