| /linux-6.15/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 101 ext state2.16b, state2.16b, state2.16b, #8 111 add state2.4s, state2.4s, state3.4s 123 add state2.4s, state2.4s, state3.4s 131 ext state2.16b, state2.16b, state2.16b, #8 143 add state2.4s, state2.4s, copy2.4s [all …]
|
| /linux-6.15/arch/x86/entry/vdso/ |
| 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 112 pxor state2,state1 128 pxor state2,state1 137 pshufd $0x4e,state2,state2 [all …]
|
| /linux-6.15/lib/crypto/ |
| H A D | blake2s-selftest.c | 606 struct blake2s_state state1, state2; in blake2s_random_test() local 614 memcpy(&state2, &state, sizeof(state2)); in blake2s_random_test() 616 blake2s_compress_generic(&state2, blocks, 2, BLAKE2S_BLOCK_SIZE); in blake2s_random_test() 617 if (memcmp(&state1, &state2, sizeof(state1))) { in blake2s_random_test() 629 memcpy(&state2, &state, sizeof(state2)); in blake2s_random_test() 630 blake2s_compress(&state2, unaligned_block + l, 1, in blake2s_random_test() 632 if (memcmp(&state1, &state2, sizeof(state1))) { in blake2s_random_test()
|
| /linux-6.15/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-6.15/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-6.15/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-6.15/include/media/ |
| H A D | v4l2-subdev.h | 1794 struct v4l2_subdev_state *state2) in v4l2_subdev_lock_states() argument 1797 if (state1->lock != state2->lock) in v4l2_subdev_lock_states() 1798 mutex_lock(state2->lock); in v4l2_subdev_lock_states() 1812 struct v4l2_subdev_state *state2) in v4l2_subdev_unlock_states() argument 1815 if (state1->lock != state2->lock) in v4l2_subdev_unlock_states() 1816 mutex_unlock(state2->lock); in v4l2_subdev_unlock_states()
|
| /linux-6.15/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-6.15/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-6.15/include/net/ |
| H A D | sch_generic.h | 122 unsigned long state2; /* must be written under qdisc spinlock */ member 171 return test_bit(__QDISC_STATE2_RUNNING, &qdisc->state2); in qdisc_is_running() 214 return !__test_and_set_bit(__QDISC_STATE2_RUNNING, &qdisc->state2); in qdisc_run_begin() 232 __clear_bit(__QDISC_STATE2_RUNNING, &qdisc->state2); in qdisc_run_end()
|
| /linux-6.15/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-6.15/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ptp.c | 104 const char *state1, *state2; in ice_ptp_update_sma_data() local 128 state2 = "SMA2 Rx, U.FL2 disabled"; in ice_ptp_update_sma_data() 131 state2 = "SMA2 Tx, U.FL2 disabled"; in ice_ptp_update_sma_data() 134 state2 = "SMA2 disabled, U.FL2 disabled"; in ice_ptp_update_sma_data() 139 state2 = "SMA2 disabled, U.FL2 Rx"; in ice_ptp_update_sma_data() 142 state2 = "SMA2 Tx, U.FL2 Rx"; in ice_ptp_update_sma_data() 147 dev_dbg(ice_pf_to_dev(pf), "%s, %s\n", state1, state2); in ice_ptp_update_sma_data()
|
| /linux-6.15/drivers/crypto/intel/qat/qat_common/ |
| H A D | icp_qat_hw.h | 205 __u8 state2[ICP_QAT_HW_SHA512_STATE2_SZ]; member
|
| /linux-6.15/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-6.15/arch/arm/boot/dts/rockchip/ |
| H A D | rk3288-rock2-square.dts | 52 label = "rock2:blue:state2";
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | intel_rps.c | 1493 unsigned int t, state1, state2; in __ips_gfx_val() local 1519 state2 = div_u64(corr2 * state1, 10000); in __ips_gfx_val() 1520 state2 /= 100; /* convert to mW */ in __ips_gfx_val() 1524 return ips->gfx_power + state2; in __ips_gfx_val()
|
| /linux-6.15/net/iucv/ |
| H A D | af_iucv.c | 151 static int iucv_sock_in_state(struct sock *sk, int state, int state2) in iucv_sock_in_state() argument 153 return (sk->sk_state == state || sk->sk_state == state2); in iucv_sock_in_state()
|
| /linux-6.15/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()
|