Searched refs:x86 (Results 176 - 200 of 726) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DNaCl.cpp89 if (Arch == llvm::Triple::x86)
223 case llvm::Triple::x86:
271 case llvm::Triple::x86:
272 // x86 is special because multilib style uses x86_64-nacl/include for libc
324 case llvm::Triple::x86:
H A DDragonFly.cpp36 if (getToolChain().getArch() == llvm::Triple::x86)
80 if (getToolChain().getArch() == llvm::Triple::x86) {
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.h84 PDB_Machine MachineType = PDB_Machine::x86;
/freebsd-12-stable/contrib/ofed/libibumad/
H A Dumad_types.h86 UMAD_METHOD_REPORT_RESP = 0x86,
/freebsd-12-stable/contrib/bearssl/src/x509/
H A Dencode_ec_rawder.c32 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03, 0x01, 0x07
/freebsd-12-stable/sys/contrib/libsodium/test/default/
H A Dscalarmult.c20 0xb1, 0xfd, 0x86, 0x62, 0x05, 0x16, 0x5f, 0x49, 0xb8, 0x00
/freebsd-12-stable/sys/contrib/x86emu/
H A Dx86emu.h143 struct x86emu_regs x86; member in struct:x86emu
/freebsd-12-stable/sys/powerpc/powermac/
H A Dpmuvar.h71 #define PMU_SET_POLL_MASK 0x86 /*
/freebsd-12-stable/sys/mips/atheros/ar531x/
H A Dar5315_setup.c113 case 0x86:
/freebsd-12-stable/sys/x86/include/
H A Dx86_smp.h21 #include <x86/apicvar.h>
/freebsd-12-stable/sys/x86/iommu/
H A Dintel_qi.c58 #include <x86/include/busdma_impl.h>
59 #include <x86/iommu/intel_reg.h>
60 #include <x86/iommu/busdma_dmar.h>
62 #include <x86/iommu/intel_dmar.h>
/freebsd-12-stable/sys/x86/xen/
H A Dxen_nexus.c42 #include <x86/init.h>
H A Dhvm.c51 #include <x86/apicreg.h>
60 #include <xen/interface/arch-x86/cpuid.h>
/freebsd-12-stable/sys/xen/interface/
H A Dvm_event.h249 struct vm_event_regs_x86 x86; member in union:vm_event_st::__anon17088::__anon17089
/freebsd-12-stable/lib/libsecureboot/efi/include/Protocol/
H A DHash.h26 0x42881c98, 0xa4f3, 0x44b0, {0xa3, 0x9d, 0xdf, 0xa1, 0x86, 0x67, 0xd8, 0xcd } \
/freebsd-12-stable/stand/i386/loader/
H A DMakefile20 NEWVERSWHAT?= "bootstrap loader" x86
/freebsd-12-stable/crypto/openssl/apps/
H A Dtestdsa.h28 0x9D, 0x1B, 0x69, 0x8E, 0x26, 0xDB, 0xF2, 0x2B, 0x11, 0x70, 0x19, 0x86,
37 0xFB, 0x53, 0xEF, 0x50, 0xB4, 0x40, 0x92, 0x31, 0x56, 0x86, 0x53, 0x7A,
72 0x86, 0x96, 0xB3, 0x15, 0xE0, 0x53, 0x2E, 0x8F, 0xE0, 0x59, 0x82, 0x73,
75 0x7E, 0x86, 0x4B, 0x53, 0x5B, 0x59, 0xCF, 0x71, 0x65, 0x19, 0x88, 0x6E,
91 0x98, 0xBB, 0x28, 0x86, 0x48, 0xFC, 0xDE, 0x99, 0x04, 0x3F, 0x5F, 0x88,
114 0x56, 0x8e, 0x57, 0xf0, 0xee, 0xf5, 0xb7, 0xba, 0xab, 0x85, 0x86, 0xf9,
126 0x86, 0x67, 0xb0, 0x9f, 0x26, 0x11, 0x23, 0xc8, 0x38, 0xd7, 0x70, 0x1d,
139 0x16, 0x5C, 0x55, 0x8E, 0xAD, 0xA3, 0x67, 0x7D, 0xB9, 0x86, 0x6E, 0x0B,
141 0x08, 0x7A, 0xF7, 0xFC, 0x67, 0x86, 0x69, 0xE7, 0x0A, 0x94, 0x40, 0xBF,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/Targets/
H A DOSTargets.h198 case llvm::Triple::x86:
248 case llvm::Triple::x86:
314 case llvm::Triple::x86:
415 case llvm::Triple::x86:
469 case llvm::Triple::x86:
590 case llvm::Triple::x86:
651 case llvm::Triple::x86:
778 } else if (Triple.getArch() == llvm::Triple::x86) {
/freebsd-12-stable/contrib/ncurses/
H A Dconvert_configure.pl101 s/^(host|build)=NONE$/$1=x86-emx-os2/; # Make default host/build
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.cpp49 // Temporary option to control early if-conversion for x86 while adding machine
52 X86EarlyIfConv("x86-early-ifcvt", cl::Hidden,
332 In32BitMode(TargetTriple.getArch() == Triple::x86 &&
334 In16BitMode(TargetTriple.getArch() == Triple::x86 &&
/freebsd-12-stable/cddl/lib/libdtrace/
H A DMakefile85 CFLAGS+= -I${SRCTOP}/sys/cddl/dev/dtrace/x86
89 .PATH: ${SRCTOP}/sys/cddl/dev/dtrace/x86
/freebsd-12-stable/sys/modules/linux/
H A DMakefile10 .PATH: ${SRCTOP}/sys/x86/linux
76 ${OBJCOPY} --input-target binary --output-target elf64-x86-64-freebsd \
/freebsd-12-stable/sys/x86/x86/
H A Dmptable_pci.c46 #include <x86/mptable.h>
47 #include <x86/legacyvar.h>
/freebsd-12-stable/sys/i386/include/pc/
H A Dbios.h78 #define PNP_EVENTS_NOT_PENDING 0x86
98 #define DMI_NO_CHANGE 0x86
/freebsd-12-stable/usr.sbin/bhyve/
H A Dinout.c39 #include <x86/psl.h>
40 #include <x86/segments.h>

Completed in 322 milliseconds

1234567891011>>