Home
last modified time | relevance | path

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

/arch/x86/power/
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()
/arch/x86/kernel/
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()
A Dprocess_64.c314 loadsegment(fs, sel); in loadseg()
539 loadsegment(fs, __USER_DS); in start_thread_common()
545 loadsegment(fs, 0); in start_thread_common()
546 loadsegment(es, _ds); in start_thread_common()
547 loadsegment(ds, _ds); in start_thread_common()
658 loadsegment(es, next->es); in __switch_to()
662 loadsegment(ds, next->ds); in __switch_to()
704 loadsegment(ss, __KERNEL_DS); in __switch_to()
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()
A Dprocess_32.c114 loadsegment(gs, 0); in start_thread()
206 loadsegment(gs, next->gs); in __switch_to()
A Dfred.c45 loadsegment(ss, __KERNEL_DS); in cpu_init_fred_exceptions()
A Dldt.c127 loadsegment(ds, sel); in refresh_ldt_segments()
131 loadsegment(es, sel); in refresh_ldt_segments()
A Dsignal_64.c351 loadsegment(ds, __USER_DS); in x32_setup_rt_frame()
352 loadsegment(es, __USER_DS); in x32_setup_rt_frame()
A Dapm_32.c553 loadsegment(fs, saved_fs); loadsegment(gs, saved_gs)
A Dvm86_32.c154 loadsegment(gs, vm86->regs32.gs); in save_v86_state()
/arch/x86/include/asm/
A Dgsseg.h60 loadsegment(gs, selector); in load_gs_index()
A Dmmu_context.h199 loadsegment(gs, 0); \
206 loadsegment(fs, 0); \
A Dsegment.h345 #define loadsegment(seg, value) __loadsegment_ ## seg (value) macro
/arch/x86/platform/efi/
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); \
/arch/x86/kernel/cpu/
A Dcommon.c775 loadsegment(fs, __KERNEL_PERCPU); in switch_gdt_and_percpu_base()
1848 loadsegment(fs, 0); in detect_null_seg_behavior()
2402 loadsegment(fs, 0); in cpu_init()
/arch/x86/kvm/vmx/
A Dvmx.c1326 loadsegment(gs, host_state->gs_sel); in vmx_prepare_switch_to_host()
1330 loadsegment(fs, host_state->fs_sel); in vmx_prepare_switch_to_host()
1333 loadsegment(ds, host_state->ds_sel); in vmx_prepare_switch_to_host()
1334 loadsegment(es, host_state->es_sel); in vmx_prepare_switch_to_host()
7369 loadsegment(ds, __USER_DS); in vmx_vcpu_run()
7370 loadsegment(es, __USER_DS); in vmx_vcpu_run()
/arch/x86/xen/
A Denlighten_pv.c646 loadsegment(fs, 0); in xen_load_tls()

Completed in 43 milliseconds