Searched refs:MSR_IA32_KERNEL_GS_BASE (Results 1 – 3 of 3) sorted by relevance
151 ext_ctx->ia32_kernel_gs_base = msr_read(MSR_IA32_KERNEL_GS_BASE); in save_world_ctx()204 msr_write(MSR_IA32_KERNEL_GS_BASE, ext_ctx->ia32_kernel_gs_base); in load_world_ctx()
934 ectx->ia32_kernel_gs_base = msr_read(MSR_IA32_KERNEL_GS_BASE); in context_switch_out()952 msr_write(MSR_IA32_KERNEL_GS_BASE, ectx->ia32_kernel_gs_base); in context_switch_in()
369 #define MSR_IA32_KERNEL_GS_BASE 0xC0000102U macro
Completed in 9 milliseconds