Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/cpu/
Dcentaur.c115 u32 lo, hi, newlo; in init_centaur() local
163 newlo = (lo|fcr_set) & (~fcr_clr); in init_centaur()
165 if (newlo != lo) { in init_centaur()
167 lo, newlo); in init_centaur()
168 wrmsr(MSR_IDT_FCR1, newlo, hi); in init_centaur()