Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86hvf.h26 SegmentCache *qseg, bool is_tr);
27 void hvf_get_segment(SegmentCache *qseg, struct vmx_segment *vmx_seg);
H A Dx86hvf.c36 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 Dseg_helper.c49 SegmentCache *dt; in do_interrupt_user()
/openbmc/qemu/target/i386/
H A Dcpu.h1363 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 Dmachine.c22 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 Dcpu-dump.c99 const char *name, struct SegmentCache *sc) in cpu_x86_dump_seg_cache()
H A Darch_dump.c271 static void copy_segment(QEMUCPUSegment *d, SegmentCache *s) in copy_segment()
H A Dhelper.c566 SegmentCache *dt; in cpu_x86_get_descr_debug()
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c136 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 Dsvm_helper.c31 const SegmentCache *sc) in svm_save_seg()
56 SegmentCache *sc) in svm_load_seg()
80 SegmentCache sc; in svm_load_seg_cache()
H A Dsmm_helper.c40 SegmentCache *dt; in do_smm_enter()
/openbmc/qemu/target/i386/nvmm/
H A Dnvmm-all.c62 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 Dwhpx-all.c260 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 Dkvm.c3241 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()