Home
last modified time | relevance | path

Searched refs:X86EMUL_OPC_MASK (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/arch/x86/x86_emulate/
A Dx86_emulate.h533 #define X86EMUL_OPC_MASK (0x000000ff | X86EMUL_OPC_PFX_MASK | \ macro
A Dx86_emulate.c2166 switch ( ctxt->opcode & X86EMUL_OPC_MASK ) in x86_decode_twobyte()
2296 switch ( ctxt->opcode & X86EMUL_OPC_MASK ) in x86_decode_0f38()
2349 switch ( ctxt->opcode & X86EMUL_OPC_MASK ) in x86_decode_0f3a()

Completed in 14 milliseconds