Home
last modified time | relevance | path

Searched refs:state0 (Results 1 – 4 of 4) sorted by relevance

/linux/arch/arm64/kernel/vdso/
H A Dvgetrandom-chacha.S9 #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/powerpc/kernel/vdso/
H A Dvgetrandom-chacha.S35 #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/Documentation/admin-guide/acpi/
H A Dfan_performance_states.rst22 -r--r--r-- 1 root root 4096 Dec 13 20:38 state0
/linux/drivers/thunderbolt/
H A Dicm.c1892 u32 state0, state1; in icm_reset_phy_port() local
1919 state0 = val0 & PHY_PORT_CS1_LINK_STATE_MASK; in icm_reset_phy_port()
1920 state0 >>= PHY_PORT_CS1_LINK_STATE_SHIFT; in icm_reset_phy_port()
1925 if (state0 != TB_PORT_UP || state1 != TB_PORT_UP) in icm_reset_phy_port()