Searched refs:MSR_FS_BASE (Results 1 – 4 of 4) sorted by relevance
84 rdmsrl(MSR_FS_BASE, saved_context.fs_base); in save_processor_state()123 wrmsrl(MSR_FS_BASE, saved_context.fs_base); in restore_processor_state()
399 rdmsrl(MSR_FS_BASE, fs); in __show_regs()609 wrmsrl(MSR_FS_BASE, next->fs); in __switch_to()786 ret = checking_wrmsrl(MSR_FS_BASE, addr); in sys_arch_prctl()791 rdmsrl(MSR_FS_BASE, tmp); in sys_arch_prctl()
224 wrmsrl(MSR_FS_BASE, 0); in cpu_init()
78 #define MSR_FS_BASE 0xc0000100 /* 64bit GS base */ macro