Home
last modified time | relevance | path

Searched refs:loadsegment (Results 1 – 17 of 17) sorted by relevance

/linux/arch/x86/power/
H A Dcpu.c226 loadsegment(ss, __KERNEL_DS); in __restore_processor_state()
227 loadsegment(ds, __USER_DS); in __restore_processor_state()
228 loadsegment(es, __USER_DS); in __restore_processor_state()
250 loadsegment(fs, __KERNEL_PERCPU); in __restore_processor_state()
261 loadsegment(ds, ctxt->es); in __restore_processor_state()
262 loadsegment(es, ctxt->es); in __restore_processor_state()
263 loadsegment(fs, ctxt->fs); in __restore_processor_state()
274 loadsegment(gs, ctxt->gs); in __restore_processor_state()
/linux/arch/x86/kernel/
H A Dsignal_32.c77 loadsegment(fs, fixup_rpl(sc->fs)); in reload_segments()
81 loadsegment(ds, fixup_rpl(sc->ds)); in reload_segments()
84 loadsegment(es, fixup_rpl(sc->es)); in reload_segments()
140 loadsegment(gs, fixup_rpl(sc.gs)); in ia32_restore_sigcontext()
314 loadsegment(ds, __USER_DS); in ia32_setup_frame()
315 loadsegment(es, __USER_DS); in ia32_setup_frame()
396 loadsegment(ds, __USER_DS); in ia32_setup_rt_frame()
397 loadsegment(es, __USER_DS); in ia32_setup_rt_frame()
H A Dprocess_64.c313 loadsegment(fs, sel); in loadseg()
538 loadsegment(fs, __USER_DS); in start_thread_common()
544 loadsegment(fs, 0); in start_thread_common()
545 loadsegment(es, _ds); in start_thread_common()
546 loadsegment(ds, _ds); in start_thread_common()
657 loadsegment(es, next->es); in __switch_to()
661 loadsegment(ds, next->ds); in __switch_to()
703 loadsegment(ss, __KERNEL_DS); in __switch_to()
H A Dtls.c159 loadsegment(ds, sel); in do_set_thread_area()
163 loadsegment(es, sel); in do_set_thread_area()
167 loadsegment(fs, sel); in do_set_thread_area()
H A Dprocess_32.c114 loadsegment(gs, 0); in start_thread()
206 loadsegment(gs, next->gs); in __switch_to()
H A Dfred.c45 loadsegment(ss, __KERNEL_DS); in cpu_init_fred_exceptions()
H A Dldt.c127 loadsegment(ds, sel); in refresh_ldt_segments()
131 loadsegment(es, sel); in refresh_ldt_segments()
H A Dsignal_64.c351 loadsegment(ds, __USER_DS); in x32_setup_rt_frame()
352 loadsegment(es, __USER_DS); in x32_setup_rt_frame()
H A Dapm_32.c552 loadsegment(fs, saved_fs); loadsegment(gs, saved_gs)
H A Dvm86_32.c154 loadsegment(gs, vm86->regs32.gs); in save_v86_state()
/linux/arch/x86/platform/efi/
H A Defi_64.c476 loadsegment(ss, __KERNEL_DS); \
477 loadsegment(ds, __KERNEL_DS); \
478 loadsegment(es, __KERNEL_DS); \
482 loadsegment(ds, __ds); \
483 loadsegment(es, __es); \
/linux/arch/x86/include/asm/
H A Dmmu_context.h197 loadsegment(gs, 0); \
204 loadsegment(fs, 0); \
H A Dgsseg.h60 loadsegment(gs, selector); in load_gs_index()
H A Dsegment.h345 #define loadsegment(seg, value) __loadsegment_ ## seg (value) macro
/linux/arch/x86/kernel/cpu/
H A Dcommon.c818 loadsegment(fs, __KERNEL_PERCPU); in switch_gdt_and_percpu_base()
1920 loadsegment(fs, 0); in detect_null_seg_behavior()
2480 loadsegment(fs, 0); in cpu_init()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c1441 loadsegment(gs, host_state->gs_sel); in vmx_prepare_switch_to_host()
1445 loadsegment(fs, host_state->fs_sel); in vmx_prepare_switch_to_host()
1448 loadsegment(ds, host_state->ds_sel); in vmx_prepare_switch_to_host()
1449 loadsegment(es, host_state->es_sel); in vmx_prepare_switch_to_host()
7722 loadsegment(ds, __USER_DS); in vmx_vcpu_run()
7723 loadsegment(es, __USER_DS); in vmx_vcpu_run()
/linux/arch/x86/xen/
H A Denlighten_pv.c644 loadsegment(fs, 0); in xen_load_tls()