Home
last modified time | relevance | path

Searched refs:MSR_IA32_KERNEL_GS_BASE (Results 1 – 3 of 3) sorted by relevance

/hypervisor/arch/x86/guest/
A Dtrusty.c151 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()
A Dvcpu.c934 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()
/hypervisor/include/arch/x86/asm/
A Dmsr.h369 #define MSR_IA32_KERNEL_GS_BASE 0xC0000102U macro

Completed in 9 milliseconds