Home
last modified time | relevance | path

Searched refs:ad_bytes (Results 1 – 4 of 4) sorted by relevance

/arch/x86/kvm/
Dkvm_emulate.h46 u8 ad_bytes; /* size of src/dst address */ member
334 u8 ad_bytes; member
Demulate.c516 .ad_bytes = ctxt->ad_bytes, in emulator_check_intercept()
549 return (1UL << (ctxt->ad_bytes << 3)) - 1; in ad_mask()
572 if (ctxt->ad_bytes == sizeof(unsigned long)) in address_mask()
594 assign_register(preg, *preg + inc, ctxt->ad_bytes); in register_address_increment()
1248 if (ctxt->ad_bytes == 2) { in decode_modrm()
1337 if (ctxt->ad_bytes != 8) in decode_modrm()
1350 switch (ctxt->ad_bytes) { in decode_abs()
2976 if (ctxt->ad_bytes != 4 || !vendor_intel(ctxt)) in string_registers_quirk()
3339 ctxt->op_bytes = ctxt->ad_bytes = (next_tss_desc.type & 8) ? 4 : 2; in emulator_do_task_switch()
5136 ctxt->ad_bytes = def_ad_bytes; in x86_decode_insn()
[all …]
Dx86.c7725 ctxt->ad_bytes = 2; in kvm_inject_realmode_interrupt()
/arch/x86/kvm/svm/
Dsvm.c4264 exit_info |= (u32)info->ad_bytes << (SVM_IOIO_ASIZE_SHIFT - 1); in svm_check_intercept()