Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/mtrr/
Dcyrix.c144 __write_cr4(cr4 & ~X86_CR4_PGE); in prepare_set()
176 __write_cr4(cr4); in post_set()
Dgeneric.c759 __write_cr4(cr4 & ~X86_CR4_PGE); in prepare_set()
791 __write_cr4(cr4); in post_set()
/arch/x86/include/asm/
Dspecial_insns.h177 static inline void __write_cr4(unsigned long x) in __write_cr4() function
Dtlbflush.h289 __write_cr4(cr4); in __cr4_set()
Dparavirt.h137 static inline void __write_cr4(unsigned long x) in __write_cr4() function
/arch/x86/power/
Dcpu.c204 __write_cr4(ctxt->cr4); in __restore_processor_state()
208 __write_cr4(ctxt->cr4); in __restore_processor_state()
/arch/x86/kernel/cpu/
Dcommon.c420 __write_cr4(cr4); in cr4_init()