Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/platform/olpc/
Dxo1-wakeup.S29 movl saved_cr4, %eax
65 movl %edx, saved_cr4
119 saved_cr4: .long 0 label
/Linux-v6.6/arch/x86/kernel/cpu/
Dcacheinfo.c1059 static unsigned long saved_cr4; variable
1090 saved_cr4 = __read_cr4(); in cache_disable()
1091 __write_cr4(saved_cr4 & ~X86_CR4_PGE); in cache_disable()
1120 __write_cr4(saved_cr4); in cache_enable()