Home
last modified time | relevance | path

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

/linux/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/arch/x86/kernel/cpu/
H A Dcacheinfo.c647 static unsigned long saved_cr4; variable
680 saved_cr4 = __read_cr4(); in cache_disable()
681 __write_cr4(saved_cr4 & ~X86_CR4_PGE); in cache_disable()
708 __write_cr4(saved_cr4); in cache_enable()
/linux/arch/x86/kernel/
H A Drelocate_kernel_64.S36 SYM_DATA_LOCAL(saved_cr4, .quad 0)
107 movq %r13, saved_cr4(%rip)
313 movq saved_cr4(%rip), %rax