Searched refs:modrm_mod (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/objtool/arch/x86/
H A Ddecode.c122 #define mod_is_mem() (modrm_mod != 3)
123 #define mod_is_reg() (modrm_mod == 3)
125 #define is_RIP() ((modrm_rm & 7) == CFI_BP && modrm_mod == 0)
157 modrm = 0, modrm_mod = 0, modrm_rm = 0, modrm_reg = 0, local
196 modrm_mod = X86_MODRM_MOD(modrm);
/linux-master/arch/x86/kvm/
H A Dkvm_emulate.h39 u8 modrm_mod; /* mod part of modrm */ member in struct:x86_instruction_info
356 u8 modrm_mod; member in struct:x86_emulate_ctxt
H A Demulate.c473 .modrm_mod = ctxt->modrm_mod,
1188 ctxt->modrm_mod = (ctxt->modrm & 0xc0) >> 6;
1193 if (ctxt->modrm_mod == 3 || (ctxt->d & NoMod)) {
1224 switch (ctxt->modrm_mod) {
1256 if (ctxt->modrm_mod != 0)
1264 (ctxt->modrm_rm == 6 && ctxt->modrm_mod != 0))
1275 if ((base_reg & 7) == 5 && ctxt->modrm_mod == 0)
1287 } else if ((ctxt->modrm_rm & 7) == 5 && ctxt->modrm_mod == 0) {
1296 switch (ctxt->modrm_mod) {
[all...]

Completed in 145 milliseconds