Home
last modified time | relevance | path

Searched refs:PREFIX_LOCK (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/i386/hvf/
H A Dx86_decode.h26 PREFIX_LOCK = 0xf0, enumerator
H A Dx86_decode.c1857 case PREFIX_LOCK: in decode_prefix()
/openbmc/linux/arch/x86/math-emu/
H A Dfpu_emu.h103 #define PREFIX_LOCK 0xf0 macro
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc1182 if (s->prefix & PREFIX_LOCK) {
1259 if (s->prefix & PREFIX_LOCK) {
1277 if (s->prefix & PREFIX_LOCK) {
1487 if (s->prefix & PREFIX_LOCK) {
1503 if (s->prefix & PREFIX_LOCK) {
1521 if (s->prefix & PREFIX_LOCK) {
1742 if (s->prefix & PREFIX_LOCK) {
1796 if (s->prefix & PREFIX_LOCK) {
1842 if (s->prefix & PREFIX_LOCK) {
1950 if (s->prefix & PREFIX_LOCK) {
[all …]
H A Ddecode-new.c.inc2026 if (op->n == 0 && (s->prefix & PREFIX_LOCK) &&
2029 s->prefix &= ~PREFIX_LOCK;
2559 s->prefix |= PREFIX_LOCK;
2621 | PREFIX_LOCK | PREFIX_DATA | PREFIX_REX)) {
2736 s->prefix |= PREFIX_LOCK;
2783 if ((s->prefix & PREFIX_LOCK) && !accept_lock) {
2832 if (s->prefix & PREFIX_LOCK) {
H A Dtranslate.c46 #define PREFIX_LOCK 0x04 macro