Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/power/
A Dcpu.c224 loadsegment(ss, __KERNEL_DS); in __restore_processor_state()
225 loadsegment(ds, __USER_DS); in __restore_processor_state()
226 loadsegment(es, __USER_DS); in __restore_processor_state()
235 loadsegment(fs, __KERNEL_PERCPU); in __restore_processor_state()
246 loadsegment(ds, ctxt->es); in __restore_processor_state()
247 loadsegment(es, ctxt->es); in __restore_processor_state()
248 loadsegment(fs, ctxt->fs); in __restore_processor_state()
259 loadsegment(gs, ctxt->gs); in __restore_processor_state()
/linux-6.3-rc2/arch/x86/kernel/
A Dsignal_32.c48 loadsegment(fs, sc->fs | 0x03); in reload_segments()
51 loadsegment(ds, sc->ds | 0x03); in reload_segments()
54 loadsegment(es, sc->es | 0x03); in reload_segments()
116 loadsegment(gs, sc.gs); in ia32_restore_sigcontext()
286 loadsegment(ds, __USER_DS); in ia32_setup_frame()
287 loadsegment(es, __USER_DS); in ia32_setup_frame()
368 loadsegment(ds, __USER_DS); in ia32_setup_rt_frame()
369 loadsegment(es, __USER_DS); in ia32_setup_rt_frame()
A Dprocess_64.c288 loadsegment(fs, sel); in loadseg()
513 loadsegment(fs, __USER_DS); in start_thread_common()
517 loadsegment(fs, 0); in start_thread_common()
518 loadsegment(es, _ds); in start_thread_common()
519 loadsegment(ds, _ds); in start_thread_common()
607 loadsegment(es, next->es); in __switch_to()
611 loadsegment(ds, next->ds); in __switch_to()
655 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()
208 loadsegment(gs, next->gs); in __switch_to()
A Dldt.c127 loadsegment(ds, sel); in refresh_ldt_segments()
131 loadsegment(es, sel); in refresh_ldt_segments()
A Dsignal_64.c340 loadsegment(ds, __USER_DS); in x32_setup_rt_frame()
341 loadsegment(es, __USER_DS); in x32_setup_rt_frame()
A Dapm_32.c559 loadsegment(fs, saved_fs); loadsegment(gs, saved_gs)
A Dvm86_32.c154 loadsegment(gs, vm86->regs32.gs); in save_v86_state()
/linux-6.3-rc2/arch/x86/include/asm/
A Dmmu_context.h145 loadsegment(gs, 0); \
151 loadsegment(fs, 0); \
A Dgsseg.h60 loadsegment(gs, selector); in load_gs_index()
A Dsegment.h345 #define loadsegment(seg, value) __loadsegment_ ## seg (value) macro
/linux-6.3-rc2/arch/x86/platform/efi/
A Defi_64.c505 loadsegment(ss, __KERNEL_DS); \
506 loadsegment(ds, __KERNEL_DS); \
507 loadsegment(es, __KERNEL_DS); \
511 loadsegment(ds, __ds); \
512 loadsegment(es, __es); \
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dcommon.c771 loadsegment(fs, __KERNEL_PERCPU); in switch_gdt_and_percpu_base()
1685 loadsegment(fs, 0); in detect_null_seg_behavior()
2257 loadsegment(fs, 0); in cpu_init()
/linux-6.3-rc2/arch/x86/xen/
A Denlighten_pv.c518 loadsegment(fs, 0); in xen_load_tls()
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx.c1348 loadsegment(gs, host_state->gs_sel); in vmx_prepare_switch_to_host()
1352 loadsegment(fs, host_state->fs_sel); in vmx_prepare_switch_to_host()
1355 loadsegment(ds, host_state->ds_sel); in vmx_prepare_switch_to_host()
1356 loadsegment(es, host_state->es_sel); in vmx_prepare_switch_to_host()
7333 loadsegment(ds, __USER_DS); in vmx_vcpu_run()
7334 loadsegment(es, __USER_DS); in vmx_vcpu_run()

Completed in 46 milliseconds