Home
last modified time | relevance | path

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

/xen/xen/arch/x86/x86_emulate/
A Dx86_emulate.h638 #define X86EMUL_OPC_MASK (0x000000ff | X86EMUL_OPC_PFX_MASK | \ macro
A Dx86_emulate.c2663 switch ( ctxt->opcode & X86EMUL_OPC_MASK ) in x86_decode_twobyte()
2823 switch ( ctxt->opcode & X86EMUL_OPC_MASK ) in x86_decode_0f38()
2887 switch ( ctxt->opcode & X86EMUL_OPC_MASK ) in x86_decode_0f3a()

Completed in 21 milliseconds