native_write_cr0
void native_write_cr0(unsigned long val);
native_write_cr0(x);
EXPORT_SYMBOL(native_write_cr0);
.cpu.write_cr0 = native_write_cr0,