| /linux-6.15/arch/x86/kernel/fpu/ |
| H A D | xstate.h | 138 #define XSTATE_XSAVE(st, lmask, hmask, err) \ argument 155 #define XSTATE_XRESTORE(st, lmask, hmask) \ argument 208 u32 lmask = mask; in os_xsave() local 228 u32 lmask = mask; in os_xrstor() local 239 u32 lmask = mask; in os_xrstor_supervisor() local 293 u32 lmask; in xsave_to_user_sigframe() local 301 lmask = mask; in xsave_to_user_sigframe() 306 XSTATE_OP(XSAVE, buf, lmask, hmask, err); in xsave_to_user_sigframe() 321 u32 lmask = mask; in xrstor_from_user_sigframe() local 328 XSTATE_OP(XRSTOR, xstate, lmask, hmask, err); in xrstor_from_user_sigframe() [all …]
|
| H A D | xstate.c | 308 u32 lmask = mask; in os_xrstor_booting() local 313 XSTATE_OP(XRSTORS, xstate, lmask, hmask, err); in os_xrstor_booting() 315 XSTATE_OP(XRSTOR, xstate, lmask, hmask, err); in os_xrstor_booting()
|
| /linux-6.15/arch/arm64/kernel/pi/ |
| H A D | map_range.c | 35 u64 lmask = (PAGE_SIZE << lshift) - 1; in map_range() local 51 u64 next = min((start | lmask) + 1, PAGE_ALIGN(end)); in map_range() 53 if (level < 2 || (level == 2 && (start | next | pa) & lmask)) { in map_range()
|
| /linux-6.15/sound/ppc/ |
| H A D | burgundy.c | 362 int lmask = 1 << (kcontrol->private_value & 0xff); in snd_pmac_burgundy_get_switch_w() local 366 ucontrol->value.integer.value[0] = (val & lmask) ? 1 : 0; in snd_pmac_burgundy_get_switch_w() 377 int lmask = 1 << (kcontrol->private_value & 0xff); in snd_pmac_burgundy_put_switch_w() local 382 val = oval & ~(lmask | (stereo ? rmask : 0)); in snd_pmac_burgundy_put_switch_w() 384 val |= lmask; in snd_pmac_burgundy_put_switch_w() 418 int lmask = kcontrol->private_value & 0xff; in snd_pmac_burgundy_get_switch_b() local 422 ucontrol->value.integer.value[0] = (val & lmask) ? 1 : 0; in snd_pmac_burgundy_get_switch_b() 433 int lmask = kcontrol->private_value & 0xff; in snd_pmac_burgundy_put_switch_b() local 438 val = oval & ~(lmask | rmask); in snd_pmac_burgundy_put_switch_b() 440 val |= lmask; in snd_pmac_burgundy_put_switch_b() [all …]
|
| /linux-6.15/drivers/irqchip/ |
| H A D | irq-riscv-aplic-direct.c | 30 struct cpumask lmask; member 61 cpu = cpumask_first_and(&direct->lmask, mask_val); in aplic_direct_set_affinity() 63 cpu = cpumask_first_and_and(&direct->lmask, mask_val, cpu_online_mask); in aplic_direct_set_affinity() 119 irq_set_affinity(virq + i, &direct->lmask); in aplic_direct_irqdomain_alloc() 279 cpumask_set_cpu(cpu, &direct->lmask); in aplic_direct_setup()
|
| H A D | irq-sifive-plic.c | 69 struct cpumask lmask; member 175 cpu = cpumask_first_and(&priv->lmask, mask_val); in plic_set_affinity() 177 cpu = cpumask_first_and_and(&priv->lmask, mask_val, cpu_online_mask); in plic_set_affinity() 320 irq_set_affinity(irq, &priv->lmask); in plic_irqdomain_map() 618 cpumask_set_cpu(cpu, &priv->lmask); in plic_probe()
|
| /linux-6.15/lib/zlib_inflate/ |
| H A D | inffast.c | 86 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-6.15/fs/nls/ |
| H A 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-6.15/sound/soc/ |
| H A D | soc-ops-test.c | 57 .lmask = SOC_OPS_TEST_##clayout == SOC_OPS_TEST_DOUBLE ? \ 91 unsigned int lmask; member 503 KUNIT_EXPECT_EQ(test, val, (param->init & ~param->lmask) | param->lreg); in soc_ops_test_access()
|
| /linux-6.15/net/sched/ |
| H A D | cls_flower.c | 193 const long *lmask = fl_key_get_start(&mask->key, mask); in fl_set_masked_key() local 198 *lmkey++ = *lkey++ & *lmask++; in fl_set_masked_key() 204 const long *lmask = fl_key_get_start(&mask->key, mask); in fl_mask_fits_tmplt() local 212 if (~*ltmplt++ & *lmask++) in fl_mask_fits_tmplt()
|
| /linux-6.15/sound/soc/codecs/ |
| H A D | da7218.c | 549 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-6.15/drivers/infiniband/hw/qib/ |
| H A D | qib_iba7322.c | 1349 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()
|