Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/power/
H A Dcpu.c225 loadsegment(ss, __KERNEL_DS); in __restore_processor_state()
226 loadsegment(ds, __USER_DS); in __restore_processor_state()
227 loadsegment(es, __USER_DS); in __restore_processor_state()
249 loadsegment(fs, __KERNEL_PERCPU); in __restore_processor_state()
260 loadsegment(ds, ctxt->es); in __restore_processor_state()
261 loadsegment(es, ctxt->es); in __restore_processor_state()
262 loadsegment(fs, ctxt->fs); in __restore_processor_state()
273 loadsegment(gs, ctxt->gs); in __restore_processor_state()
/linux-6.15/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()
310 loadsegment(ds, __USER_DS); in ia32_setup_frame()
311 loadsegment(es, __USER_DS); in ia32_setup_frame()
392 loadsegment(ds, __USER_DS); in ia32_setup_rt_frame()
393 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()
658 loadsegment(es, next->es); in __switch_to()
662 loadsegment(ds, next->ds); in __switch_to()
706 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()
207 loadsegment(gs, next->gs); in __switch_to()
H A Dfred.c44 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.c349 loadsegment(ds, __USER_DS); in x32_setup_rt_frame()
350 loadsegment(es, __USER_DS); in x32_setup_rt_frame()
H A Dapm_32.c553 loadsegment(fs, saved_fs); loadsegment(gs, saved_gs)
H A Dvm86_32.c154 loadsegment(gs, vm86->regs32.gs); in save_v86_state()
/linux-6.15/arch/x86/include/asm/
H A Dmmu_context.h199 loadsegment(gs, 0); \
206 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-6.15/arch/x86/platform/efi/
H A Defi_64.c478 loadsegment(ss, __KERNEL_DS); \
479 loadsegment(ds, __KERNEL_DS); \
480 loadsegment(es, __KERNEL_DS); \
484 loadsegment(ds, __ds); \
485 loadsegment(es, __es); \
/linux-6.15/arch/x86/kernel/cpu/
H A Dcommon.c773 loadsegment(fs, __KERNEL_PERCPU); in switch_gdt_and_percpu_base()
1796 loadsegment(fs, 0); in detect_null_seg_behavior()
2354 loadsegment(fs, 0); in cpu_init()
/linux-6.15/arch/x86/kvm/vmx/
H A Dvmx.c1372 loadsegment(gs, host_state->gs_sel); in vmx_prepare_switch_to_host()
1376 loadsegment(fs, host_state->fs_sel); in vmx_prepare_switch_to_host()
1379 loadsegment(ds, host_state->ds_sel); in vmx_prepare_switch_to_host()
1380 loadsegment(es, host_state->es_sel); in vmx_prepare_switch_to_host()
7518 loadsegment(ds, __USER_DS); in vmx_vcpu_run()
7519 loadsegment(es, __USER_DS); in vmx_vcpu_run()
/linux-6.15/arch/x86/xen/
H A Denlighten_pv.c645 loadsegment(fs, 0); in xen_load_tls()