Home
last modified time | relevance | path

Searched full:i386 (Results 1 – 25 of 1002) sorted by relevance

12345678910>>...41

/freebsd/sys/conf/
H A Dfiles.i3866 # common files stuff between i386 and amd64
13 cddl/dev/dtrace/i386/dtrace_asm.S optional dtrace compile-with "${DTRACE_S}"
14 cddl/dev/dtrace/i386/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}"
16 crypto/des/arch/i386/des_enc.S optional netsmb
17 crypto/openssl/i386/aesni-x86.S optional ossl
18 crypto/openssl/i386/chacha-x86.S optional ossl
19 crypto/openssl/i386/poly1305-x86.S optional ossl
20 crypto/openssl/i386/sha1-586.S optional ossl
21 crypto/openssl/i386/sha256-586.S optional ossl
22 crypto/openssl/i386/sha512-586.S optional ossl
[all …]
/freebsd/targets/pseudo/userland/misc/
H A DMakefile.depend37 stand/i386/boot0 \
38 stand/i386/boot0sio \
39 stand/i386/boot2 \
40 stand/i386/btx/btx \
41 stand/i386/btx/btxldr \
42 stand/i386/btx/lib \
43 stand/i386/cdboot \
44 stand/i386/gptboot \
45 stand/i386/libfirewire \
46 stand/i386/libi386 \
[all …]
/freebsd/sys/i386/
H A DMakefile1 # Makefile for i386 links, tags file
6 TAGDIR= i386
13 # Directories in which to place i386 tags links
14 DI386= apm i386 include isa linux
24 SI386= ${SYS}/i386/acpica/*.[ch] ${SYS}/i386/bios/*.[ch] \
25 ${SYS}/i386/i386/*.[ch] ${SYS}/i386/include/*.[ch] \
26 ${SYS}/i386/isa/*.[ch] ${SYS}/i386/linux/*.[ch] \
27 ${SYS}/i386/pci/*.[ch]
28 AI386= ${SYS}/i386/i386/*.s
/freebsd/tools/tools/nanobsd/pcengines/
H A Dalix_nfs.conf6 NANO_ARCH=i386
7 TARGET_ARCH=i386; export TARGET_ARCH
8 #TARGET_CPUTYPE=i386; export TARGET_CPUTYPE
9 #CONF_BUILD="TARGET_ARCH=i386 TARGET_CPUTYPE=i386"
10 #CONF_INSTALL="TARGET_ARCH=i386 TARGET_CPUTYPE=i386"
11 #CONF_BUILD="TARGET_ARCH=i386"
12 #CONF_INSTALL="TARGET_ARCH=i386"
H A Dalix_dsk.conf6 NANO_ARCH=i386
7 TARGET_ARCH=i386; export TARGET_ARCH
8 #TARGET_CPUTYPE=i386; export TARGET_CPUTYPE
9 #CONF_BUILD="TARGET_ARCH=i386 TARGET_CPUTYPE=i386"
10 #CONF_INSTALL="TARGET_ARCH=i386 TARGET_CPUTYPE=i386"
11 #CONF_BUILD="TARGET_ARCH=i386"
12 #CONF_INSTALL="TARGET_ARCH=i386"
/freebsd/usr.sbin/sa/tests/
H A DMakefile4 TEST_METADATA.legacy_test+= allowed_architectures="amd64 i386"
11 ${PACKAGE}FILES+= v1-i386-sav.in
12 ${PACKAGE}FILES+= v1-i386-sav.out
13 ${PACKAGE}FILES+= v1-i386-u.out
14 ${PACKAGE}FILES+= v1-i386-usr.in
15 ${PACKAGE}FILES+= v1-i386-usr.out
19 ${PACKAGE}FILES+= v2-i386-sav.in
20 ${PACKAGE}FILES+= v2-i386-u.out
21 ${PACKAGE}FILES+= v2-i386-usr.in
/freebsd/tools/boot/
H A Duniverse.sh57 i386/i386 \
67 i386/i386 \
78 i386/i386 \
92 i386/i386 \
101 i386/i386 \
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_i386.cpp1 //===----- ELF_i386.cpp - JIT linker implementation for ELF/i386 ----===//
9 // ELF/i386 jit-link implementation.
18 #include "llvm/ExecutionEngine/JITLink/i386.h"
32 i386::GOTTableManager GOT; in buildTables_ELF_i386()
33 i386::PLTTableManager PLT(GOT); in buildTables_ELF_i386()
61 i386::GOTTableManager::getSectionName())) { in getOrCreateGOTSymbol()
81 G.findSectionByName(i386::GOTTableManager::getSectionName())) { in getOrCreateGOTSymbol()
108 return i386::applyFixup(G, B, E, GOTSymbol); in applyFixup()
115 static Expected<i386::EdgeKind_i386> getRelocationKind(const uint32_t Type) { in getRelocationKind()
116 using namespace i386; in getRelocationKind()
[all …]
H A Di386.cpp1 //===---- i386.cpp - Generic JITLink i386 edge kinds, utilities -----===//
9 // Generic utilities for graphs representing i386 objects.
13 #include "llvm/ExecutionEngine/JITLink/i386.h"
17 namespace llvm::jitlink::i386 { namespace
58 if (E.getKind() == i386::BranchPCRel32ToPtrJumpStubBypassable) { in optimizeGOTAndStubAccesses()
77 E.setKind(i386::BranchPCRel32); in optimizeGOTAndStubAccesses()
91 } // namespace llvm::jitlink::i386
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A Di386.h1 //=== i386.h - Generic JITLink i386 edge kinds, utilities -*- C++ -*-===//
9 // Generic utilities for graphs representing i386 objects.
19 namespace llvm::jitlink::i386 {
20 /// Represets i386 fixups
192 /// Returns a string name for the given i386 edge. For debugging purposes
199 using namespace i386; in applyFixup() local
207 case i386::None: { in applyFixup()
211 case i386::Pointer32: { in applyFixup()
217 case i386::PCRel32: { in applyFixup()
224 case i386::Pointer16: { in applyFixup()
[all …]
/freebsd/stand/i386/gptzfsboot/
H A DMakefile3 .PATH: ${BOOTSRC}/i386/boot2 ${BOOTSRC}/i386/gptboot \
4 ${BOOTSRC}/i386/common \
28 -I${BOOTSRC}/i386/common \
29 -I${BOOTSRC}/i386/libi386 \
37 -I${BOOTSRC}/i386/btx/lib \
38 -I${BOOTSRC}/i386/boot2 \
71 # i386 standalone support library
72 LIBI386= ${BOOTOBJ}/i386/libi386/libi386.a
/freebsd/contrib/tcsh/
H A Dhost.defs42 macro : M_i386 : defined(i386)
246 machtype: defined(M_i386) : "i386"
346 machtype: defined(M_i386) : "i386"
427 machtype: : "i386"
487 machtype: defined(M_i386) : "i386"
497 hosttype: defined(M_i386) : "i386"
502 machtype: defined(M_i386) : "i386-pc-gnu"
521 hosttype: defined(M_i386) : "i386-emx"
523 machtype: defined(M_i386) : "i386"
557 machtype: defined(M_i386) : "i386"
[all …]
/freebsd/tools/test/stress2/misc/
H A Dldt2.sh40 First of all you will need a i386 jail on amd64. This could be build like
56 make -j4 TARGET=i386 TARGET_ARCH=i386 DESTDIR=$jail world
57 make TARGET=i386 TARGET_ARCH=i386 DESTDIR=$jail distribution
66 - Fetch the Firefox i386 installer. (http://www.mozilla.com)
74 1) Install wine. For example by "UNAME_m=i386 pkg_add -r wine"
80 the i386 codec, so you have to build mplayer your self with option
82 Remember to set the environment variable UNAME_m to "i386".
/freebsd/sys/dev/hpt27xx/
H A DREADME73 # cd i386/conf (or amd64/conf for AMD64)
81 5) For i386 system, edit /usr/src/sys/conf/files.i386 and append the lines
85 dependency "$S/dev/hpt27xx/i386-elf.hpt27xx_lib.o.uu" \
86 compile-with "uudecode < $S/dev/hpt27xx/i386-elf.hpt27xx_lib.o.uu" \
107 a) for FreeBSD 5.x-i386/6.x-i386/7.x-i386/8.x-i386/9.x-i386/10.x-i386:
109 # cd /usr/src/sys/i386/conf/
127 # cd /usr/src/sys/i386/conf/
175 FreeBSD/i386 bootstrap loader, Revision 0.8
/freebsd/sys/dev/hptnr/
H A DREADME76 # cd i386/conf (or amd64/conf for AMD64)
84 5) For i386 system, edit /usr/src/sys/conf/files.i386 and append the lines
88 dependency "$S/dev/hptnr/i386-elf.hptnr_lib.o.uu" \
89 compile-with "uudecode < $S/dev/hptnr/i386-elf.hptnr_lib.o.uu" \
110 a) for FreeBSD 5.x-i386/6.x-i386/7.x-i386/8.x-i386/9.x-i386/10.x-i386:
112 # cd /usr/src/sys/i386/conf/
130 # cd /usr/src/sys/i386/conf/
178 FreeBSD/i386 bootstrap loader, Revision 0.8
/freebsd/share/man/man5/
H A Dsrc.conf.5536 amd64/amd64, arm64/aarch64, i386/i386, powerpc/powerpc64 and powerpc/powerpc64le.
692 i386/i386, powerpc/powerpc64 and powerpc/powerpc64le.
718 amd64/amd64 and i386/i386.
788 amd64/amd64, arm64/aarch64 and i386/i386.
945 arm/armv7, i386/i386, powerpc/powerpc64le and riscv/riscv64.
964 amd64/amd64, arm/armv7, arm64/aarch64, i386/i386, powerpc/powerpc64 and powerpc/powerpc64le.
1057 Include graphics, font and video mode support in the i386 and amd64 BIOS
1072 amd64/amd64, arm/armv7, arm64/aarch64, i386/i386 and riscv/riscv64.
1077 arm/armv7, arm64/aarch64, i386/i386, powerpc/powerpc64, powerpc/powerpc64le and riscv/riscv64.
1087 arm/armv7, i386/i386, powerpc/powerpc64le and riscv/riscv64.
[all …]
/freebsd/share/man/man7/
H A Darch.7118 .It i386 Ta 1.0 Ta 14.x
183 .It Dv amd64 Ta Dv i386
225 .Dv i386
235 .It i386 Ta 4 Ta 4 Ta 12 Ta 4
245 is 8 bytes on all supported architectures except i386.
253 .It i386 Ta little Ta signed
268 .It i386 Ta 4K, 2M (PAE), 4M
284 .It i386 Ta 0xffc00000 Ta 4GiB
340 .It i386 Ta hard Ta hard, 80 bit
376 .It i386 Ta i386 Ta i386
[all …]
/freebsd/tools/tools/kdrv/
H A Dsample.drvinfo15 # The filei386 directive causes the *.c files to be added to i386/conf/file.i386
19 filei386 i386/isa/ mdsio.c
20 filei386 i386/include mdsio.h
25 # optioni386 causes them to be added to i386/conf/options.i386
H A DKernelDriver50 # end in '.c' have an entry added to i386/conf/files.i386.
54 # optioni386 <name> <hdr> Adds an entry to i386/conf/options.i386, such that
69 # option <name> <file> Adds an entry to i386/conf/options.i386
290 "i386/conf/files.i386" \
291 "i386/conf/options.i386" \
292 "i386/conf/LINT"] {
367 # Adds an entry to i386/conf/files.i386 and conf/files for the .c files in the driver.
381 # Add options to i386/conf/options.i386 if any are specified
410 set fname [format "%si386/conf/files.i386" $kpath];
430 set fname [format "%si386/conf/options.i386" $kpath];
[all …]
/freebsd/sys/modules/linux/
H A DMakefile7 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
44 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
55 .if ${MACHINE_CPUARCH} == "i386"
61 .if ${MACHINE_CPUARCH} == "i386"
77 .if ${MACHINE_CPUARCH} == "i386"
120 OBJCOPY_TARGET=--output-target elf64-x86-64-freebsd --binary-architecture i386
121 .elif ${MACHINE_CPUARCH} == "i386"
122 OBJCOPY_TARGET=--output-target elf32-i386-freebsd --binary-architecture i386
/freebsd/usr.bin/lastcomm/tests/
H A DMakefile4 TEST_METADATA.legacy_test+= allowed_architectures="amd64 i386"
8 ${PACKAGE}FILES+= v1-i386-acct.in
9 ${PACKAGE}FILES+= v1-i386.out
12 ${PACKAGE}FILES+= v2-i386-acct.in
13 ${PACKAGE}FILES+= v2-i386.out
/freebsd/lib/libcompiler_rt/
H A DMakefile.inc117 # Avoid using SSE2 instructions on i386, if unsupported.
118 .if ${MACHINE_CPUARCH} == "i386" && empty(MACHINE_CPU:Msse2)
133 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
145 # Avoid using SSE2 instructions on i386, if unsupported.
146 .if ${MACHINE_CPUARCH} == "i386" && empty(MACHINE_CPU:Msse2)
164 .elif ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
168 # The fp_mode implementation for amd64 and i386 is shared, while other
170 .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
171 SRCS+= i386/fp_mode.c
234 (${MACHINE_CPUARCH} == "i386" && !empty(MACHINE_CPU:Msse2))
/freebsd/tools/tools/nanobsd/embedded/
H A DREADME24 qemu-i386.cfg Create a bootable i386 image for qemu (W)
34 i386: qemu-system-i386 -m 512 -hda _.disk.image.qemu-i386.qcow2 -nographic
/freebsd/sys/dev/hptmv/
H A Dreadme.txt70 # cd i386/conf (or amd64/conf for AMD64)
78 5) For i386 system, edit /usr/src/sys/conf/files.i386 and append the lines
82 dependency "$S/dev/hptmv/i386-elf.raid.o.uu" \
83 compile-with "uudecode < $S/dev/hptmv/i386-elf.raid.o.uu" \
106 Note FreeBSD 5.3/5.4/6.x/7.x i386 already have a built-in RR18xx driver,
112 a) for FreeBSD 5.x/6.x/7.x i386:
114 # cd /usr/src/sys/i386/conf/
132 # cd /usr/src/sys/i386/conf/
180 FreeBSD/i386 bootstrap loader, Revision 0.8
/freebsd/release/i386/
H A Di386.conf5 # Configuration file for release/release.sh to build i386/i386.
8 TARGET="i386"
9 TARGET_ARCH="i386"

12345678910>>...41