Searched refs:ss1 (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/crypto/ |
D | sm3_generic.c | 85 u32 ss1; in sm3_compress() local 103 ss1 = rol32((rol32(a, 12) + e + rol32(t(i), i)), 7); in sm3_compress() 105 ss2 = ss1 ^ rol32(a, 12); in sm3_compress() 110 tt2 = gg(i, e, f, g) + h + ss1 + *w; in sm3_compress() 132 a = b = c = d = e = f = g = h = ss1 = ss2 = tt1 = tt2 = 0; in sm3_compress()
|
/Linux-v4.19/arch/x86/kvm/ |
D | tss.h | 10 u32 ss1; member 40 u16 ss1; member
|
/Linux-v4.19/arch/x86/include/asm/ |
D | switch_to.h | 81 if (unlikely(this_cpu_read(cpu_tss_rw.x86_tss.ss1) == thread->sysenter_cs)) in refresh_sysenter_cs() 84 this_cpu_write(cpu_tss_rw.x86_tss.ss1, thread->sysenter_cs); in refresh_sysenter_cs()
|
D | processor.h | 280 unsigned short ss1; /* MSR_IA32_SYSENTER_CS */ member
|
/Linux-v4.19/arch/arm64/crypto/ |
D | ghash-ce-core.S | 44 ss1 .req v24 94 __pmull_p8_tail \rq, \ad\().8b, SHASH2.8b, 8b,, ss1, ss2, ss3, ss4 192 ext ss1.8b, SHASH2.8b, SHASH2.8b, #1
|
/Linux-v4.19/net/sctp/ |
D | associola.c | 908 int sctp_cmp_addr_exact(const union sctp_addr *ss1, in sctp_cmp_addr_exact() argument 913 af = sctp_get_af_specific(ss1->sa.sa_family); in sctp_cmp_addr_exact() 917 return af->cmp_addr(ss1, ss2); in sctp_cmp_addr_exact()
|
/Linux-v4.19/arch/x86/kernel/ |
D | process.c | 69 .ss1 = __KERNEL_CS,
|
/Linux-v4.19/arch/x86/kernel/cpu/ |
D | common.c | 1433 tss->x86_tss.ss1 = __KERNEL_CS; in enable_sep_cpu() 1434 wrmsr(MSR_IA32_SYSENTER_CS, tss->x86_tss.ss1, 0); in enable_sep_cpu()
|
/Linux-v4.19/Documentation/filesystems/ |
D | autofs-mount-control.txt | 78 /s1/ss1 shark:/autofs/export1 \ 87 /s1/ss1 shark:/autofs/export2 \
|
/Linux-v4.19/include/net/sctp/ |
D | structs.h | 2154 int sctp_cmp_addr_exact(const union sctp_addr *ss1,
|