Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/platform/olpc/
Dxo1-wakeup.S29 movl saved_cr4, %eax
65 movl %edx, saved_cr4
119 saved_cr4: .long 0 label
/linux-6.12.1/arch/x86/kernel/cpu/
Dcacheinfo.c1050 static unsigned long saved_cr4; variable
1081 saved_cr4 = __read_cr4(); in cache_disable()
1082 __write_cr4(saved_cr4 & ~X86_CR4_PGE); in cache_disable()
1111 __write_cr4(saved_cr4); in cache_enable()