Searched refs:gs_base (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/arch/x86/include/asm/ |
H A D | suspend_64.h | 23 unsigned long gs_base, gs_kernel_base, fs_base; member in struct:saved_context
|
H A D | user_64.h | 91 unsigned long gs_base; member in struct:user_regs_struct
|
H A D | processor.h | 449 char gs_base[40]; member in struct:irq_stack_union::__anon3080
|
/linux-4.1.27/arch/x86/power/ |
H A D | cpu.c | 96 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 D | ptrace.c | 339 * 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 D | common.c | 395 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 D | svm.c | 145 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