Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/include/asm/
Dkvm_emulate.h42 u8 ad_bytes; /* size of src/dst address */ member
263 u8 ad_bytes; member
/linux-3.4.99/arch/x86/kvm/
Demulate.c425 .ad_bytes = ctxt->ad_bytes, in emulator_check_intercept()
434 return (1UL << (ctxt->ad_bytes << 3)) - 1; in ad_mask()
441 if (ctxt->ad_bytes == sizeof(unsigned long)) in address_mask()
456 if (ctxt->ad_bytes == sizeof(unsigned long)) in register_address_increment()
622 if (fetch ? ctxt->mode != X86EMUL_MODE_PROT64 : ctxt->ad_bytes != 8) in __linearize()
929 if (ctxt->ad_bytes == 2) { in decode_modrm()
1022 switch (ctxt->ad_bytes) { in decode_abs()
2555 ctxt->op_bytes = ctxt->ad_bytes = (next_tss_desc.type & 8) ? 4 : 2; in emulator_do_task_switch()
3835 ctxt->ad_bytes = def_ad_bytes; in x86_decode_insn()
3848 ctxt->ad_bytes = def_ad_bytes ^ 12; in x86_decode_insn()
[all …]
Dsvm.c4211 exit_info |= (u32)info->ad_bytes << (SVM_IOIO_ASIZE_SHIFT - 1);
Dx86.c4416 ctxt->ad_bytes = 2; in kvm_inject_realmode_interrupt()