Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 25 of 37) sorted by relevance

12

/arch/sparc/include/asm/
Dprom.h24 #define of_compat_cmp(s1, s2, l) strncmp((s1), (s2), (l)) argument
25 #define of_prop_cmp(s1, s2) strcasecmp((s1), (s2)) argument
26 #define of_node_cmp(s1, s2) strcmp((s1), (s2)) argument
/arch/arm64/crypto/
Dsm4-neon-core.S40 #define transpose_4x4(s0, s1, s2, s3) \ argument
50 #define transpose_4x4_2x(s0, s1, s2, s3, s4, s5, s6, s7) \ argument
68 #define rotate_clockwise_4x4(s0, s1, s2, s3) \ argument
78 #define rotate_clockwise_4x4_2x(s0, s1, s2, s3, s4, s5, s6, s7) \ argument
96 #define ROUND4(round, s0, s1, s2, s3) \ argument
161 #define ROUND8(round, s0, s1, s2, s3, t0, t1, t2, t3) \ argument
/arch/s390/lib/
Dstring.c210 int strcmp(const char *s1, const char *s2) in strcmp()
231 static inline int clcle(const char *s1, unsigned long l1, in clcle()
255 char *strstr(const char *s1, const char *s2) in strstr()
312 int memcmp(const void *s1, const void *s2, size_t n) in memcmp()
/arch/x86/boot/
Dstring.c32 int memcmp(const void *s1, const void *s2, size_t len) in memcmp()
43 int bcmp(const void *s1, const void *s2, size_t len) in bcmp()
50 const unsigned char *s1 = (const unsigned char *)str1; in strcmp() local
171 char *strstr(const char *s1, const char *s2) in strstr()
Dboot.h155 static inline bool memcmp_fs(const void *s1, addr_t s2, size_t len) in memcmp_fs()
162 static inline bool memcmp_gs(const void *s1, addr_t s2, size_t len) in memcmp_gs()
/arch/m68k/include/asm/
Duaccess.h190 #define ____constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
228 #define ___constant_copy_from_user_asm(res, to, from, tmp, n1, n2, n3, s1, s2, s3)\ argument
281 #define __constant_copy_to_user_asm(res, to, from, tmp, n, s1, s2, s3) \ argument
/arch/x86/crypto/
Dsm4-aesni-avx-asm_64.S188 #define ROUND(round, s0, s1, s2, s3) \ argument
276 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ argument
Dtwofish-x86_64-asm_64.S21 #define s1 1024 /* S1 Array */ macro
Dtwofish-i586-asm_32.S27 #define s1 1024 /* S1 Array */ macro
Dblowfish-x86_64-asm_64.S16 #define s1 ((16 + 2 + (1 * 256)) * 4) macro
Dsm4-aesni-avx2-asm_64.S182 #define ROUND(round, s0, s1, s2, s3, r0, r1, r2, r3) \ argument
Ddes3_ede-asm_64.S13 #define s1 .L_s1 macro
Dtwofish-x86_64-asm_64-3way.S15 #define s1 1024 macro
Dcast5-avx-x86_64-asm_64.S27 #define s1 cast_s1 macro
/arch/loongarch/include/asm/
Dregdef.h32 #define s1 $r24 macro
/arch/alpha/include/uapi/asm/
Dregdef.h17 #define s1 $10 macro
/arch/s390/boot/
DMakefile50 s1=`$(OBJDUMP) -t "$<" | grep "\s$*\s\+" | sort | \ macro
/arch/powerpc/kvm/
Dbook3s_rtas.c136 static int rtas_name_matches(char *s1, char *s2) in rtas_name_matches()
/arch/powerpc/boot/
Doflib.c95 static int string_match(const char *s1, const char *s2) in string_match()
/arch/powerpc/crypto/
Daes-spe-modes.S125 #define ENDIAN_SWAP(t0, t1, s0, s1) \ argument
/arch/riscv/include/asm/
Dcompat.h48 compat_ulong_t s1; member
Dptrace.h25 unsigned long s1; member
/arch/mips/alchemy/devboards/
Ddb1000.c453 int c0, c1, d0, d1, s0, s1, flashsize = 32, twosocks = 1; in db1000_dev_setup() local
/arch/powerpc/mm/nohash/
Dkaslr_booke.c94 static __init bool regions_overlap(u32 s1, u32 e1, u32 s2, u32 e2) in regions_overlap()
/arch/s390/kernel/
Dsysinfo.c483 #define STSI_FILE(fc, s1, s2) \ argument

12