Home
last modified time | relevance | path

Searched refs:ss1 (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/crypto/
Dsm3_generic.c74 u32 ss1; in sm3_compress() local
92 ss1 = rol32((rol32(a, 12) + e + rol32(t(i), i & 31)), 7); in sm3_compress()
94 ss2 = ss1 ^ rol32(a, 12); in sm3_compress()
99 tt2 = gg(i, e, f, g) + h + ss1 + *w; in sm3_compress()
121 a = b = c = d = e = f = g = h = ss1 = ss2 = tt1 = tt2 = 0; in sm3_compress()
/Linux-v5.4/arch/csky/abiv1/inc/abi/
Dentry.h20 mtcr sp, ss1
26 mfcr sp, ss1
48 mfcr lr, ss1
83 mtcr a0, ss1
/Linux-v5.4/arch/x86/kvm/
Dtss.h10 u32 ss1; member
40 u16 ss1; member
/Linux-v5.4/arch/x86/include/asm/
Dswitch_to.h79 if (unlikely(this_cpu_read(cpu_tss_rw.x86_tss.ss1) == thread->sysenter_cs)) in refresh_sysenter_cs()
82 this_cpu_write(cpu_tss_rw.x86_tss.ss1, thread->sysenter_cs); in refresh_sysenter_cs()
Dprocessor.h272 unsigned short ss1; /* MSR_IA32_SYSENTER_CS */ member
/Linux-v5.4/arch/arm64/crypto/
Dghash-ce-core.S41 ss1 .req v24
91 __pmull_p8_tail \rq, \ad\().8b, SHASH2.8b, 8b,, ss1, ss2, ss3, ss4
189 ext ss1.8b, SHASH2.8b, SHASH2.8b, #1
/Linux-v5.4/net/sctp/
Dassociola.c889 int sctp_cmp_addr_exact(const union sctp_addr *ss1, in sctp_cmp_addr_exact() argument
894 af = sctp_get_af_specific(ss1->sa.sa_family); in sctp_cmp_addr_exact()
898 return af->cmp_addr(ss1, ss2); in sctp_cmp_addr_exact()
/Linux-v5.4/arch/x86/kernel/
Dprocess.c74 .ss1 = __KERNEL_CS,
/Linux-v5.4/arch/x86/kernel/cpu/
Dcommon.c1568 tss->x86_tss.ss1 = __KERNEL_CS; in enable_sep_cpu()
1569 wrmsr(MSR_IA32_SYSENTER_CS, tss->x86_tss.ss1, 0); in enable_sep_cpu()
/Linux-v5.4/Documentation/filesystems/
Dautofs-mount-control.txt78 /s1/ss1 shark:/autofs/export1 \
87 /s1/ss1 shark:/autofs/export2 \
/Linux-v5.4/include/net/sctp/
Dstructs.h2153 int sctp_cmp_addr_exact(const union sctp_addr *ss1,