| /openbmc/qemu/target/i386/tcg/ |
| H A D | seg_helper.c | 207 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 D | seg_helper.c | 49 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 D | smm_helper.c | 173 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 D | svm_helper.c | 83 cpu_x86_load_seg_cache(env, seg_reg, sc.selector, in svm_load_seg_cache()
|
| /openbmc/qemu/target/i386/tcg/user/ |
| H A D | seg_helper.c | 99 cpu_x86_load_seg_cache(env, seg_reg, selector, in cpu_x86_load_seg()
|
| /openbmc/qemu/target/i386/ |
| H A D | sev.c | 415 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 D | gdbstub.c | 255 cpu_x86_load_seg_cache(env, sreg, selector, base, limit, flags); in x86_cpu_gdb_load_seg()
|
| H A D | cpu.h | 2443 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 D | cpu.c | 8644 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()
|