/openbmc/qemu/linux-user/i386/ |
H A D | syscall_32.tbl | 13 # The abi is always "i386" for this file. 15 0 i386 restart_syscall sys_restart_syscall 16 1 i386 exit sys_exit - noreturn 17 2 i386 fork sys_fork 18 3 i386 read sys_read 19 4 i386 write sys_write 20 5 i386 open sys_open compat_sys_open 21 6 i386 close sys_close 22 7 i386 waitpid sys_waitpid 23 8 i386 creat sys_creat [all …]
|
/openbmc/linux/arch/x86/entry/syscalls/ |
H A D | syscall_32.tbl | 12 # The abi is always "i386" for this file. 14 0 i386 restart_syscall sys_restart_syscall 15 1 i386 exit sys_exit 16 2 i386 fork sys_fork 17 3 i386 read sys_read 18 4 i386 write sys_write 19 5 i386 open sys_open compat_sys_open 20 6 i386 close sys_close 21 7 i386 waitpid sys_waitpid 22 8 i386 creat sys_creat [all …]
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | debian-i686-cross.docker | 76 dpkg --add-architecture i386 && \ 82 libaio-dev:i386 \ 83 libasan6:i386 \ 84 libasound2-dev:i386 \ 85 libattr1-dev:i386 \ 86 libbpf-dev:i386 \ 87 libbrlapi-dev:i386 \ 88 libbz2-dev:i386 \ 89 libc6-dev:i386 \ 90 libcacard-dev:i386 \ [all …]
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | Makefile.target | 1 # i386 cross compile notes 3 I386_SRC=$(SRC_PATH)/tests/tcg/i386 16 SKIP_I386_TESTS=test-i386-ssse3 test-avx test-3dnow test-mmx test-flags 17 X86_64_TESTS:=$(filter test-i386-adcox test-i386-bmi2 $(SKIP_I386_TESTS), $(ALL_X86_TESTS)) 19 test-i386-sse-exceptions: CFLAGS += -msse4.1 -mfpmath=sse 20 run-test-i386-sse-exceptions: QEMU_OPTS += -cpu max 22 test-i386-pcmpistri: CFLAGS += -msse4.2 23 run-test-i386-pcmpistri: QEMU_OPTS += -cpu max 25 test-i386-bmi2: CFLAGS=-O2 26 run-test-i386-bmi2: QEMU_OPTS += -cpu max [all …]
|
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
H A D | Fix-building-on-x86_64-with-binutils-2.41.patch | 7 complain about the ".arch i386" in files assembled with "as --64", 8 with the message "Error: 64bit mode not supported on 'i386'". 10 Fix by moving ".arch i386" below the relevant ".code32" directive, so 12 by the time that the ".arch i386" directive is encountered. 23 purgatory/arch/i386/entry32-16-debug.S | 2 +- 24 purgatory/arch/i386/entry32-16.S | 2 +- 25 purgatory/arch/i386/entry32.S | 2 +- 26 purgatory/arch/i386/setup-x86.S | 2 +- 29 diff --git a/purgatory/arch/i386/entry32-16-debug.S b/purgatory/arch/i386/entry32-16-debug.S 31 --- a/purgatory/arch/i386/entry32-16-debug.S [all …]
|
H A D | x86_sys_io.patch | 4 Subject: [PATCH] i386: replace with our io.h 10 purgatory/arch/i386/pic.c | 2 +- 11 purgatory/arch/i386/vga.c | 2 +- 14 diff --git a/purgatory/arch/i386/pic.c b/purgatory/arch/i386/pic.c 16 --- a/purgatory/arch/i386/pic.c 17 +++ b/purgatory/arch/i386/pic.c 27 diff --git a/purgatory/arch/i386/vga.c b/purgatory/arch/i386/vga.c 29 --- a/purgatory/arch/i386/vga.c 30 +++ b/purgatory/arch/i386/vga.c
|
H A D | x86_basename.patch | 12 kexec/arch/i386/x86-linux-setup.c | 4 ++-- 15 diff --git a/kexec/arch/i386/x86-linux-setup.c b/kexec/arch/i386/x86-linux-setup.c 17 --- a/kexec/arch/i386/x86-linux-setup.c 18 +++ b/kexec/arch/i386/x86-linux-setup.c
|
H A D | x86_vfscanf.patch | 12 kexec/arch/i386/x86-linux-setup.c | 11 ++++++++++- 15 diff --git a/kexec/arch/i386/x86-linux-setup.c b/kexec/arch/i386/x86-linux-setup.c 17 --- a/kexec/arch/i386/x86-linux-setup.c 18 +++ b/kexec/arch/i386/x86-linux-setup.c
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
H A D | 0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch | 20 * config/i386/cpuinfo.c (__cpu_indicator_init_local): Add. 23 * config/i386/t-linux (HOST_LIBGCC2_CFLAGS): Remove -DUSE_ELF_SYMVER. 29 * config/i386/i386-expand.c (ix86_expand_builtin): Make __builtin_cpu_init 36 gcc/config/i386/i386-expand.cc | 4 ++-- 37 libgcc/config/i386/cpuinfo.c | 6 +++--- 38 libgcc/config/i386/t-linux | 2 +- 41 diff --git a/gcc/config/i386/i386-expand.cc b/gcc/config/i386/i386-expand.cc 43 --- a/gcc/config/i386/i386-expand.cc 44 +++ b/gcc/config/i386/i386-expand.cc 58 diff --git a/libgcc/config/i386/cpuinfo.c b/libgcc/config/i386/cpuinfo.c [all …]
|
H A D | 0027-gcc-backport-patch-to-fix-data-relocation-to-ENDBR-s.patch | 10 * config/i386/i386.cc (ix86_align_loops): Move this to .. 11 * config/i386/i386-features.cc (ix86_align_loops): .. here. 14 * config/i386/i386-passes.def: Insert pass_align_tight_loops 16 * config/i386/i386-protos.h (make_pass_align_tight_loops): New 21 * gcc.target/i386/pr116174.c: New test. 29 gcc/config/i386/i386-features.cc | 191 +++++++++++++++++++++++ 30 gcc/config/i386/i386-passes.def | 3 + 31 gcc/config/i386/i386-protos.h | 1 + 32 gcc/config/i386/i386.cc | 146 ----------------- 33 gcc/testsuite/gcc.target/i386/pr116174.c | 12 ++ [all …]
|
/openbmc/qemu/docs/system/ |
H A D | target-i386.rst | 17 i386/pc 18 i386/microvm 19 i386/nitro-enclave 27 i386/cpu 28 i386/hyperv 29 i386/xen 30 i386/xenpvh 31 i386/kvm-pv 32 i386/sgx 33 i386/amd-memory-encryption
|
/openbmc/qemu/tests/tcg/x86_64/ |
H A D | Makefile.target | 5 # Currently we only build test-x86_64 and test-i386-ssse3 from 6 # $(SRC_PATH)/tests/tcg/i386/ 9 include $(SRC_PATH)/tests/tcg/i386/Makefile.target 28 run-test-i386-ssse3: QEMU_OPTS += -cpu max 29 run-plugin-test-i386-ssse3-%: QEMU_OPTS += -cpu max 35 test-x86_64: test-i386.c test-i386.h test-i386-shift.h test-i386-muldiv.h
|
/openbmc/qemu/bsd-user/i386/ |
H A D | signal.c | 2 * i386 dependent signal definitions 24 * Compare to i386/i386/machdep.c sendsig() 37 * Compare to i386/i386/exec_machdep.c sendsig() 49 /* Compare to i386/i386/machdep.c get_mcontext() */ 56 /* Compare to i386/i386/machdep.c set_mcontext() */
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
H A D | 0005-libhugetlbfs-elf_i386-avoid-search-host-library-path.patch | 19 @@ -3,7 +3,6 @@ OUTPUT_FORMAT("elf32-i386", "elf32-i386", 20 "elf32-i386") 21 OUTPUT_ARCH(i386) 31 @@ -3,7 +3,6 @@ OUTPUT_FORMAT("elf32-i386", "elf32-i386", 32 "elf32-i386") 33 OUTPUT_ARCH(i386)
|
/openbmc/ipmitool/control/ |
H A D | rpmrc | 3 buildarchtranslate: athlon: i386 4 buildarchtranslate: i686: i386 5 buildarchtranslate: i586: i386 6 buildarchtranslate: i486: i386 7 buildarchtranslate: i386: i386
|
/openbmc/qemu/scripts/oss-fuzz/ |
H A D | build.sh | 68 --extra-cflags="$EXTRA_CFLAGS" --target-list="i386-softmmu" 70 if ! make "-j$(nproc)" qemu-fuzz-i386; then 77 for i in $(ldd ./qemu-fuzz-i386 | cut -f3 -d' '); do 80 rm qemu-fuzz-i386 86 --target-list="i386-softmmu" 87 make "-j$(nproc)" qemu-fuzz-i386 V=1 96 targets=$(./qemu-fuzz-i386 | grep generic-fuzz | awk '$1 ~ /\*/ {print $2}') 97 base_copy="$DEST_DIR/qemu-fuzz-i386-target-$(echo "$targets" | head -n 1)" 99 cp "./qemu-fuzz-i386" "$base_copy" 102 # of available fuzz-targets. Copy over the qemu-fuzz-i386, naming it according [all …]
|
/openbmc/qemu/hw/i386/ |
H A D | Kconfig | 70 depends on I386 87 depends on I386 99 depends on I386 118 depends on I386 && FDT 134 depends on I386 && FDT # for MICROVM 164 depends on KVM && I386
|
/openbmc/qemu/configs/targets/ |
H A D | i386-linux-user.mak | 1 TARGET_ARCH=i386 2 TARGET_SYSTBL_ABI=i386 4 TARGET_XML_FILES= gdb-xml/i386-32bit.xml gdb-xml/i386-32bit-linux.xml
|
/openbmc/u-boot/tools/binman/test/ |
H A D | bss_data.lds | 6 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") 7 OUTPUT_ARCH(i386)
|
H A D | u_boot_ucode_ptr.lds | 6 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") 7 OUTPUT_ARCH(i386)
|
H A D | u_boot_binman_syms.lds | 6 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") 7 OUTPUT_ARCH(i386)
|
H A D | u_boot_binman_syms_bad.lds | 6 OUTPUT_FORMAT("elf32-i386", "elf32-i386", "elf32-i386") 7 OUTPUT_ARCH(i386)
|
/openbmc/qemu/pc-bios/descriptors/ |
H A D | 60-edk2-i386.json | 2 "description": "UEFI firmware for i386", 9 "filename": "@DATADIR@/edk2-i386-code.fd", 13 "filename": "@DATADIR@/edk2-i386-vars.fd", 19 "architecture": "i386",
|
H A D | 50-edk2-i386-secure.json | 2 "description": "UEFI firmware for i386, with Secure Boot and SMM", 9 "filename": "@DATADIR@/edk2-i386-secure-code.fd", 13 "filename": "@DATADIR@/edk2-i386-vars.fd", 19 "architecture": "i386",
|
/openbmc/linux/tools/power/cpupower/ |
H A D | .gitignore | 24 debug/i386/centrino-decode 25 debug/i386/dump_psb 26 debug/i386/intel_gsic 27 debug/i386/powernow-k8-decode
|