Searched refs:shadowgs (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/x86/kernel/ |
D | process_64.c | 61 unsigned long cr0 = 0L, cr2 = 0L, cr3 = 0L, cr4 = 0L, fs, gs, shadowgs; in __show_regs() local 89 rdmsrl(MSR_KERNEL_GS_BASE, shadowgs); in __show_regs() 100 fs, fsindex, gs, gsindex, shadowgs); in __show_regs()
|