Searched refs:boot_pat_state (Results 1 - 1 of 1) sorted by relevance

/arch/x86/mm/
H A Dpat.c67 static u64 __read_mostly boot_pat_state; variable
83 bool boot_cpu = !boot_pat_state;
89 if (!boot_pat_state) {
121 if (!boot_pat_state)
122 rdmsrl(MSR_IA32_CR_PAT, boot_pat_state);
128 smp_processor_id(), boot_pat_state, pat);

Completed in 46 milliseconds