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

/linux-master/arch/x86/kvm/
H A Dtss.h10 u32 ss1; member in struct:tss_segment_32
40 u16 ss1; member in struct:tss_segment_16
/linux-master/arch/x86/include/asm/
H A Dswitch_to.h58 if (unlikely(this_cpu_read(cpu_tss_rw.x86_tss.ss1) == thread->sysenter_cs))
61 this_cpu_write(cpu_tss_rw.x86_tss.ss1, thread->sysenter_cs);
H A Dprocessor.h238 * We don't use ring 1, so ss1 is a convenient scratch space in
239 * the same cacheline as sp0. We use ss1 to cache the value in
242 * written matches ss1, and, if it's not, then we wrmsr the new
243 * value and update ss1.
250 unsigned short ss1; /* MSR_IA32_SYSENTER_CS */ member in struct:x86_hw_tss
/linux-master/arch/csky/abiv1/inc/abi/
H A Dentry.h18 #define usp ss1
54 mfcr lr, ss1
90 mtcr a0, ss1
/linux-master/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; local
/linux-master/net/sctp/
H A Dassociola.c892 int sctp_cmp_addr_exact(const union sctp_addr *ss1, argument
897 af = sctp_get_af_specific(ss1->sa.sa_family);
901 return af->cmp_addr(ss1, ss2);
/linux-master/arch/x86/kernel/
H A Dprocess.c79 .ss1 = __KERNEL_CS,
/linux-master/arch/arm64/crypto/
H A Dghash-ce-core.S42 ss1 .req v24
92 __pmull_p8_tail \rq, \ad\().8b, SHASH2.8b, 8b,, ss1, ss2, ss3, ss4
190 ext ss1.8b, SHASH2.8b, SHASH2.8b, #1
/linux-master/arch/x86/kernel/cpu/
H A Dcommon.c1921 * We cache MSR_IA32_SYSENTER_CS's value in the TSS's ss1 field --
1925 tss->x86_tss.ss1 = __KERNEL_CS;
1926 wrmsr(MSR_IA32_SYSENTER_CS, tss->x86_tss.ss1, 0);
/linux-master/include/net/sctp/
H A Dstructs.h2190 int sctp_cmp_addr_exact(const union sctp_addr *ss1,

Completed in 176 milliseconds