Home
last modified time | relevance | path

Searched refs:SegmentCache (Results 1 – 8 of 8) sorted by relevance

/external/qemu/target-i386/
Dcpu.h664 typedef struct SegmentCache { struct
669 } SegmentCache; argument
754 SegmentCache segs[6]; /* selector values */
755 SegmentCache ldt;
756 SegmentCache tr;
757 SegmentCache gdt; /* only base and limit are used */
758 SegmentCache idt; /* only base and limit are used */
879 SegmentCache *sc; in cpu_x86_load_seg_cache()
Dmachine.c9 static void cpu_put_seg(QEMUFile *f, SegmentCache *dt) in cpu_put_seg()
17 static void cpu_get_seg(QEMUFile *f, SegmentCache *dt) in cpu_get_seg()
Dseg_helper.c46 SegmentCache *dt; in load_segment()
77 static inline void load_seg_cache_raw_dt(SegmentCache *sc, uint32_t e1, uint32_t e2) in load_seg_cache_raw_dt()
193 SegmentCache *dt; in switch_tss()
498 SegmentCache *dt; in do_interrupt_protected()
724 SegmentCache *dt; in do_interrupt64()
962 SegmentCache *dt; in do_interrupt_real()
1001 SegmentCache *dt; in do_interrupt_user()
1224 SegmentCache *dt; in helper_lldt()
1271 SegmentCache *dt; in helper_ltr()
1329 SegmentCache *dt; in helper_load_seg()
Dsvm_helper.c77 const SegmentCache *sc) in svm_save_seg()
89 static inline void svm_load_seg(hwaddr addr, SegmentCache *sc) in svm_load_seg()
103 SegmentCache sc1, *sc = &sc1; in svm_load_seg_cache()
Dhax-all.c666 static void set_v8086_seg(struct segment_desc_t *lhs, const SegmentCache *rhs) in set_v8086_seg()
682 static void get_seg(SegmentCache *lhs, const struct segment_desc_t *rhs) in get_seg()
698 static void set_seg(struct segment_desc_t *lhs, const SegmentCache *rhs) in set_seg()
Dkvm.c275 static void set_v8086_seg(struct kvm_segment *lhs, const SegmentCache *rhs) in set_v8086_seg()
291 static void set_seg(struct kvm_segment *lhs, const SegmentCache *rhs) in set_seg()
308 static void get_seg(SegmentCache *lhs, const struct kvm_segment *rhs) in get_seg()
Dsmm_helper.c46 SegmentCache *dt; in do_smm_enter()
Dhelper.c603 const char *name, struct SegmentCache *sc) in cpu_x86_dump_seg_cache()