/openbmc/linux/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 | 258 unsigned short ss1; /* MSR_IA32_SYSENTER_CS */ member
|
/openbmc/linux/arch/x86/kvm/ |
H A D | tss.h | 10 u32 ss1; member 40 u16 ss1; member
|
/openbmc/linux/arch/csky/abiv1/inc/abi/ |
H A D | entry.h | 18 #define usp ss1 54 mfcr lr, ss1 90 mtcr a0, ss1
|
/openbmc/linux/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
|
/openbmc/qemu/target/riscv/ |
H A D | vcrypto_helper.c | 743 uint32_t ss1, ss2, tt1, tt2; in sm3c() local 747 ss1 = rol32(rol32(vs1[0], 12) + vs1[4] + rol32(t_j(j), j % 32), 7); in sm3c() 748 ss2 = ss1 ^ rol32(vs1[0], 12); in sm3c() 750 tt2 = gg_j(vs1[4], vs1[5], vs1[6], j) + vs1[7] + ss1 + vs2[0]; in sm3c() 760 ss1 = rol32(rol32(vd[1], 12) + vd[5] + rol32(t_j(j), j % 32), 7); in sm3c() 761 ss2 = ss1 ^ rol32(vd[1], 12); in sm3c() 763 tt2 = gg_j(vd[5], vs1[5], vd[7], j) + vs1[7] + ss1 + vs2[1]; in sm3c()
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86.h | 51 uint16_t ss1; member 77 uint32_t ss1; member
|
/openbmc/u-boot/drivers/pinctrl/ |
H A D | pinctrl_pic32.c | 87 u32 ss1; member
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | ghash-ce-core.S | 42 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
|
/openbmc/linux/net/sctp/ |
H A D | associola.c | 893 int sctp_cmp_addr_exact(const union sctp_addr *ss1, in sctp_cmp_addr_exact() argument 898 af = sctp_get_af_specific(ss1->sa.sa_family); in sctp_cmp_addr_exact() 902 return af->cmp_addr(ss1, ss2); in sctp_cmp_addr_exact()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | process.c | 79 .ss1 = __KERNEL_CS,
|
/openbmc/linux/Documentation/filesystems/ |
H A D | autofs-mount-control.rst | 80 /s1/ss1 shark:/autofs/export1 \ 89 /s1/ss1 shark:/autofs/export2 \
|
/openbmc/linux/arch/x86/kernel/cpu/ |
H A D | common.c | 2027 tss->x86_tss.ss1 = __KERNEL_CS; in enable_sep_cpu() 2028 wrmsr(MSR_IA32_SYSENTER_CS, tss->x86_tss.ss1, 0); in enable_sep_cpu()
|
/openbmc/linux/include/net/sctp/ |
H A D | structs.h | 2193 int sctp_cmp_addr_exact(const union sctp_addr *ss1,
|
/openbmc/linux/Documentation/RCU/Design/Requirements/ |
H A D | Requirements.rst | 2510 synchronize_srcu() for some other domain ``ss1``, and if an 2511 ``ss1``-domain SRCU read-side critical section acquired another mutex
|