Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/mtrr/
Dcyrix.c143 __write_cr4(cr4 & ~X86_CR4_PGE); in prepare_set()
175 __write_cr4(cr4); in post_set()
Dgeneric.c750 __write_cr4(cr4 & ~X86_CR4_PGE); in prepare_set()
779 __write_cr4(cr4); in post_set()
/Linux-v4.19/arch/x86/power/
Dcpu.c207 __write_cr4(ctxt->cr4); in __restore_processor_state()
212 __write_cr4(ctxt->cr4); in __restore_processor_state()
/Linux-v4.19/arch/x86/include/asm/
Dspecial_insns.h182 static inline void __write_cr4(unsigned long x) in __write_cr4() function
Dtlbflush.h299 __write_cr4(cr4); in __cr4_set()
Dparavirt.h75 static inline void __write_cr4(unsigned long x) in __write_cr4() function
/Linux-v4.19/arch/x86/kernel/
Dsmpboot.c220 __write_cr4(__read_cr4() | X86_CR4_PCIDE); in start_secondary()