Searched refs:state2 (Results 1 – 10 of 10) sorted by relevance
| /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/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/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/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/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/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()
|