Home
last modified time | relevance | path

Searched defs:write_cr0 (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dcontrol_regs.h31 static inline void write_cr0(unsigned long val) in write_cr0() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dspecial_insns.h160 static inline void write_cr0(unsigned long x) in write_cr0() function
H A Dparavirt.h118 static inline void write_cr0(unsigned long x) in write_cr0() function
H A Dparavirt_types.h113 void (*write_cr0)(unsigned long); member