Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/platform/olpc/
H A Dxo1-wakeup.S29 movl saved_cr4, %eax
65 movl %edx, saved_cr4
119 saved_cr4: .long 0 label
/linux-6.15/arch/x86/kernel/
H A Drelocate_kernel_64.S36 SYM_DATA_LOCAL(saved_cr4, .quad 0)
93 movq %r13, saved_cr4(%rip)
270 movq saved_cr4(%rip), %rax
/linux-6.15/arch/x86/kernel/cpu/
H A Dcacheinfo.c1034 static unsigned long saved_cr4; variable
1065 saved_cr4 = __read_cr4(); in cache_disable()
1066 __write_cr4(saved_cr4 & ~X86_CR4_PGE); in cache_disable()
1095 __write_cr4(saved_cr4); in cache_enable()