Home
last modified time | relevance | path

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

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