Lines Matching refs:ad_bytes
480 .ad_bytes = ctxt->ad_bytes, in emulator_check_intercept()
513 return (1UL << (ctxt->ad_bytes << 3)) - 1; in ad_mask()
536 if (ctxt->ad_bytes == sizeof(unsigned long)) in address_mask()
558 assign_register(preg, *preg + inc, ctxt->ad_bytes); in register_address_increment()
1216 if (ctxt->ad_bytes == 2) { in decode_modrm()
1305 if (ctxt->ad_bytes != 8) in decode_modrm()
1318 switch (ctxt->ad_bytes) { in decode_abs()
2641 if (ctxt->ad_bytes != 4 || !vendor_intel(ctxt)) in string_registers_quirk()
3001 ctxt->op_bytes = ctxt->ad_bytes = (next_tss_desc.type & 8) ? 4 : 2; in emulator_do_task_switch()
4805 ctxt->ad_bytes = def_ad_bytes; in x86_decode_insn()
4818 ctxt->ad_bytes = def_ad_bytes ^ 12; in x86_decode_insn()
4821 ctxt->ad_bytes = def_ad_bytes ^ 6; in x86_decode_insn()