Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/kvm/
Demulate.c398 static inline unsigned long ad_mask(struct decode_cache *c) in ad_mask()
405 address_mask(struct decode_cache *c, unsigned long reg) in address_mask()
414 register_address(struct decode_cache *c, unsigned long reg) in register_address()
420 register_address_increment(struct decode_cache *c, unsigned long *reg, int inc) in register_address_increment()
428 static inline void jmp_rel(struct decode_cache *c, int rel) in jmp_rel()
433 static void set_seg_override(struct decode_cache *c, int seg) in set_seg_override()
450 struct decode_cache *c) in seg_override()
461 struct decode_cache *c = &ctxt->decode; in linear()
627 struct decode_cache *c, in decode_register_operand()
651 struct decode_cache *c = &ctxt->decode; in decode_modrm()
[all …]
Dx86.c4305 struct decode_cache *c = &vcpu->arch.emulate_ctxt.decode; in init_emulate_ctxt()
4321 memset(c, 0, sizeof(struct decode_cache)); in init_emulate_ctxt()
4327 struct decode_cache *c = &vcpu->arch.emulate_ctxt.decode; in kvm_inject_realmode_interrupt()
4404 struct decode_cache *c = &vcpu->arch.emulate_ctxt.decode; in x86_emulate_instruction()
5581 struct decode_cache *c = &vcpu->arch.emulate_ctxt.decode; in kvm_task_switch()
/linux-2.6.39/arch/x86/include/asm/
Dkvm_emulate.h197 struct decode_cache { struct
248 struct decode_cache decode;