| /linux/arch/arm64/kernel/vdso/ |
| H A D | vgetrandom-chacha.S | 11 #define state2 v2 macro 63 mov state2.16b, copy2.16b 81 add state2.4s, state2.4s, state3.4s 82 eor tmp.16b, state1.16b, state2.16b 93 add state2.4s, state2.4s, state3.4s 94 eor tmp.16b, state1.16b, state2.16b 101 ext state2.16b, state2.16b, state2.16b, #8 111 add state2.4s, state2.4s, state3.4s 112 eor tmp.16b, state1.16b, state2.16b 123 add state2.4s, state2.4s, state3.4s [all …]
|
| /linux/arch/x86/entry/vdso/vdso64/ |
| H A D | vgetrandom-chacha.S | 35 .set state2, %xmm3 define 58 movdqa copy2,state2 72 paddd state3,state2 73 pxor state2,state1 88 paddd state3,state2 89 pxor state2,state1 98 pshufd $0x4e,state2,state2 111 paddd state3,state2 112 pxor state2,state1 127 paddd state3,state2 [all …]
|
| /linux/arch/powerpc/kernel/vdso/ |
| H A D | vgetrandom-chacha.S | 37 #define state2 r18 macro 197 lis state2, const2@ha 201 addi state2, state2, const2@l 229 addis state2, state2, const2@ha 233 addi state2, state2, const2@l 252 stwbrx state2, val4, dst_bytes 276 stw state2, 12(dst_bytes)
|
| /linux/arch/riscv/kernel/vdso/ |
| H A D | vgetrandom-chacha.S | 42 #define state2 s2 macro 63 #define line0 state0, state1, state2, state3 109 mv state2, copy2 173 sw state2, 8(output) 181 lw state2, 8(key) 194 lw state2, 24(key)
|
| /linux/arch/loongarch/vdso/ |
| H A D | vgetrandom-chacha.S | 42 #define state2 s2 macro 64 #define line0 state0, state1, state2, state3 109 move state2, copy2 173 st.w state2, output, 8 181 ld.w state2, key, 8 194 ld.w state2, key, 24
|
| /linux/lib/zstd/common/ |
| H A D | fse_decompress.c | 186 FSE_DState_t state2; in FSE_decompress_usingDTable_generic() local 192 FSE_initDState(&state2, &bitD, dt); in FSE_decompress_usingDTable_generic() 205 op[1] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 215 op[3] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 224 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic() 229 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
|
| /linux/include/media/ |
| H A D | v4l2-subdev.h | 1768 struct v4l2_subdev_state *state2) in v4l2_subdev_lock_states() argument 1771 if (state1->lock != state2->lock) in v4l2_subdev_lock_states() 1772 mutex_lock(state2->lock); in v4l2_subdev_lock_states() 1786 struct v4l2_subdev_state *state2) in v4l2_subdev_unlock_states() argument 1789 if (state1->lock != state2->lock) in v4l2_subdev_unlock_states() 1790 mutex_unlock(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 325 mipid_read(md, MIPID_CMD_RDDSDR, &state2, 1); 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/drivers/s390/cio/ |
| H A D | css.h | 56 __u8 state2 : 2; /* path state value 2 */ member
|
| H A D | device_pgid.c | 315 if (pgid->inf.ps.state2 == SNID_STATE2_RESVD_ELSE) in pgid_analyze()
|
| /linux/drivers/mmc/host/ |
| H A D | sh_mmcif.c | 557 u32 state1, state2; in sh_mmcif_error_manage() local 563 state2 = sh_mmcif_readl(host->addr, MMCIF_CE_HOST_STS2); in sh_mmcif_error_manage() 565 dev_dbg(dev, "ERR HOST_STS2 = %08x\n", state2); in sh_mmcif_error_manage() 586 if (state2 & STS2_CRC_ERR) { in sh_mmcif_error_manage() 590 } else if (state2 & STS2_TIMEOUT_ERR) { in sh_mmcif_error_manage()
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | icp_qat_hw.h | 205 __u8 state2[ICP_QAT_HW_SHA512_STATE2_SZ]; member
|
| /linux/Documentation/admin-guide/acpi/ |
| H A D | fan_performance_states.rst | 26 -r--r--r-- 1 root root 4096 Dec 13 20:38 state2
|
| /linux/arch/arm/boot/dts/rockchip/ |
| H A D | rk3288-rock2-square.dts | 52 label = "rock2:blue:state2";
|
| /linux/net/iucv/ |
| H A D | af_iucv.c | 150 static int iucv_sock_in_state(struct sock *sk, int state, int state2) in iucv_sock_in_state() argument 152 return (sk->sk_state == state || sk->sk_state == state2); in iucv_sock_in_state()
|
| /linux/fs/gfs2/ |
| H A D | rgrp.c | 441 const u8 state2 = state << 4; in gfs2_bitcount() local 450 if (((*byte) & 0x30) == state2) in gfs2_bitcount()
|