Home
last modified time | relevance | path

Searched refs:cpu_x86_load_seg_cache (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c207 cpu_x86_load_seg_cache(env, seg, selector, (selector << 4), 0xffff, in load_seg_vm()
299 cpu_x86_load_seg_cache(env, seg_reg, selector, in tss_load_seg()
543 cpu_x86_load_seg_cache(env, i, new_segs[i], 0, 0, 0); in switch_tss_ra()
883 cpu_x86_load_seg_cache(env, R_ES, 0, 0, 0, 0); in do_interrupt_protected()
884 cpu_x86_load_seg_cache(env, R_DS, 0, 0, 0, 0); in do_interrupt_protected()
885 cpu_x86_load_seg_cache(env, R_FS, 0, 0, 0, 0); in do_interrupt_protected()
886 cpu_x86_load_seg_cache(env, R_GS, 0, 0, 0, 0); in do_interrupt_protected()
889 cpu_x86_load_seg_cache(env, R_SS, ss, sa.ss_base, in do_interrupt_protected()
895 cpu_x86_load_seg_cache(env, R_CS, selector, in do_interrupt_protected()
1071 cpu_x86_load_seg_cache(env, R_SS, ss, 0, 0, dpl << DESC_DPL_SHIFT); in do_interrupt64()
[all …]
/openbmc/qemu/target/i386/tcg/system/
H A Dseg_helper.c49 cpu_x86_load_seg_cache(env, R_CS, selector & 0xfffc, in helper_syscall()
55 cpu_x86_load_seg_cache(env, R_SS, (selector + 8) & 0xfffc, in helper_syscall()
71 cpu_x86_load_seg_cache(env, R_CS, selector & 0xfffc, in helper_syscall()
76 cpu_x86_load_seg_cache(env, R_SS, (selector + 8) & 0xfffc, in helper_syscall()
H A Dsmm_helper.c173 cpu_x86_load_seg_cache(env, R_CS, (env->smbase >> 4) & 0xffff, env->smbase, in do_smm_enter()
177 cpu_x86_load_seg_cache(env, R_DS, 0, 0, 0xffffffff, in do_smm_enter()
180 cpu_x86_load_seg_cache(env, R_ES, 0, 0, 0xffffffff, in do_smm_enter()
183 cpu_x86_load_seg_cache(env, R_SS, 0, 0, 0xffffffff, in do_smm_enter()
186 cpu_x86_load_seg_cache(env, R_FS, 0, 0, 0xffffffff, in do_smm_enter()
189 cpu_x86_load_seg_cache(env, R_GS, 0, 0, 0xffffffff, in do_smm_enter()
245 cpu_x86_load_seg_cache(env, i, in helper_rsm()
296 cpu_x86_load_seg_cache(env, i, in helper_rsm()
H A Dsvm_helper.c83 cpu_x86_load_seg_cache(env, seg_reg, sc.selector, in svm_load_seg_cache()
/openbmc/qemu/target/i386/tcg/user/
H A Dseg_helper.c99 cpu_x86_load_seg_cache(env, seg_reg, selector, in cpu_x86_load_seg()
/openbmc/qemu/target/i386/
H A Dsev.c415 cpu_x86_load_seg_cache( in sev_apply_cpu_context()
419 cpu_x86_load_seg_cache( in sev_apply_cpu_context()
423 cpu_x86_load_seg_cache( in sev_apply_cpu_context()
427 cpu_x86_load_seg_cache( in sev_apply_cpu_context()
431 cpu_x86_load_seg_cache( in sev_apply_cpu_context()
435 cpu_x86_load_seg_cache( in sev_apply_cpu_context()
449 cpu_x86_load_seg_cache( in sev_apply_cpu_context()
453 cpu_x86_load_seg_cache( in sev_apply_cpu_context()
H A Dgdbstub.c255 cpu_x86_load_seg_cache(env, sreg, selector, base, limit, flags); in x86_cpu_gdb_load_seg()
H A Dcpu.h2443 static inline void cpu_x86_load_seg_cache(CPUX86State *env, in cpu_x86_load_seg_cache() function
2523 cpu_x86_load_seg_cache(env, R_CS, sipi_vector << 8, in cpu_x86_load_seg_cache_sipi()
H A Dcpu.c8644 cpu_x86_load_seg_cache(env, R_CS, 0xf000, 0xffff0000, 0xffff, in x86_cpu_reset_hold()
8647 cpu_x86_load_seg_cache(env, R_DS, 0, 0, 0xffff, in x86_cpu_reset_hold()
8650 cpu_x86_load_seg_cache(env, R_ES, 0, 0, 0xffff, in x86_cpu_reset_hold()
8653 cpu_x86_load_seg_cache(env, R_SS, 0, 0, 0xffff, in x86_cpu_reset_hold()
8656 cpu_x86_load_seg_cache(env, R_FS, 0, 0, 0xffff, in x86_cpu_reset_hold()
8659 cpu_x86_load_seg_cache(env, R_GS, 0, 0, 0xffff, in x86_cpu_reset_hold()