Home
last modified time | relevance | path

Searched refs:ss1 (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H 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()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dtss.h10 u32 ss1; member
40 u16 ss1; member
/kernel/linux/linux-5.10/arch/x86/include/asm/
H 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()
H A Dprocessor.h274 * We don't use ring 1, so ss1 is a convenient scratch space in
275 * the same cacheline as sp0. We use ss1 to cache the value in
278 * written matches ss1, and, if it's not, then we wrmsr the new
279 * value and update ss1.
286 unsigned short ss1; /* MSR_IA32_SYSENTER_CS */ member
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dswitch_to.h58 if (unlikely(this_cpu_read(cpu_tss_rw.x86_tss.ss1) == thread->sysenter_cs)) in refresh_sysenter_cs()
61 this_cpu_write(cpu_tss_rw.x86_tss.ss1, thread->sysenter_cs); in refresh_sysenter_cs()
H A Dprocessor.h230 * We don't use ring 1, so ss1 is a convenient scratch space in
231 * the same cacheline as sp0. We use ss1 to cache the value in
234 * written matches ss1, and, if it's not, then we wrmsr the new
235 * value and update ss1.
242 unsigned short ss1; /* MSR_IA32_SYSENTER_CS */ member
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dtss.h10 u32 ss1; member
40 u16 ss1; member
/kernel/linux/linux-5.10/arch/csky/abiv1/inc/abi/
H A Dentry.h19 #define usp ss1
55 mfcr lr, ss1
91 mtcr a0, ss1
/kernel/linux/linux-6.6/arch/csky/abiv1/inc/abi/
H A Dentry.h18 #define usp ss1
54 mfcr lr, ss1
90 mtcr a0, ss1
/kernel/linux/linux-6.6/crypto/
H A Dsm3.c40 ss1 = rol32((rol32((a), 12) + (e) + (t)), 7); \
41 ss2 = ss1 ^ rol32((a), 12); \
43 h += GG ## i(e, f, g) + ss1 + (w1); \
74 u32 a, b, c, d, e, f, g, h, ss1, ss2; in sm3_transform() local
/kernel/linux/linux-5.10/net/sctp/
H A Dassociola.c884 int sctp_cmp_addr_exact(const union sctp_addr *ss1, in sctp_cmp_addr_exact() argument
889 af = sctp_get_af_specific(ss1->sa.sa_family); in sctp_cmp_addr_exact()
893 return af->cmp_addr(ss1, ss2); in sctp_cmp_addr_exact()
/kernel/linux/linux-6.6/net/sctp/
H A Dassociola.c892 int sctp_cmp_addr_exact(const union sctp_addr *ss1, in sctp_cmp_addr_exact() argument
897 af = sctp_get_af_specific(ss1->sa.sa_family); in sctp_cmp_addr_exact()
901 return af->cmp_addr(ss1, ss2); in sctp_cmp_addr_exact()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dprocess.c75 .ss1 = __KERNEL_CS,
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dprocess.c79 .ss1 = __KERNEL_CS,
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dcommon.c1821 * We cache MSR_IA32_SYSENTER_CS's value in the TSS's ss1 field -- in enable_sep_cpu()
1825 tss->x86_tss.ss1 = __KERNEL_CS; in enable_sep_cpu()
1826 wrmsr(MSR_IA32_SYSENTER_CS, tss->x86_tss.ss1, 0); in enable_sep_cpu()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dcommon.c2006 * We cache MSR_IA32_SYSENTER_CS's value in the TSS's ss1 field -- in enable_sep_cpu()
2010 tss->x86_tss.ss1 = __KERNEL_CS; in enable_sep_cpu()
2011 wrmsr(MSR_IA32_SYSENTER_CS, tss->x86_tss.ss1, 0); in enable_sep_cpu()
/kernel/linux/linux-5.10/include/net/sctp/
H A Dstructs.h2157 int sctp_cmp_addr_exact(const union sctp_addr *ss1,
/kernel/linux/linux-6.6/include/net/sctp/
H A Dstructs.h2193 int sctp_cmp_addr_exact(const union sctp_addr *ss1,

Completed in 24 milliseconds