/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 74 MemOp ot = decode->op[1].ot; 75 int poslen = 8 << ot; 80 assert(decode->op[2].unit == X86_OP_INT && decode->op[2].ot != MO_8); 82 tcg_gen_andi_tl(ofs, ofs, -1 << ot); 90 static inline int mmx_offset(MemOp ot) 92 switch (ot) { 106 static inline int xmm_offset(MemOp ot) 108 switch (ot) { 131 return op->offset - mmx_offset(op->ot); 133 return op->offset - xmm_offset(op->ot); [all …]
|
H A D | translate.c | 257 static void gen_jmp_rel(DisasContext *s, MemOp ot, int diff, int tb_num); 420 static inline MemOp mo_pushpop(DisasContext *s, MemOp ot) in mo_pushpop() argument 423 return ot == MO_16 ? MO_16 : MO_64; in mo_pushpop() 425 return ot; in mo_pushpop() 435 /* Compute the result of writing t0 to the OT-sized register REG. 443 static TCGv gen_op_deposit_reg_v(DisasContext *s, MemOp ot, int reg, TCGv dest, TCGv t0) in gen_op_deposit_reg_v() argument 445 switch(ot) { in gen_op_deposit_reg_v() 477 static void gen_op_mov_reg_v(DisasContext *s, MemOp ot, int reg, TCGv t0) in gen_op_mov_reg_v() argument 479 gen_op_deposit_reg_v(s, ot, reg, NULL, t0); in gen_op_mov_reg_v() 483 void gen_op_mov_v_reg(DisasContext *s, MemOp ot, TCGv t0, int reg) in gen_op_mov_v_reg() argument [all …]
|
H A D | decode-new.c.inc | 1912 static bool decode_op_size(DisasContext *s, X86OpEntry *e, X86OpSize size, MemOp *ot) 1916 *ot = MO_8; 1921 *ot = MO_32; 1927 *ot = s->dflag; 1933 *ot = MO_64; 1937 *ot = MO_16; 1941 *ot = s->dflag == MO_16 ? MO_32 : s->dflag; 1945 *ot = CODE64(s) ? MO_64 : MO_32; 1949 *ot = s->dflag == MO_16 ? MO_16 : MO_32; 1953 *ot = !CODE64(s) && s->dflag == MO_16 ? MO_16 : MO_32; [all …]
|
H A D | decode-new.h | 307 MemOp ot; /* For b/c/d/p/s/q/v/w/y/z */ member
|
/openbmc/phosphor-dbus-interfaces/yaml/com/intel/Control/ |
H A D | OCOTShutdownPolicy.interface.yaml | 9 temperature(OT) event, Only available on multi-node products. 20 Do not shutdown node on an OC/OT event. 23 Shutdown node on an OC/OT event.
|
/openbmc/u-boot/drivers/net/ |
H A D | dm9000x.h | 118 #define FCTR_HWOT(ot) (( ot & 0xf ) << 4 ) argument 119 #define FCTR_LWOT(ot) ( ot & 0xf ) argument
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ |
H A D | ot-br-posix_git.bb | 17 SRC_URI = "gitsm://github.com/openthread/ot-br-posix.git;protocol=https;branch=main \ 66 RCONFLICTS:${PN} = "ot-daemon"
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/postfix/files/ |
H A D | aliasesdb | 12 [ "$ALIASESDB_STAMP" -ot /etc/aliases.db ] || return 0
|
/openbmc/openbmc/meta-openembedded/meta-networking/conf/ |
H A D | layer.conf | 25 ot-br-posix->ipset \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/openthread/ot-br-posix/ |
H A D | 0001-Musl-build-fix.patch | 25 target_compile_definitions(ot-posix-config
|
/openbmc/openbmc/meta-ibm/meta-sbp1/recipes-phosphor/fans/phosphor-pid-control/ |
H A D | fan-setup.service | 10 # Set temperature limits: 60C (OT)
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery-2.0.3.min.js | 4 …ot(e,t,r,i){var o,s,a,u,l,f,g,m,x,w;if((t?t.ownerDocument||t:b)!==p&&c(t),t=t||p,r=r||[],!e||"stri… function 5 …ot=/^(?:checkbox|radio)$/i,st=/checked\s*(?:[^=]|=\s*.checked.)/i,at=/^$|\/(?:java|ecma)script/i,u… function
|
H A D | jquery.dataTables-1.13.8.min.js | 4 …Ot(e),"g")),"string"==typeof t&&"."!==e?t.replace(/\./g,"").replace(c[e],"."):t},N=function(t,e,n)… function
|
H A D | jquery-3.7.1.min.js | 2 …ot(e,t,n){var r=Xe(e),i=(!le.boxSizingReliable()||n)&&"border-box"===ce.css(e,"boxSizing",!1,r),o=… function
|
/openbmc/u-boot/include/ |
H A D | usb_ether.h | 66 * larger than the size passed ot usb_ether_register(), other -ve on error
|
H A D | power-domain.h | 154 * power_domain_off - Disable power ot a power domain.
|
H A D | fsl_immap.h | 163 u32 max_ot; /* Max OT */
|
H A D | capitalization.h | 498 { 0x047E, /* CYRILLIC CAPITAL LETTER OT */ \ 499 0x047F, /* CYRILLIC SMALL LETTER OT */ }, \
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | filter_expr_parser_grammar.hpp | 101 const auto logicalNot_def = -(char_('n') >> lit("ot")) >> booleanOp;
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | common.tls | 71 0oT+pQ9ysenqeZ3gbT224T1khrEhT5kifhtFLNyDssRchUUWH0hiqoOO1vgb+850
|
/openbmc/google-misc/subprojects/ncsid/test/ |
H A D | nic_mock.cpp | 46 // such as using offsetof ot get to a particular field. in parse_ethernet_frame()
|
/openbmc/qemu/tests/unit/ |
H A D | crypto-tls-x509-helpers.c | 48 "0oT+pQ9ysenqeZ3gbT224T1khrEhT5kifhtFLNyDssRchUUWH0hiqoOO1vgb+850\n" \
|
/openbmc/qemu/hw/ssi/ |
H A D | ibex_spi_host.c | 608 /* FIFO sizes as per OT Spec */ in ibex_spi_host_realize()
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | populate_sdk_ext.bbclass | 387 … # Override this, we now include PR data, so it should only point ot the local database
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/valkey/valkey/ |
H A D | valkey.conf | 1174 # strings, are normally limited ot 512 mb. However you can change this limit
|