Searched refs:state0 (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/arm64/kernel/vdso/ |
| H A D | vgetrandom-chacha.S | 9 #define state0 v0 macro 61 mov state0.16b, copy0.16b 76 add state0.4s, state0.4s, state1.4s 77 eor state3.16b, state3.16b, state0.16b 87 add state0.4s, state0.4s, state1.4s 88 eor tmp.16b, state3.16b, state0.16b 106 add state0.4s, state0.4s, state1.4s 107 eor state3.16b, state3.16b, state0.16b 117 add state0.4s, state0.4s, state1.4s 118 eor tmp.16b, state3.16b, state0.16b [all …]
|
| /linux/arch/x86/entry/vdso/ |
| H A D | vgetrandom-chacha.S | 33 .set state0, %xmm1 define 56 movdqa copy0,state0 64 paddd state1,state0 65 pxor state0,state3 80 paddd state1,state0 81 pxor state0,state3 103 paddd state1,state0 104 pxor state0,state3 119 paddd state1,state0 120 pxor state0,state3 [all …]
|
| /linux/arch/riscv/kernel/vdso/ |
| H A D | vgetrandom-chacha.S | 39 #define state0 s0 macro 62 #define line0 state0, state1, state2, state3 106 mv state0, copy0 170 sw state0, (output) 178 lw state0, (key) 191 lw state0, 16(key) 205 srli state0, cnt, 32 206 addw state13, state13, state0
|
| /linux/arch/powerpc/kernel/vdso/ |
| H A D | vgetrandom-chacha.S | 35 #define state0 r16 macro 195 lis state0, const0@ha 199 addi state0, state0, const0@l 227 addis state0, state0, const0@ha 231 addi state0, state0, const0@l 249 stwbrx state0, val4, dst_bytes 274 stw state0, 4(dst_bytes)
|
| /linux/drivers/regulator/ |
| H A D | act8865-regulator.c | 589 u8 state0, state1; in act8600_charger_get_status() local 595 state0 = val & ACT8600_APCH_CSTATE0; in act8600_charger_get_status() 598 if (state0 && !state1) in act8600_charger_get_status() 600 if (!state0 && state1) in act8600_charger_get_status() 602 if (!state0 && !state1) in act8600_charger_get_status()
|
| /linux/Documentation/admin-guide/acpi/ |
| H A D | fan_performance_states.rst | 22 -r--r--r-- 1 root root 4096 Dec 13 20:38 state0
|
| /linux/drivers/thunderbolt/ |
| H A D | icm.c | 1878 u32 state0, state1; in icm_reset_phy_port() local 1905 state0 = val0 & PHY_PORT_CS1_LINK_STATE_MASK; in icm_reset_phy_port() 1906 state0 >>= PHY_PORT_CS1_LINK_STATE_SHIFT; in icm_reset_phy_port() 1911 if (state0 != TB_PORT_UP || state1 != TB_PORT_UP) in icm_reset_phy_port()
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | intel_idle.rst | 235 of the corresponding idle state directories in ``sysfs``, :file:`state0`,
|