Home
last modified time | relevance | path

Searched refs:IE (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/tests/tcg/i386/
H A Dtest-i386-fp-exceptions.c32 #define IE (1 << 0) macro
37 #define EXC (IE | ZE | OE | UE | PE)
51 if ((sw & EXC) != IE) { in main()
58 if ((sw & EXC) != IE) { in main()
111 if ((sw & EXC) != IE) { in main()
118 if ((sw & EXC) != IE) { in main()
126 if ((sw & EXC) != IE) { in main()
133 if ((sw & EXC) != IE) { in main()
148 if ((sw & EXC) != IE) { in main()
155 if ((sw & EXC) != IE) { in main()
[all …]
H A Dtest-i386-sse-exceptions.c42 #define IE (1 << 0) macro
47 #define EXC (IE | ZE | OE | UE | PE)
61 if ((mxcsr & EXC) != IE) { in main()
93 if ((mxcsr & EXC) != IE) { in main()
115 if ((mxcsr & EXC) != IE) { in main()
122 if ((mxcsr & EXC) != IE) { in main()
144 if ((mxcsr & EXC) != IE) { in main()
151 if ((mxcsr & EXC) != IE) { in main()
159 if ((mxcsr & EXC) != IE) { in main()
173 if ((mxcsr & EXC) != IE) { in main()
[all …]
/openbmc/qemu/include/block/
H A Dufs.h98 REG32(IE, offsetof(UfsReg, ie))
99 FIELD(IE, UTRCE, 0, 1)
100 FIELD(IE, UDEPRIE, 1, 1)
101 FIELD(IE, UEE, 2, 1)
102 FIELD(IE, UTMSE, 3, 1)
103 FIELD(IE, UPMSE, 4, 1)
104 FIELD(IE, UHXSE, 5, 1)
105 FIELD(IE, UHESE, 6, 1)
106 FIELD(IE, ULLSE, 7, 1)
107 FIELD(IE, ULSSE, 8, 1)
[all …]
/openbmc/qemu/tests/qtest/
H A Dufs-test.c444 ie = FIELD_DP32(ie, IE, UCCE, 1); in ufs_init()
445 ie = FIELD_DP32(ie, IE, UHESE, 1); in ufs_init()
446 ie = FIELD_DP32(ie, IE, UHXSE, 1); in ufs_init()
447 ie = FIELD_DP32(ie, IE, UPMSE, 1); in ufs_init()
477 ie = FIELD_DP32(ie, IE, UTRCE, 1); in ufs_init()
478 ie = FIELD_DP32(ie, IE, UEE, 1); in ufs_init()
479 ie = FIELD_DP32(ie, IE, UPMSE, 1); in ufs_init()
480 ie = FIELD_DP32(ie, IE, UHXSE, 1); in ufs_init()
481 ie = FIELD_DP32(ie, IE, UHESE, 1); in ufs_init()
482 ie = FIELD_DP32(ie, IE, UTMRCE, 1); in ufs_init()
[all …]
H A Dnpcm7xx_timer-test.c25 #define IE BIT(29) macro
340 tim_write_tcsr(td, IE | CEN | MODE_ONESHOT | PRESCALE(ps)); in test_oneshot_interrupt()
361 tim_write_tcsr(td, IE | CEN | MODE_ONESHOT | PRESCALE(ps)); in test_pause_resume()
365 tim_write_tcsr(td, IE | MODE_ONESHOT | PRESCALE(ps)); in test_pause_resume()
375 tim_write_tcsr(td, IE | CEN | MODE_ONESHOT | PRESCALE(ps)); in test_pause_resume()
470 tim_write_tcsr(td, CEN | IE | MODE_PERIODIC | PRESCALE(ps)); in test_periodic_interrupt()
/openbmc/phosphor-webui/app/common/styles/base/
H A Dfoundation.scss14 * IE on Windows Phone and in iOS.
35 * Add the correct display in IE 9-.
48 * Add the correct display in IE 9-.
55 * Add the correct margin in IE 8.
62 * 2. Show the overflow in Edge and IE.
73 * Add the correct display in IE.
91 * 1. Remove the gray background on active links in IE 10.
112 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
155 * Add the correct background and color in IE 9-.
187 * Add the correct display in IE 9-.
[all …]
H A Dmixins.scss191 animation: row-flash 1s infinite; /* IE 10+ */
/openbmc/qemu/target/loongarch/tcg/
H A Dtcg_cpu.c152 FIELD_EX64(env->CSR_CRMD, CSR_CRMD, IE)); in loongarch_cpu_do_interrupt()
166 FIELD_EX64(env->CSR_CRMD, CSR_CRMD, IE)); in loongarch_cpu_do_interrupt()
171 env->CSR_CRMD = FIELD_DP64(env->CSR_CRMD, CSR_CRMD, IE, 0); in loongarch_cpu_do_interrupt()
240 ret = (FIELD_EX64(env->CSR_CRMD, CSR_CRMD, IE) && in cpu_loongarch_hw_interrupts_enabled()
H A Dop_helper.c127 env->CSR_CRMD = FIELD_DP64(env->CSR_CRMD, CSR_CRMD, IE, csr_pie); in helper_ertn()
/openbmc/qemu/docs/system/
H A Dgdb.rst179 IE:
189 stepping IE:
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/wolfssl/files/
H A D0001-wolfssl-wolfcrypt-logging.h-and-wolfcrypt-src-loggin.patch66 - Issuer: C = IE, O = Baltimore, OU = CyberTrust, CN = Baltimore CyberTrust Root
70 - Subject: C = IE, O = Baltimore, OU = CyberTrust, CN = Baltimore CyberTrust Root
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap.css.map1IE text size adjust after device orientation change,\n// without disabling user zoom.\n//\n\nht…
/openbmc/entity-manager/
H A DDoxyfile1588 # supported properly for IE 6.0, but are supported on all modern browsers.
2459 # to make the SVG files visible in IE 9+ (other browsers do not have this
2474 # Note: For IE 9+ you need to set HTML_FILE_EXTENSION to xhtml in order to make
2475 # the SVG files visible. Older versions of IE do not have SVG support.
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc156 /* ??? Format is IE, but implemented as NOP, so we need no fields. */