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