Home
last modified time | relevance | path

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

/linux/tools/objtool/arch/x86/
H A Ddecode.c227 modrm = 0, modrm_mod = 0, modrm_rm = 0, modrm_reg = 0, in arch_decode_instruction() local
[all...]
/linux/arch/x86/kvm/
H A Demulate.c925 static void *decode_register(struct x86_emulate_ctxt *ctxt, u8 modrm_reg, in decode_register()