/openbmc/linux/arch/x86/kernel/fpu/ |
H A D | xstate.h | 92 #define XSTATE_OP(op, st, lmask, hmask, err) \ argument 98 : "D" (st), "m" (*st), "a" (lmask), "d" (hmask) \ 117 #define XSTATE_XSAVE(st, lmask, hmask, err) \ argument 127 : "D" (st), "m" (*st), "a" (lmask), "d" (hmask) \ 134 #define XSTATE_XRESTORE(st, lmask, hmask) \ argument 141 : "D" (st), "m" (*st), "a" (lmask), "d" (hmask) \ 187 u32 lmask = mask; in os_xsave() local 194 XSTATE_XSAVE(&fpstate->regs.xsave, lmask, hmask, err); in os_xsave() 207 u32 lmask = mask; in os_xrstor() local 211 XSTATE_XRESTORE(&fpstate->regs.xsave, lmask, hmask); in os_xrstor() [all …]
|
H A D | xstate.c | 316 u32 lmask = mask; in os_xrstor_booting() local 321 XSTATE_OP(XRSTORS, xstate, lmask, hmask, err); in os_xrstor_booting() 323 XSTATE_OP(XRSTOR, xstate, lmask, hmask, err); in os_xrstor_booting()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | ldst_helper.c | 73 target_ulong lmask = get_lmask(env, arg2, 32); in helper_swl() local 78 if (lmask <= 2) { in helper_swl() 83 if (lmask <= 1) { in helper_swl() 88 if (lmask == 0) { in helper_swl() 97 target_ulong lmask = get_lmask(env, arg2, 32); in helper_swr() local 102 if (lmask >= 1) { in helper_swr() 107 if (lmask >= 2) { in helper_swr() 112 if (lmask == 3) { in helper_swr() 127 target_ulong lmask = get_lmask(env, arg2, 64); in helper_sdl() local 132 if (lmask <= 6) { in helper_sdl() [all …]
|
/openbmc/linux/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 …]
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/u-boot/lib/zlib/ |
H A D | inffast.c | 89 unsigned lmask; /* mask for first level of length codes */ in inflate_fast() local 124 lmask = (1U << state->lenbits) - 1; in inflate_fast() 136 this = lcode[hold & lmask]; in inflate_fast()
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-sifive-plic.c | 67 struct cpumask lmask; member 169 cpumask_and(&amask, &priv->lmask, mask_val); in plic_set_affinity() 316 irq_set_affinity(irq, &priv->lmask); in plic_irqdomain_map() 519 cpumask_set_cpu(cpu, &priv->lmask); in __plic_init()
|
/openbmc/linux/net/sched/ |
H A D | cls_flower.c | 182 const long *lmask = fl_key_get_start(&mask->key, mask); in fl_set_masked_key() local 187 *lmkey++ = *lkey++ & *lmask++; in fl_set_masked_key() 193 const long *lmask = fl_key_get_start(&mask->key, mask); in fl_mask_fits_tmplt() local 201 if (~*ltmplt++ & *lmask++) in fl_mask_fits_tmplt()
|
/openbmc/linux/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()
|
/openbmc/linux/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()
|