Searched refs:bits_missing (Results 1 – 1 of 1) sorted by relevance
370 unsigned long bits_missing = 0; in native_write_cr0() local377 bits_missing = X86_CR0_WP; in native_write_cr0()378 val |= bits_missing; in native_write_cr0()382 WARN_ONCE(bits_missing, "CR0 WP bit went missing!?\n"); in native_write_cr0()
Completed in 6 milliseconds