Searched refs:current_cr0 (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/x86/lguest/
H A Dboot.c511 static unsigned long current_cr0; lguest_write_cr0() variable
515 current_cr0 = val; lguest_write_cr0()
520 return current_cr0; lguest_read_cr0()
531 current_cr0 &= ~X86_CR0_TS; lguest_clts()

Completed in 82 milliseconds