Searched refs:SegmentCache (Results 1 – 7 of 7) sorted by relevance
/external/qemu/target-i386/ |
D | cpu.h | 507 typedef struct SegmentCache { struct 512 } SegmentCache; argument 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; in cpu_x86_load_seg_cache()
|
D | machine.c | 9 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()
|
D | hax-all.c | 662 static void set_v8086_seg(struct segment_desc_t *lhs, const SegmentCache *rhs) in set_v8086_seg() 678 static void get_seg(SegmentCache *lhs, const struct segment_desc_t *rhs) in get_seg() 694 static void set_seg(struct segment_desc_t *lhs, const SegmentCache *rhs) in set_seg()
|
D | kvm.c | 273 static void set_v8086_seg(struct kvm_segment *lhs, const SegmentCache *rhs) in set_v8086_seg() 289 static void set_seg(struct kvm_segment *lhs, const SegmentCache *rhs) in set_seg() 306 static void get_seg(SegmentCache *lhs, const struct kvm_segment *rhs) in get_seg()
|
D | op_helper.c | 140 SegmentCache *dt; in load_segment() 171 static inline void load_seg_cache_raw_dt(SegmentCache *sc, uint32_t e1, uint32_t e2) in load_seg_cache_raw_dt() 285 SegmentCache *dt; in switch_tss() 660 SegmentCache *dt; in do_interrupt_protected() 885 SegmentCache *dt; in do_interrupt64() 1130 SegmentCache *dt; in do_interrupt_real() 1167 SegmentCache *dt; in do_interrupt_user() 1386 SegmentCache *dt; in do_smm_enter() 2016 SegmentCache *dt; in helper_lldt() 2063 SegmentCache *dt; in helper_ltr() [all …]
|
D | helper.c | 603 const char *name, struct SegmentCache *sc) in cpu_x86_dump_seg_cache()
|
/external/qemu/ |
D | kqemu.c | 674 const SegmentCache *sc) in kqemu_load_seg() 682 static inline void kqemu_save_seg(SegmentCache *sc, in kqemu_save_seg()
|