Searched refs:SegmentCache (Results 1 - 7 of 7) sorted by relevance

/external/qemu/target-i386/
H A Dcpu.h507 typedef struct SegmentCache { struct
512 } SegmentCache; typedef in typeref:struct:SegmentCache
584 SegmentCache segs[6]; /* selector values */
585 SegmentCache ldt;
586 SegmentCache tr;
587 SegmentCache gdt; /* only base and limit are used */
588 SegmentCache idt; /* only base and limit are used */
721 SegmentCache *sc;
H A Dmachine.c9 static void cpu_put_seg(QEMUFile *f, SegmentCache *dt)
17 static void cpu_get_seg(QEMUFile *f, SegmentCache *dt)
H A Dhax-all.c662 static void set_v8086_seg(struct segment_desc_t *lhs, const SegmentCache *rhs)
678 static void get_seg(SegmentCache *lhs, const struct segment_desc_t *rhs)
694 static void set_seg(struct segment_desc_t *lhs, const SegmentCache *rhs)
H A Dkvm.c273 static void set_v8086_seg(struct kvm_segment *lhs, const SegmentCache *rhs)
289 static void set_seg(struct kvm_segment *lhs, const SegmentCache *rhs)
306 static void get_seg(SegmentCache *lhs, const struct kvm_segment *rhs)
H A Dop_helper.c140 SegmentCache *dt;
171 static inline void load_seg_cache_raw_dt(SegmentCache *sc, uint32_t e1, uint32_t e2)
285 SegmentCache *dt;
660 SegmentCache *dt;
885 SegmentCache *dt;
1130 SegmentCache *dt;
1167 SegmentCache *dt;
1386 SegmentCache *dt;
2016 SegmentCache *dt;
2063 SegmentCache *d
[all...]
H A Dhelper.c603 const char *name, struct SegmentCache *sc)
/external/qemu/
H A Dkqemu.c674 const SegmentCache *sc)
682 static inline void kqemu_save_seg(SegmentCache *sc,

Completed in 233 milliseconds