/linux/arch/x86/entry/vdso/ |
H A D | vgetrandom-chacha.S | 34 .set state1, %xmm2 define 55 /* state0,state1,state2,state3 = copy0,copy1,copy2,copy3 */ 57 movdqa copy1,state1 63 /* state0 += state1, state3 = rotl32(state3 ^ state0, 16) */ 64 paddd state1,state0 71 /* state2 += state3, state1 = rotl32(state1 ^ state2, 12) */ 73 pxor state2,state1 74 movdqa state1,temp 76 psrld $20,state1 [all...] |
/linux/arch/arm64/kernel/vdso/ |
H A D | vgetrandom-chacha.S | 10 #define state1 v1 macro 62 mov state1.16b, copy1.16b 75 /* state0 += state1, state3 = rotl32(state3 ^ state0, 16) */ 76 add state0.4s, state0.4s, state1.4s 80 /* state2 += state3, state1 = rotl32(state1 ^ state2, 12) */ 82 eor tmp.16b, state1.16b, state2.16b 83 shl state1.4s, tmp.4s, #12 84 sri state1.4s, tmp.4s, #20 86 /* state0 += state1, state [all...] |
/linux/lib/crypto/ |
H A D | blake2s-selftest.c | 606 struct blake2s_state state1, state2; in blake2s_random_test() local 613 memcpy(&state1, &state, sizeof(state1)); in blake2s_random_test() 615 blake2s_compress(&state1, blocks, 2, BLAKE2S_BLOCK_SIZE); in blake2s_random_test() 617 if (memcmp(&state1, &state2, sizeof(state1))) { in blake2s_random_test() 624 memcpy(&state1, &state, sizeof(state1)); in blake2s_random_test() 625 blake2s_compress(&state1, blocks, 1, BLAKE2S_BLOCK_SIZE); in blake2s_random_test() 632 if (memcmp(&state1, in blake2s_random_test() [all...] |
/linux/arch/powerpc/kernel/vdso/ |
H A D | vgetrandom-chacha.S | 36 #define state1 r17 macro 196 lis state1, const1@ha 200 addi state1, state1, const1@l 228 addis state1, state1, const1@ha 232 addi state1, state1, const1@l 251 stwbrx state1, 0, dst_bytes 275 stw state1, [all...] |
/linux/arch/loongarch/vdso/ |
H A D | vgetrandom-chacha.S | 41 #define state1 s1 macro 64 #define line0 state0, state1, state2, state3 108 move state1, copy1 172 st.w state1, output, 4 180 ld.w state1, key, 4 193 ld.w state1, key, 20
|
/linux/arch/riscv/kernel/vdso/ |
H A D | vgetrandom-chacha.S | 40 #define state1 s1 macro 62 #define line0 state0, state1, state2, state3 107 mv state1, copy1 171 sw state1, 4(output) 179 lw state1, 4(key) 192 lw state1, 20(key)
|
/linux/lib/zstd/common/ |
H A D | fse_decompress.c | 185 FSE_DState_t state1; in FSE_decompress_usingDTable_generic() local 191 FSE_initDState(&state1, &bitD, dt); in FSE_decompress_usingDTable_generic() 200 op[0] = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic() 210 op[2] = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic() 222 *op++ = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic() 231 *op++ = FSE_GETSYMBOL(&state1); in FSE_decompress_usingDTable_generic()
|
/linux/drivers/input/keyboard/ |
H A D | clps711x-keypad.c | 50 bool state, state1; in clps711x_keypad_poll() local 56 state1 = gpiod_get_value_cansleep(data->desc); in clps711x_keypad_poll() 57 } while (state != state1); in clps711x_keypad_poll()
|
/linux/include/media/ |
H A D | v4l2-subdev.h | 1778 * @state1: One subdevice state 1790 static inline void v4l2_subdev_lock_states(struct v4l2_subdev_state *state1, in v4l2_subdev_lock_states() argument 1793 mutex_lock(state1->lock); in v4l2_subdev_lock_states() 1794 if (state1->lock != state2->lock) in v4l2_subdev_lock_states() 1800 * @state1: One subdevice state 1808 static inline void v4l2_subdev_unlock_states(struct v4l2_subdev_state *state1, in v4l2_subdev_unlock_states() argument 1811 mutex_unlock(state1->lock); in v4l2_subdev_unlock_states() 1812 if (state1->lock != state2->lock) in v4l2_subdev_unlock_states()
|
/linux/drivers/video/fbdev/omap/ |
H A D | lcd_mipid.c | 321 u8 state1, state2; in ls041y3_esd_check_mode1() local 323 mipid_read(md, MIPID_CMD_RDDSDR, &state1, 1); in ls041y3_esd_check_mode1() 326 dev_dbg(&md->spi->dev, "ESD mode 1 state1 %02x state2 %02x\n", in ls041y3_esd_check_mode1() 327 state1, state2); in ls041y3_esd_check_mode1() 331 if (!((state1 ^ state2) & (1 << 6))) in ls041y3_esd_check_mode1()
|
/linux/Documentation/admin-guide/acpi/ |
H A D | fan_performance_states.rst | 23 -r--r--r-- 1 root root 4096 Dec 13 20:38 state1 58 $cat /sys/bus/acpi/devices/INT3404:00/state1
|
/linux/drivers/s390/cio/ |
H A D | device_pgid.c | 348 if (pgid->inf.ps.state1 != SNID_STATE1_GROUPED) in pgid_to_donepm() 351 if (pgid->inf.ps.state1 != SNID_STATE1_UNGROUPED) in pgid_to_donepm()
|
/linux/drivers/mmc/host/ |
H A D | sh_mmcif.c | 557 u32 state1, state2; in sh_mmcif_error_manage() local 562 state1 = sh_mmcif_readl(host->addr, MMCIF_CE_HOST_STS1); in sh_mmcif_error_manage() 564 dev_dbg(dev, "ERR HOST_STS1 = %08x\n", state1); in sh_mmcif_error_manage() 567 if (state1 & STS1_CMDSEQ) { in sh_mmcif_error_manage()
|
/linux/arch/arm/boot/dts/rockchip/ |
H A D | rk3288-rock2-square.dts | 46 label = "rock2:green:state1";
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_rps.c | 1491 unsigned int t, state1, state2; in __ips_gfx_val() local 1501 state1 = ext_v; in __ips_gfx_val() 1514 corr = div_u64(corr * 150142 * state1, 10000) - 78642; in __ips_gfx_val() 1517 state2 = div_u64(corr2 * state1, 10000); in __ips_gfx_val()
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | qat_algs.c | 152 hash_state_out = (__be32 *)hash->sha.state1; in qat_alg_do_precomputes() 188 hash_state_out = (__be32 *)(hash->sha.state1 + offset); in qat_alg_do_precomputes()
|
/linux/fs/gfs2/ |
H A D | rgrp.c | 440 const u8 state1 = state << 2; in gfs2_bitcount() local 448 if (((*byte) & 0x0C) == state1) in gfs2_bitcount()
|
/linux/Documentation/admin-guide/pm/ |
H A D | cpuidle.rst | 406 called :file:`state0`, :file:`state1` and so on, up to the number of idle state
|