Searched refs:X86_CR4_PGE (Results 1 – 15 of 15) sorted by relevance
/linux/arch/x86/mm/ |
H A D | mem_encrypt_boot.S | 103 andq $~X86_CR4_PGE, %rdx 105 orq $X86_CR4_PGE, %rdx
|
H A D | init.c | 246 cr4_set_bits_and_update_boot(X86_CR4_PGE); in probe_page_size_mask()
|
/linux/arch/x86/power/ |
H A D | hibernate_asm_64.S | 35 andq $~(X86_CR4_PGE), %rdx 126 andq $~(X86_CR4_PGE), %rcx
|
H A D | hibernate_asm_32.S | 56 andl $~(X86_CR4_PGE), %ecx
|
/linux/arch/x86/kernel/acpi/ |
H A D | madt_playdead.S | 19 andq $~(X86_CR4_PGE), %rdx
|
/linux/arch/x86/kernel/ |
H A D | sev_verify_cbit.S | 39 andq $(~X86_CR4_PGE), %rdx
|
H A D | relocate_kernel_64.S | 79 andq $~(X86_CR4_PGE), %r12
|
/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | cyrix.c | 144 __write_cr4(cr4 & ~X86_CR4_PGE); in prepare_set()
|
/linux/tools/testing/selftests/kvm/x86_64/ |
H A D | set_sregs_test.c |
|
/linux/arch/x86/include/uapi/asm/ |
H A D | processor-flags.h | 110 #define X86_CR4_PGE _BITUL(X86_CR4_PGE_BIT) macro
|
/linux/arch/x86/kernel/cpu/ |
H A D | cacheinfo.c | 1081 __write_cr4(saved_cr4 & ~X86_CR4_PGE); in cache_disable()
|
/linux/arch/x86/xen/ |
H A D | enlighten_pv.c | 1016 cr4 &= ~(X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PCE); in xen_write_cr4()
|
/linux/arch/x86/include/asm/ |
H A D | kvm_host.h | 136 | X86_CR4_PGE | X86_CR4_PCE | X86_CR4_OSFXSR | X86_CR4_PCIDE \
|
/linux/arch/x86/kvm/vmx/ |
H A D | vmx.c | 7739 cr4_fixed1_update(X86_CR4_PGE, edx, feature_bit(PGE)); in nested_vmx_cr_fixed1_bits_update()
|
/linux/arch/x86/kvm/ |
H A D | x86.c | 1315 if (((cr4 ^ old_cr4) & X86_CR4_PGE) || in kvm_post_set_cr4()
|