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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dkvm_emulate.h179 struct decode_cache { struct
231 struct decode_cache decode;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Demulate.c586 static inline unsigned long ad_mask(struct decode_cache *c)
593 address_mask(struct decode_cache *c, unsigned long reg)
602 register_address(struct decode_cache *c, unsigned long base, unsigned long reg)
608 register_address_increment(struct decode_cache *c, unsigned long *reg, int inc)
616 static inline void jmp_rel(struct decode_cache *c, int rel)
621 static void set_seg_override(struct decode_cache *c, int seg)
638 struct decode_cache *c)
798 struct decode_cache *c,
832 struct decode_cache *c = &ctxt->decode;
947 struct decode_cache *
[all...]
H A Dx86.c3967 struct decode_cache *c = &vcpu->arch.emulate_ctxt.decode;
3992 memset(c, 0, sizeof(struct decode_cache));
5048 struct decode_cache *c = &vcpu->arch.emulate_ctxt.decode;
5063 memset(c, 0, sizeof(struct decode_cache));

Completed in 124 milliseconds