Home
last modified time | relevance | path

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

/linux/crypto/
A 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/arch/x86/kvm/
A Dtss.h10 u32 ss1; member
40 u16 ss1; member
/linux/arch/x86/include/asm/
A Dswitch_to.h56 if (unlikely(this_cpu_read(cpu_tss_rw.x86_tss.ss1) == thread->sysenter_cs)) in refresh_sysenter_cs()
59 this_cpu_write(cpu_tss_rw.x86_tss.ss1, thread->sysenter_cs); in refresh_sysenter_cs()
A Dprocessor.h289 unsigned short ss1; /* MSR_IA32_SYSENTER_CS */ member
/linux/arch/csky/abiv1/inc/abi/
A Dentry.h18 #define usp ss1
54 mfcr lr, ss1
90 mtcr a0, ss1
/linux/net/sctp/
A Dassociola.c895 int sctp_cmp_addr_exact(const union sctp_addr *ss1, in sctp_cmp_addr_exact() argument
900 af = sctp_get_af_specific(ss1->sa.sa_family); in sctp_cmp_addr_exact()
904 return af->cmp_addr(ss1, ss2); in sctp_cmp_addr_exact()
/linux/arch/arm64/crypto/
A 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/arch/x86/kernel/
A Dprocess.c73 .ss1 = __KERNEL_CS,
/linux/arch/x86/kernel/cpu/
A Dcommon.c1689 tss->x86_tss.ss1 = __KERNEL_CS; in enable_sep_cpu()
1690 wrmsr(MSR_IA32_SYSENTER_CS, tss->x86_tss.ss1, 0); in enable_sep_cpu()
/linux/Documentation/filesystems/
A Dautofs-mount-control.rst80 /s1/ss1 shark:/autofs/export1 \
89 /s1/ss1 shark:/autofs/export2 \
/linux/include/net/sctp/
A Dstructs.h2185 int sctp_cmp_addr_exact(const union sctp_addr *ss1,
/linux/Documentation/RCU/Design/Requirements/
A DRequirements.rst2544 synchronize_srcu() for some other domain ``ss1``, and if an
2545 ``ss1``-domain SRCU read-side critical section acquired another mutex

Completed in 41 milliseconds