Searched refs:saved_cr4 (Results 1 – 3 of 3) sorted by relevance
29 movl saved_cr4, %eax65 movl %edx, saved_cr4119 saved_cr4: .long 0 label
36 SYM_DATA_LOCAL(saved_cr4, .quad 0)93 movq %r13, saved_cr4(%rip)270 movq saved_cr4(%rip), %rax
1034 static unsigned long saved_cr4; variable1065 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()