/kernel/linux/linux-5.10/crypto/ |
H A D | sm3_generic.c | 74 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 D | tss.h | 10 u32 ss1; member 40 u16 ss1; member
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | switch_to.h | 56 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 D | processor.h | 274 * 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 D | switch_to.h | 58 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 D | processor.h | 230 * 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 D | tss.h | 10 u32 ss1; member 40 u16 ss1; member
|
/kernel/linux/linux-5.10/arch/csky/abiv1/inc/abi/ |
H A D | entry.h | 19 #define usp ss1 55 mfcr lr, ss1 91 mtcr a0, ss1
|
/kernel/linux/linux-6.6/arch/csky/abiv1/inc/abi/ |
H A D | entry.h | 18 #define usp ss1 54 mfcr lr, ss1 90 mtcr a0, ss1
|
/kernel/linux/linux-6.6/crypto/ |
H A D | sm3.c | 40 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 D | associola.c | 884 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 D | associola.c | 892 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 D | process.c | 75 .ss1 = __KERNEL_CS,
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | process.c | 79 .ss1 = __KERNEL_CS,
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | common.c | 1821 * 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 D | common.c | 2006 * 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 D | structs.h | 2157 int sctp_cmp_addr_exact(const union sctp_addr *ss1,
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | structs.h | 2193 int sctp_cmp_addr_exact(const union sctp_addr *ss1,
|