Searched refs:gs_base (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A Dsuspend_64.h23 unsigned long gs_base, gs_kernel_base, fs_base; member in struct:saved_context
H A Duser_64.h91 unsigned long gs_base; member in struct:user_regs_struct
H A Dprocessor.h449 char gs_base[40]; member in struct:irq_stack_union::__anon3080
/linux-4.1.27/arch/x86/power/
H A Dcpu.c96 rdmsrl(MSR_GS_BASE, ctxt->gs_base); __save_processor_state()
221 wrmsrl(MSR_GS_BASE, ctxt->gs_base); __restore_processor_state()
/linux-4.1.27/arch/x86/kernel/
H A Dptrace.c339 * setting gs_base has implicitly changed it, leave it. set_segment_reg()
440 case offsetof(struct user_regs_struct,gs_base): putreg()
486 case offsetof(struct user_regs_struct, gs_base): { offsetof()
/linux-4.1.27/arch/x86/kernel/cpu/
H A Dcommon.c395 wrmsrl(MSR_GS_BASE, (unsigned long)per_cpu(irq_stack_union.gs_base, cpu)); load_percpu_segment()
/linux-4.1.27/arch/x86/kvm/
H A Dsvm.c145 u64 gs_base; member in struct:vcpu_svm::__anon3170
1312 rdmsrl(MSR_GS_BASE, to_svm(vcpu)->host.gs_base); svm_vcpu_load()
3968 wrmsrl(MSR_GS_BASE, svm->host.gs_base); svm_vcpu_run()

Completed in 400 milliseconds