Searched defs:MSR_IA32_GS_BASE (Results 1 - 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
H A DArchitecturalMsr.h6362 @param ECX MSR_IA32_GS_BASE (0xC0000101)
6370 Msr = AsmReadMsr64 (MSR_IA32_GS_BASE);
6371 AsmWriteMsr64 (MSR_IA32_GS_BASE, Msr);
6373 @note MSR_IA32_GS_BASE is defined as IA32_GS_BASE in SDM.
6375 #define MSR_IA32_GS_BASE 0xC0000101 macro

Completed in 20 milliseconds