| /linux-6.15/arch/x86/power/ |
| H A D | cpu.c | 225 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 D | signal_32.c | 77 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 D | process_64.c | 313 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 D | tls.c | 159 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 D | process_32.c | 114 loadsegment(gs, 0); in start_thread() 207 loadsegment(gs, next->gs); in __switch_to()
|
| H A D | fred.c | 44 loadsegment(ss, __KERNEL_DS); in cpu_init_fred_exceptions()
|
| H A D | ldt.c | 127 loadsegment(ds, sel); in refresh_ldt_segments() 131 loadsegment(es, sel); in refresh_ldt_segments()
|
| H A D | signal_64.c | 349 loadsegment(ds, __USER_DS); in x32_setup_rt_frame() 350 loadsegment(es, __USER_DS); in x32_setup_rt_frame()
|
| H A D | apm_32.c | 553 loadsegment(fs, saved_fs); loadsegment(gs, saved_gs)
|
| H A D | vm86_32.c | 154 loadsegment(gs, vm86->regs32.gs); in save_v86_state()
|
| /linux-6.15/arch/x86/include/asm/ |
| H A D | mmu_context.h | 199 loadsegment(gs, 0); \ 206 loadsegment(fs, 0); \
|
| H A D | gsseg.h | 60 loadsegment(gs, selector); in load_gs_index()
|
| H A D | segment.h | 345 #define loadsegment(seg, value) __loadsegment_ ## seg (value) macro
|
| /linux-6.15/arch/x86/platform/efi/ |
| H A D | efi_64.c | 478 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 D | common.c | 773 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 D | vmx.c | 1372 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 D | enlighten_pv.c | 645 loadsegment(fs, 0); in xen_load_tls()
|