Home
last modified time | relevance | path

Searched defs:x86_instruction_info (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dkvm_emulate.h35 struct x86_instruction_info { struct
36 u8 intercept; /* which intercept */
37 u8 rep_prefix; /* rep prefix? */
38 u8 modrm_mod; /* mod part of modrm */
39 u8 modrm_reg; /* index of register used */
40 u8 modrm_rm; /* rm part of modrm */
41 u64 src_val; /* value of source operand */
42 u64 dst_val; /* value of destination operand */
43 u8 src_bytes; /* size of source operand */
44 u8 dst_bytes; /* size of destination operand */
[all …]