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