Searched refs:ss1 (Results 1 – 12 of 12) sorted by relevance
/linux/arch/x86/kvm/ |
H A D | tss.h | 10 u32 ss1; member 40 u16 ss1; member
|
/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 | 264 unsigned short ss1; /* MSR_IA32_SYSENTER_CS */ member
|
/linux/arch/csky/abiv1/inc/abi/ |
H A D | entry.h | 18 #define usp ss1 54 mfcr lr, ss1 90 mtcr a0, ss1
|
/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
|
/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
|
/linux/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()
|
/linux/arch/x86/kernel/ |
H A D | process.c | 79 .ss1 = __KERNEL_CS,
|
/linux/Documentation/filesystems/ |
H A D | autofs-mount-control.rst | 80 /s1/ss1 shark:/autofs/export1 \ 89 /s1/ss1 shark:/autofs/export2 \
|
/linux/arch/x86/kernel/cpu/ |
H A D | common.c | 1935 tss->x86_tss.ss1 = __KERNEL_CS; in enable_sep_cpu() 1936 wrmsr(MSR_IA32_SYSENTER_CS, tss->x86_tss.ss1, 0); in enable_sep_cpu()
|
/linux/include/net/sctp/ |
H A D | structs.h | 2190 int sctp_cmp_addr_exact(const union sctp_addr *ss1,
|
/linux/Documentation/RCU/Design/Requirements/ |
H A D | Requirements.rst | 2511 synchronize_srcu() for some other domain ``ss1``, and if an 2512 ``ss1``-domain SRCU read-side critical section acquired another mutex
|