Searched refs:SegmentCache (Results 1 – 15 of 15) 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 | 48 SegmentCache *dt; in do_interrupt_user()
|
| /openbmc/qemu/target/i386/ |
| 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.h | 1526 typedef struct SegmentCache { struct 1531 } SegmentCache; argument 1854 SegmentCache segs[6]; /* selector values */ 1855 SegmentCache ldt; 1856 SegmentCache tr; 1857 SegmentCache gdt; /* only base and limit are used */ 1858 SegmentCache idt; /* only base and limit are used */ 2449 SegmentCache *sc; in cpu_x86_load_seg_cache()
|
| H A D | cpu-dump.c | 98 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 | 569 SegmentCache *dt; in cpu_x86_get_descr_debug()
|
| H A D | sev.c | 2174 static void seg_to_vmsa(const SegmentCache *cpu_seg, struct vmcb_seg *vmsa_seg) in seg_to_vmsa() 2243 SegmentCache cs; in sev_es_set_ap_context()
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | seg_helper.c | 153 SegmentCache *dt; in load_segment_ra() 194 static inline void load_seg_cache_raw_dt(SegmentCache *sc, uint32_t e1, in load_seg_cache_raw_dt() 339 SegmentCache *dt; in switch_tss_ra() 689 SegmentCache *dt; in do_interrupt_protected() 953 SegmentCache *dt; in do_interrupt64() 1144 SegmentCache *dt; in do_interrupt_real() 1275 SegmentCache *dt; in helper_lldt() 1329 SegmentCache *dt; in helper_ltr() 1395 SegmentCache *dt; in helper_load_seg()
|
| /openbmc/qemu/target/i386/tcg/system/ |
| 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 | 64 nvmm_set_segment(struct nvmm_x64_state_seg *nseg, const SegmentCache *qseg) in nvmm_set_segment() 201 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 | 262 static WHV_X64_SEGMENT_REGISTER whpx_seg_q2h(const SegmentCache *qs, int v86, in whpx_seg_q2h() 290 static SegmentCache whpx_seg_h2q(const WHV_X64_SEGMENT_REGISTER *hs) in whpx_seg_h2q() 292 SegmentCache qs; in whpx_seg_h2q()
|
| /openbmc/qemu/target/i386/kvm/ |
| H A D | kvm.c | 3397 static void set_v8086_seg(struct kvm_segment *lhs, const SegmentCache *rhs) in set_v8086_seg() 3413 static void set_seg(struct kvm_segment *lhs, const SegmentCache *rhs) in set_seg() 3431 static void get_seg(SegmentCache *lhs, const struct kvm_segment *rhs) in get_seg()
|