Searched refs:SegmentCache (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/target/i386/hvf/ |
H A D | x86hvf.h | 26 SegmentCache *qseg, bool is_tr); 27 void hvf_get_segment(SegmentCache *qseg, struct vmx_segment *vmx_seg);
|
H A D | x86hvf.c | 36 SegmentCache *qseg, bool is_tr) in hvf_set_segment() 58 void hvf_get_segment(SegmentCache *qseg, struct vmx_segment *vmx_seg) in hvf_get_segment()
|
/openbmc/qemu/target/i386/tcg/user/ |
H A D | seg_helper.c | 49 SegmentCache *dt; in do_interrupt_user()
|
/openbmc/qemu/target/i386/ |
H A D | cpu.h | 1363 typedef struct SegmentCache { struct 1368 } SegmentCache; argument 1704 SegmentCache segs[6]; /* selector values */ 1705 SegmentCache ldt; 1706 SegmentCache tr; 1707 SegmentCache gdt; /* only base and limit are used */ 1708 SegmentCache idt; /* only base and limit are used */ 2262 SegmentCache *sc; in cpu_x86_load_seg_cache()
|
H A D | machine.c | 22 VMSTATE_UINT32(selector, SegmentCache), 23 VMSTATE_UINTTL(base, SegmentCache), 24 VMSTATE_UINT32(limit, SegmentCache), 25 VMSTATE_UINT32(flags, SegmentCache), 32 .size = sizeof(SegmentCache), \ 36 + type_check(SegmentCache,typeof_field(_state, _field)) \ 40 VMSTATE_STRUCT_ARRAY(_field, _state, _n, 0, vmstate_segment, SegmentCache)
|
H A D | cpu-dump.c | 99 const char *name, struct SegmentCache *sc) in cpu_x86_dump_seg_cache()
|
H A D | arch_dump.c | 271 static void copy_segment(QEMUCPUSegment *d, SegmentCache *s) in copy_segment()
|
H A D | helper.c | 566 SegmentCache *dt; in cpu_x86_get_descr_debug()
|
/openbmc/qemu/target/i386/tcg/ |
H A D | seg_helper.c | 136 SegmentCache *dt; in load_segment_ra() 177 static inline void load_seg_cache_raw_dt(SegmentCache *sc, uint32_t e1, in load_seg_cache_raw_dt() 322 SegmentCache *dt; in switch_tss_ra() 647 SegmentCache *dt; in do_interrupt_protected() 928 SegmentCache *dt; in do_interrupt64() 1119 SegmentCache *dt; in do_interrupt_real() 1250 SegmentCache *dt; in helper_lldt() 1304 SegmentCache *dt; in helper_ltr() 1370 SegmentCache *dt; in helper_load_seg()
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | svm_helper.c | 31 const SegmentCache *sc) in svm_save_seg() 56 SegmentCache *sc) in svm_load_seg() 80 SegmentCache sc; in svm_load_seg_cache()
|
H A D | smm_helper.c | 40 SegmentCache *dt; in do_smm_enter()
|
/openbmc/qemu/target/i386/nvmm/ |
H A D | nvmm-all.c | 62 nvmm_set_segment(struct nvmm_x64_state_seg *nseg, const SegmentCache *qseg) in nvmm_set_segment() 199 nvmm_get_segment(SegmentCache *qseg, const struct nvmm_x64_state_seg *nseg) in nvmm_get_segment()
|
/openbmc/qemu/target/i386/whpx/ |
H A D | whpx-all.c | 260 static WHV_X64_SEGMENT_REGISTER whpx_seg_q2h(const SegmentCache *qs, int v86, in whpx_seg_q2h() 288 static SegmentCache whpx_seg_h2q(const WHV_X64_SEGMENT_REGISTER *hs) in whpx_seg_h2q() 290 SegmentCache qs; in whpx_seg_h2q()
|
/openbmc/qemu/target/i386/kvm/ |
H A D | kvm.c | 3241 static void set_v8086_seg(struct kvm_segment *lhs, const SegmentCache *rhs) in set_v8086_seg() 3257 static void set_seg(struct kvm_segment *lhs, const SegmentCache *rhs) in set_seg() 3275 static void get_seg(SegmentCache *lhs, const struct kvm_segment *rhs) in get_seg()
|