Searched refs:X86EMUL_OPC_PFX_MASK (Results 1 – 2 of 2) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.h | 533 #define X86EMUL_OPC_MASK (0x000000ff | X86EMUL_OPC_PFX_MASK | \ 540 #define X86EMUL_OPC_PFX_MASK 0x00000300 macro
|
A D | x86_emulate.c | 2199 ctxt->opcode |= MASK_INSR(vex.pfx, X86EMUL_OPC_PFX_MASK); in x86_decode_twobyte() 2216 ctxt->opcode |= MASK_INSR(vex.pfx, X86EMUL_OPC_PFX_MASK); in x86_decode_twobyte() 2228 ctxt->opcode |= MASK_INSR(vex.pfx, X86EMUL_OPC_PFX_MASK); in x86_decode_twobyte() 2247 ctxt->opcode |= MASK_INSR(vex.pfx, X86EMUL_OPC_PFX_MASK); in x86_decode_twobyte() 2257 ctxt->opcode |= MASK_INSR(vex.pfx, X86EMUL_OPC_PFX_MASK); in x86_decode_twobyte() 2264 ctxt->opcode |= MASK_INSR(vex.pfx, X86EMUL_OPC_PFX_MASK); in x86_decode_twobyte() 2304 ctxt->opcode |= MASK_INSR(vex.pfx, X86EMUL_OPC_PFX_MASK); in x86_decode_0f38() 2310 ctxt->opcode |= MASK_INSR(vex.pfx, X86EMUL_OPC_PFX_MASK); in x86_decode_0f38() 2317 ctxt->opcode |= MASK_INSR(vex.pfx, X86EMUL_OPC_PFX_MASK); in x86_decode_0f38() 2347 ctxt->opcode |= MASK_INSR(vex.pfx, X86EMUL_OPC_PFX_MASK); in x86_decode_0f3a() [all …]
|
Completed in 15 milliseconds