Searched refs:ss1 (Results 1 – 12 of 12) sorted by relevance
/linux/crypto/ |
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()
|
/linux/arch/x86/kvm/ |
A D | tss.h | 10 u32 ss1; member 40 u16 ss1; member
|
/linux/arch/x86/include/asm/ |
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()
|
A D | processor.h | 289 unsigned short ss1; /* MSR_IA32_SYSENTER_CS */ member
|
/linux/arch/csky/abiv1/inc/abi/ |
A D | entry.h | 18 #define usp ss1 54 mfcr lr, ss1 90 mtcr a0, ss1
|
/linux/net/sctp/ |
A D | associola.c | 895 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 D | ghash-ce-core.S | 41 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 D | process.c | 73 .ss1 = __KERNEL_CS,
|
/linux/arch/x86/kernel/cpu/ |
A D | common.c | 1689 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 D | autofs-mount-control.rst | 80 /s1/ss1 shark:/autofs/export1 \ 89 /s1/ss1 shark:/autofs/export2 \
|
/linux/include/net/sctp/ |
A D | structs.h | 2185 int sctp_cmp_addr_exact(const union sctp_addr *ss1,
|
/linux/Documentation/RCU/Design/Requirements/ |
A D | Requirements.rst | 2544 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