Home
last modified time | relevance | path

Searched refs:S (Results 1 – 25 of 48) sorted by relevance

12

/xen/xen/arch/arm/
A DREADME.LinuxPrimitives33 linux/arch/arm64/lib/memchr.S xen/arch/arm/arm64/lib/memchr.S
34 linux/arch/arm64/lib/memcmp.S xen/arch/arm/arm64/lib/memcmp.S
35 linux/arch/arm64/lib/memcpy.S xen/arch/arm/arm64/lib/memcpy.S
36 linux/arch/arm64/lib/memmove.S xen/arch/arm/arm64/lib/memmove.S
37 linux/arch/arm64/lib/memset.S xen/arch/arm/arm64/lib/memset.S
39 for i in memchr.S memcmp.S memcpy.S memmove.S memset.S ; do
47 linux/arch/arm64/lib/strchr.S xen/arch/arm/arm64/lib/strchr.S
48 linux/arch/arm64/lib/strcmp.S xen/arch/arm/arm64/lib/strcmp.S
54 for i in strchr.S strcmp.S strlen.S strncmp.S strnlen.S strrchr.S ; do
102 for i in copy_template.S memchr.S memcpy.S memmove.S memset.S \
[all …]
/xen/tools/tests/x86_emulator/
A Dblowfish.c40 uint32_t S[4][256]; member
324 y = ctx->S[0][a] + ctx->S[1][b]; in F()
325 y = y ^ ctx->S[2][c]; in F()
326 y = y + ctx->S[3][d]; in F()
399 ctx->S[i][j] = ORIG_S[i][j]; in Blowfish_Init()
426 ctx->S[i][j] = datal; in Blowfish_Init()
427 ctx->S[i][j + 1] = datar; in Blowfish_Init()
A Dtest_x86_emulator.c375 SIMD(AVX2 S/G f32[4x32], avx2_sg, 16x4f4),
376 SIMD(AVX2 S/G f64[2x32], avx2_sg, 16x4f8),
377 SIMD(AVX2 S/G f32[2x64], avx2_sg, 16x8f4),
378 SIMD(AVX2 S/G f64[2x64], avx2_sg, 16x8f8),
379 SIMD(AVX2 S/G f32[8x32], avx2_sg, 32x4f4),
380 SIMD(AVX2 S/G f64[4x32], avx2_sg, 32x4f8),
381 SIMD(AVX2 S/G f32[4x64], avx2_sg, 32x8f4),
382 SIMD(AVX2 S/G f64[4x64], avx2_sg, 32x8f8),
383 SIMD(AVX2 S/G i32[4x32], avx2_sg, 16x4i4),
384 SIMD(AVX2 S/G i64[2x32], avx2_sg, 16x4i8),
[all …]
A Dtestcase.mk18 %-opmask.bin: opmask.S
/xen/
A DMAINTAINERS197 S: Supported
212 S: Supported
226 S: Supported
235 S: Supported
262 S: Supported
271 S: Supported
277 S: Supported
286 S: Supported
295 S: Supported
306 S: Odd Fixes
[all …]
A DCREDITS6 snail-mail address (S).
A D.gitignore288 xen/arch/x86/boot/cmdline.S
289 xen/arch/x86/boot/reloc.S
301 xen/common/config_data.S
321 xen/xsm/flask/flask-policy.S
/xen/xen/arch/x86/boot/
A DMakefile14 head.o: cmdline.S reloc.S
16 cmdline.S: cmdline.c $(CMDLINE_DEPS)
19 reloc.S: reloc.c $(RELOC_DEPS)
A Dbuild32.mk12 %.S: %.bin
/xen/tools/include/xen-foreign/
A Dmkheader.py159 input = re.compile("/\*(.*?)\*/", re.S).sub("", input)
160 input = re.compile("\n\s*\n", re.S).sub("\n", input);
165 match = re.search(regex, input, re.S)
175 match = re.search(regex, input, re.S)
/xen/tools/firmware/etherboot/patches/
A Dboot_prompt_option.patch1 --- a/src/arch/x86/prefix/romprefix.S 2016-10-10 13:09:18.126031400 +0100
2 +++ b/src/arch/x86/prefix/romprefix.S 2016-10-10 13:11:22.930680278 +0100
/xen/xen/arch/x86/
A DMakefile147 >$(@D)/.$(@F).0.S
153 >$(@D)/.$(@F).1.S
206 efi/mkreloc $(foreach base,$(VIRT_BASE) $(ALT_BASE),$(@D)/.$(@F).$(base).0) >$(@D)/.$(@F).0r.S
208 | $(BASEDIR)/tools/symbols $(all_symbols) --sysv --sort >$(@D)/.$(@F).0s.S
213 efi/mkreloc $(foreach base,$(VIRT_BASE) $(ALT_BASE),$(@D)/.$(@F).$(base).1) >$(@D)/.$(@F).1r.S
215 | $(BASEDIR)/tools/symbols $(all_symbols) --sysv --sort >$(@D)/.$(@F).1s.S
248 xen.lds efi.lds: xen.lds.S
263 rm -f boot/cmdline.S boot/reloc.S boot/*.lnk boot/*.bin
/xen/xen/xsm/flask/
A DMakefile42 flask-policy.S: $(XEN_ROOT)/xen/tools/binfile
54 rm -f $(ALL_H_FILES) *.o $(DEPS_RM) policy.* $(POLICY_SRC) flask-policy.S
/xen/docs/figs/
A Dnetwork-bridge.fig108 4 0 0 50 -1 0 16 1.5708 4 255 1185 2520 5490 O/S bridge\001
/xen/xen/common/
A DMakefile84 config_data.S: $(XEN_ROOT)/xen/tools/binfile
88 rm -f config_data.S config.gz 2>/dev/null
/xen/stubdom/
A Dnewlib.patch137 Index: newlib/libc/machine/x86_64/memcpy.S
139 RCS file: /cvs/src/src/newlib/libc/machine/x86_64/memcpy.S,v
141 diff -u -p -r1.1 memcpy.S
142 --- newlib/libc/machine/x86_64/memcpy.S 28 Aug 2007 21:56:49 -0000 1.1
143 +++ newlib/libc/machine/x86_64/memcpy.S 8 Nov 2007 16:32:44 -0000
341 --- newlib/libc/machine/x86_64/memcpy.S.orig 2008-07-11 15:12:27.494693000 +0100
342 +++ newlib/libc/machine/x86_64/memcpy.S 2008-07-11 15:12:29.448706000 +0100
478 --- newlib/libc/machine/x86_64/memset.S 2007-08-28 22:56:49.000000000 +0100
479 +++ newlib/libc/machine/x86_64/memset.S 2008-07-11 15:16:59.098320000 +0100
/xen/automation/build/archlinux/
A Dcurrent.dockerfile8 RUN pacman -S --refresh --sysupgrade --noconfirm --noprogressbar --needed \
/xen/xen/tools/
A Dxen.flf1069 223 LATIN SMALL LETTER SHARP S
1930 0x015A LATIN CAPITAL LETTER S WITH ACUTE
1937 0x015B LATIN SMALL LETTER S WITH ACUTE
1944 0x015C LATIN CAPITAL LETTER S WITH CIRCUMFLEX
1951 0x015D LATIN SMALL LETTER S WITH CIRCUMFLEX
1958 0x015E LATIN CAPITAL LETTER S WITH CEDILLA
1965 0x015F LATIN SMALL LETTER S WITH CEDILLA
1972 0x0160 LATIN CAPITAL LETTER S WITH CARON
1979 0x0161 LATIN SMALL LETTER S WITH CARON
2189 0x017F LATIN SMALL LETTER LONG S
/xen/m4/
A Dstubdom.m482 [$1_URL=\@S|@\@{:@XEN_EXTFILES_URL\@:}@],
/xen/xen/
A DRules.mk182 %.o: %.S FORCE
218 %.s: %.S FORCE
/xen/xen/include/xen/
A Dcompat.h152 typedef int CHECK_NAME(name, S)[1 - (sizeof(xen_ ## name ## _t) != \
155 typedef int CHECK_NAME_(k, n, S)[1 - (sizeof(k xen_ ## n) != \
/xen/xen/arch/arm/arm64/
A Ddebug-cadence.inc2 * xen/arch/arm/arm64/debug-cadence.S
A Ddebug-pl011.inc2 * xen/arch/arm/arm64/debug-pl011.S
/xen/tools/
A DRules.mk221 %.o: %.S
223 %.opic: %.S
/xen/stubdom/grub/
A DMakefile82 $(OBJ_DIR)/%.o: %.S

Completed in 27 milliseconds

12