Searched refs:es (Results 151 - 175 of 177) sorted by relevance

12345678

/freebsd-11-stable/contrib/unbound/
H A Dconfig.sub1343 # es1800 is here to avoid being matched by es* (a different OS)
1725 | skyos* | haiku* | rdos* | toppers* | drops* | es* \
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-sli-defs.h4833 uint64_t es : 64; /**< ES<1:0> or MACADD<63:62> for buffer/info writes. member in struct:cvmx_sli_pkt_data_out_es::cvmx_sli_pkt_data_out_es_s
4843 uint64_t es : 64;
5633 uint64_t es : 64; /**< ES<1:0> for the packet output ring reads that member in struct:cvmx_sli_pkt_slist_es::cvmx_sli_pkt_slist_es_s
5642 uint64_t es : 64;
H A Dcvmx-sriomaintx-defs.h963 uint32_t es : 2; /**< Endian Swap Mode. member in struct:cvmx_sriomaintx_bar1_idxx::cvmx_sriomaintx_bar1_idxx_s
976 uint32_t es : 2;
H A Dcvmx-npei-defs.h6393 uint64_t es : 64; /**< The endian swap mode for Packet rings 0 through 31. member in struct:cvmx_npei_pkt_data_out_es::cvmx_npei_pkt_data_out_es_s
6397 uint64_t es : 64;
6913 uint64_t es : 64; /**< The endian swap mode for Packet rings 0 through 31. member in struct:cvmx_npei_pkt_slist_es::cvmx_npei_pkt_slist_es_s
6917 uint64_t es : 64;
H A Dcvmx-pciercx-defs.h2762 uint32_t es : 1; /**< Extended Synch */ member in struct:cvmx_pciercx_cfg032::cvmx_pciercx_cfg032_s
2778 uint32_t es : 1;
/freebsd-11-stable/stand/i386/libi386/
H A Dbiosdisk.c1172 v86.es = VTOPSEG(dest);
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S47 # skip es
/freebsd-11-stable/sys/i386/i386/
H A Dsupport.s694 movl %eax,%es
/freebsd-11-stable/sys/amd64/amd64/
H A Dsupport.S691 movl %eax,%es
/freebsd-11-stable/crypto/heimdal/
H A Dconfig.sub1305 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-i386.c1474 { EsSeg, "es" },
2798 if (i.seg[0] != NULL && i.seg[0] != &es)
2800 as_bad (_("`%s' operand %d must use `%%es' segment"),
2813 if (i.seg[1] != NULL && i.seg[1] != &es)
2815 as_bad (_("`%s' operand %d must use `%%es' segment"),
5062 i.seg[i.mem_operands] = &es;
5094 /* Handle case of %es:*foo. */
7362 i.seg[i.mem_operands] = &es;
7844 "es", "cs", "ss", "ds", "fs", "gs", NULL, NULL,
7863 "es", "c
[all...]
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress.c3160 int es; local
3186 evsig = event_new(base, SIGHUP, EV_SIGNAL, tabf_cb, &es);
3216 tt_int_op(es, ==, EV_SIGNAL | 0x10000);
/freebsd-11-stable/contrib/binutils/opcodes/
H A Di386-dis.c302 #define es { OP_REG, es_reg } macro
626 { "push{T|}", { es } },
627 { "pop{T|}", { es } },
1508 "es", "cs", "ss", "ds", "fs", "gs", "?", "?",
1534 "%es", "%cs", "%ss", "%ds", "%fs", "%gs", "%?", "%?",
3444 return "es";
4697 oappend (&"%es:"[intel_syntax]);
5760 oappend (&"%es:"[intel_syntax]);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9373 outs() << " es " << format("0x%08" PRIx32, cpu32.es);
9801 struct MachO::x86_exception_state_t es; local
9804 memcpy(&es, begin, sizeof(MachO::x86_exception_state_t));
9807 memset(&es, '\0', sizeof(MachO::x86_exception_state_t));
9808 memcpy(&es, begin, left);
9812 swapStruct(es);
9813 if (es.esh.flavor == MachO::x86_EXCEPTION_STATE64) {
9815 if (es.esh.count == MachO::x86_EXCEPTION_STATE64_COUNT)
9818 outs() << "\t esh.count " << es
[all...]
/freebsd-11-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c250 static const char *aeabi_enum_size(uint64_t es);
1608 aeabi_enum_size(uint64_t es) argument
1612 switch (es) {
1618 snprintf(s_es, sizeof(s_es), "Unknown (%ju)", (uintmax_t) es);
2082 case 40: return "es";
2204 case 50: return "es";
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.sub1379 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
/freebsd-11-stable/contrib/gcc/
H A Demit-rtl.c4811 init_virtual_regs (struct emit_status *es)
4813 rtx *ptr = es->x_regno_reg_rtx;
4786 init_virtual_regs(struct emit_status *es) argument
/freebsd-11-stable/contrib/dialog/
H A Dconfig.sub1377 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
/freebsd-11-stable/contrib/ldns/
H A Dconfig.sub1365 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
/freebsd-11-stable/contrib/byacc/
H A Dconfig.sub1411 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.sub1377 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es*)
/freebsd-11-stable/crypto/openssh/
H A Dconfig.sub1409 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
/freebsd-11-stable/lib/libpmc/
H A Dlibpmc.c1916 __K8MASK(es, 0),
2957 PMCMASK(es, 0x01),
/freebsd-11-stable/contrib/sqlite3/
H A Dconfig.sub1358 # es1800 is here to avoid being matched by es* (a different OS)
1391 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* \
/freebsd-11-stable/contrib/openpam/
H A Dconfig.sub1393 | -skyos* | -haiku* | -rdos* | -toppers* | -drops* | -es* | -tirtos*)

Completed in 449 milliseconds

12345678