Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/include/asm/
Dkvm_emulate.h203 u8 ad_bytes; member
/linux-2.6.39/arch/x86/kvm/
Demulate.c400 return (1UL << (c->ad_bytes << 3)) - 1; in ad_mask()
407 if (c->ad_bytes == sizeof(unsigned long)) in address_mask()
422 if (c->ad_bytes == sizeof(unsigned long)) in register_address_increment()
465 if (c->ad_bytes != 8) in linear()
680 if (c->ad_bytes == 2) { in decode_modrm()
775 switch (c->ad_bytes) { in decode_abs()
2142 c->op_bytes = c->ad_bytes = (next_tss_desc.type & 8) ? 4 : 2; in emulator_do_task_switch()
2659 c->ad_bytes = def_ad_bytes; in x86_decode_insn()
2671 c->ad_bytes = def_ad_bytes ^ 12; in x86_decode_insn()
2674 c->ad_bytes = def_ad_bytes ^ 6; in x86_decode_insn()
[all …]
Dx86.c4333 vcpu->arch.emulate_ctxt.decode.ad_bytes = 2; in kvm_inject_realmode_interrupt()