Searched refs:x86 (Results 151 - 175 of 543) sorted by relevance

1234567891011>>

/freebsd-10.3-release/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_fuzz.c110 0x34, 0xb4, 0x51, 0x45, 0x9d, 0xad, 0xb5, 0x86,
/freebsd-10.3-release/sys/boot/i386/loader/
H A DMakefile9 NEWVERSWHAT?= "bootstrap loader" x86
/freebsd-10.3-release/sys/cam/scsi/
H A Dscsi_sg.h32 #define SG_GET_REQUEST_TABLE _IO(SGIOC, 0x86)
/freebsd-10.3-release/sys/dev/hwpmc/
H A Dhwpmc_x86.c44 #include <x86/apicvar.h>
84 KASSERT(TRAPF_USERMODE(tf), ("[x86,%d] Not a user trap frame tf=%p",
165 KASSERT(TRAPF_USERMODE(tf) == 0,("[x86,%d] not a kernel backtrace",
239 * Machine dependent initialization for x86 class platforms.
277 KASSERT(0, ("[x86,%d] Unknown vendor", __LINE__));
/freebsd-10.3-release/sys/dev/ed/
H A Dif_ed_isa.c89 (sc->enaddr[2] == 0x86)) {
/freebsd-10.3-release/contrib/gcc/
H A Dgthr-nks.h276 # include <../libstdc++-v3/config/cpu/x86-64/bits/atomicity.h>
/freebsd-10.3-release/contrib/binutils/include/elf/
H A Dia64.h191 RELOC_NUMBER (R_IA64_LTOFF22X, 0x86) /* LTOFF22, relaxable. */
/freebsd-10.3-release/sys/modules/vmm/
H A DMakefile27 x86.c \
/freebsd-10.3-release/sys/x86/iommu/
H A Dintel_ctx.c31 __FBSDID("$FreeBSD: releng/10.3/sys/x86/iommu/intel_ctx.c 279485 2015-03-01 10:35:54Z kib $");
62 #include <x86/include/busdma_impl.h>
63 #include <x86/iommu/intel_reg.h>
64 #include <x86/iommu/busdma_dmar.h>
65 #include <x86/iommu/intel_dmar.h>
/freebsd-10.3-release/sys/dev/sound/pci/
H A Dcmireg.h192 #define CMPCI_REG_DMA0_SAMPLES 0x86
/freebsd-10.3-release/sys/i386/i386/
H A Dapic_vector.s42 #include <x86/apicreg.h>
H A Dmpboot.s35 #include <x86/apicreg.h>
/freebsd-10.3-release/sys/i386/include/
H A Dperfmon.h131 #define PMC6_IFU_MEM_STALL 0x86
/freebsd-10.3-release/sys/amd64/vmm/io/
H A Dvlapic_priv.h32 #include <x86/apicreg.h>
/freebsd-10.3-release/sys/amd64/amd64/
H A Dapic_vector.S42 #include <x86/apicreg.h>
/freebsd-10.3-release/tools/tools/ncpus/
H A Dbiosmptable.c37 #include <x86/mptable.h>
/freebsd-10.3-release/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_aesctr1.c88 { 0x27, 0x77, 0x7F, 0x3F, 0x4A, 0x17, 0x86, 0xF0 },
105 0x86, 0x3D, 0x06, 0xCC, 0xFD, 0xB7, 0x85, 0x15,
136 0xF5, 0x9B, 0x60, 0xA7, 0x86, 0xD3, 0xE0, 0xFE,
168 0x07, 0x96, 0x36, 0x58, 0x79, 0xEF, 0xF8, 0x86,
199 0xB4 0x07 0xDF 0x86 0x65 0x69 0xFD 0x07,
/freebsd-10.3-release/crypto/openssl/crypto/rc2/
H A Dtab.c15 0x8c, 0x08, 0x15, 0x6e, 0x86, 0x00, 0x84, 0xfa,
68 0x4c, 0xfb, 0x02, 0xd3, 0x70, 0x86, 0x31, 0xe7,
/freebsd-10.3-release/crypto/openssl/crypto/sha/
H A Dsha512t.c60 0x80, 0x86, 0x07, 0x2b, 0xa1, 0xe7, 0xcc, 0x23,
68 0x2f, 0xa0, 0x80, 0x86, 0xe3, 0xb0, 0xf7, 0x12,
/freebsd-10.3-release/crypto/openssh/
H A Dssh-rsa.c263 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01, /* id-sha256 */
278 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x03, /* id-sha512 */
/freebsd-10.3-release/crypto/openssl/crypto/aes/
H A Daes_wrap.c197 0x9d, 0x3e, 0x86, 0x23, 0x71, 0xd2, 0xcf, 0xe5
229 0x3f, 0x57, 0x86, 0xe2, 0xd8, 0x0e, 0xd3, 0x26,
/freebsd-10.3-release/contrib/gcc/config/i386/
H A Dsol2-ci.asm1 ! crti.s for Solaris 2, x86.
/freebsd-10.3-release/sys/kern/
H A Dimgact_aout.c177 * 0x64 for Linux, 0x86 for *BSD, 0x00 for BSDI.
180 if (((a_out->a_midmag >> 16) & 0xff) != 0x86 &&
182 ((((int)ntohl(a_out->a_midmag)) >> 16) & 0xff) != 0x86)
/freebsd-10.3-release/sys/x86/acpica/
H A Dacpi_wakeup.c31 __FBSDID("$FreeBSD: releng/10.3/sys/x86/acpica/acpi_wakeup.c 282065 2015-04-27 08:02:12Z kib $");
52 #include <x86/mca.h>
59 #include <x86/apicreg.h>
/freebsd-10.3-release/sys/sys/
H A Dgpt.h180 {0x3d48ce54,0x1d16,0x11dc,0x86,0x96,{0x01,0x30,0x1b,0xb8,0xa9,0xf5}}
182 {0xbd215ab2,0x1d16,0x11dc,0x86,0x96,{0x01,0x30,0x1b,0xb8,0xa9,0xf5}}

Completed in 463 milliseconds

1234567891011>>