Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/include/asm/fpu/
Dinternal.h204 #define XSTATE_OP(op, st, lmask, hmask, err) \ argument
214 : "D" (st), "m" (*st), "a" (lmask), "d" (hmask) \
231 #define XSTATE_XSAVE(st, lmask, hmask, err) \ argument
244 : "D" (st), "m" (*st), "a" (lmask), "d" (hmask) \
251 #define XSTATE_XRESTORE(st, lmask, hmask) \ argument
258 : "D" (st), "m" (*st), "a" (lmask), "d" (hmask) \
268 u32 lmask = mask; in os_xrstor_booting() local
275 XSTATE_OP(XRSTORS, xstate, lmask, hmask, err); in os_xrstor_booting()
277 XSTATE_OP(XRSTOR, xstate, lmask, hmask, err); in os_xrstor_booting()
295 u32 lmask = mask; in os_xsave() local
[all …]
/Linux-v5.15/drivers/irqchip/
Dirq-sifive-plic.c64 struct cpumask lmask; member
109 cpumask_test_cpu(cpu, &handler->priv->lmask)) in plic_irq_toggle()
120 cpumask_and(&amask, &priv->lmask, cpu_online_mask); in plic_irq_unmask()
132 plic_irq_toggle(&priv->lmask, d, 0); in plic_irq_mask()
143 cpumask_and(&amask, &priv->lmask, mask_val); in plic_set_affinity()
153 plic_irq_toggle(&priv->lmask, d, 0); in plic_set_affinity()
187 irq_set_affinity(irq, &priv->lmask); in plic_irqdomain_map()
356 cpumask_set_cpu(cpu, &priv->lmask); in plic_init()
/Linux-v5.15/sound/ppc/
Dburgundy.c361 int lmask = 1 << (kcontrol->private_value & 0xff); in snd_pmac_burgundy_get_switch_w() local
365 ucontrol->value.integer.value[0] = (val & lmask) ? 1 : 0; in snd_pmac_burgundy_get_switch_w()
376 int lmask = 1 << (kcontrol->private_value & 0xff); in snd_pmac_burgundy_put_switch_w() local
381 val = oval & ~(lmask | (stereo ? rmask : 0)); in snd_pmac_burgundy_put_switch_w()
383 val |= lmask; in snd_pmac_burgundy_put_switch_w()
417 int lmask = kcontrol->private_value & 0xff; in snd_pmac_burgundy_get_switch_b() local
421 ucontrol->value.integer.value[0] = (val & lmask) ? 1 : 0; in snd_pmac_burgundy_get_switch_b()
432 int lmask = kcontrol->private_value & 0xff; in snd_pmac_burgundy_put_switch_b() local
437 val = oval & ~(lmask | rmask); in snd_pmac_burgundy_put_switch_b()
439 val |= lmask; in snd_pmac_burgundy_put_switch_b()
[all …]
/Linux-v5.15/lib/zlib_inflate/
Dinffast.c86 unsigned lmask; /* mask for first level of length codes */ in inflate_fast() local
113 lmask = (1U << state->lenbits) - 1; in inflate_fast()
125 this = lcode[hold & lmask]; in inflate_fast()
/Linux-v5.15/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-v5.15/drivers/staging/r8188eu/hal/
Drtl8188e_cmd.c134 __le32 lmask; in rtl8188e_set_raid_cmd() local
137 lmask = cpu_to_le32(mask); in rtl8188e_set_raid_cmd()
138 memcpy(buf, &lmask, 3); in rtl8188e_set_raid_cmd()
/Linux-v5.15/net/sched/
Dcls_flower.c177 const long *lmask = fl_key_get_start(&mask->key, mask); in fl_set_masked_key() local
182 *lmkey++ = *lkey++ & *lmask++; in fl_set_masked_key()
188 const long *lmask = fl_key_get_start(&mask->key, mask); in fl_mask_fits_tmplt() local
196 if (~*ltmplt++ & *lmask++) in fl_mask_fits_tmplt()
/Linux-v5.15/sound/soc/codecs/
Dda7218.c549 unsigned int lmask = (mixer_ctrl->max << lshift); in da7218_mic_lvl_det_sw_get() local
553 (da7218->mic_lvl_det_en & lmask) >> lshift; in da7218_mic_lvl_det_sw_get()
/Linux-v5.15/drivers/infiniband/hw/qib/
Dqib_iba7322.c1349 u64 these, lmask; in err_decode() local
1356 lmask = (these & (these - 1)) ^ these; in err_decode()
1371 errs &= ~lmask; in err_decode()
1376 while (lmask & msp->mask) { in err_decode()
1378 lmask >>= 1; in err_decode()