Searched refs:X86_CR4_PAE (Results 1 – 20 of 20) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/platform/pvh/ |
| H A D | head.S | 75 orl $X86_CR4_PAE, %eax 144 and $~X86_CR4_PAE, %eax
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | processor-flags.h | 55 #define X86_CR4_PAE 0x00000020 /* enable physical address extensions */ macro
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/i386/ |
| H A D | call64.S | 35 movl $(X86_CR4_PAE), %eax
|
| /OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/ |
| H A D | processor-flags.h | 102 #define X86_CR4_PAE _BITUL(X86_CR4_PAE_BIT) macro
|
| /OK3568_Linux_fs/kernel/arch/x86/boot/compressed/ |
| H A D | head_64.S | 162 orl $X86_CR4_PAE, %eax 637 movl $X86_CR4_PAE, %eax
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | relocate_kernel_64.S | 139 movl $X86_CR4_PAE, %eax
|
| H A D | head_64.S | 153 movl $(X86_CR4_PAE | X86_CR4_PGE), %ecx
|
| H A D | head_32.S | 221 testb $X86_CR4_PAE, %al # check if PAE is enabled
|
| H A D | setup.c | 147 __visible unsigned long mmu_cr4_features __ro_after_init = X86_CR4_PAE;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/include/x86_64/ |
| H A D | processor.h | 23 #define X86_CR4_PAE (1ul << 5) macro
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/ |
| H A D | x86.h | 136 return kvm_read_cr4_bits(vcpu, X86_CR4_PAE); in is_pae()
|
| H A D | x86.c | 1006 unsigned long pdptr_bits = X86_CR4_PGE | X86_CR4_PSE | X86_CR4_PAE | in kvm_set_cr4() 1014 if (!(cr4 & X86_CR4_PAE)) in kvm_set_cr4() 1018 } else if (is_paging(vcpu) && (cr4 & X86_CR4_PAE) in kvm_set_cr4() 9814 if (!(sregs->cr4 & X86_CR4_PAE) in kvm_valid_sregs()
|
| H A D | emulate.c | 2719 if (cr4 & X86_CR4_PAE) in em_rsm() 2720 ctxt->ops->set_cr(ctxt, 4, cr4 & ~X86_CR4_PAE); in em_rsm()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 142 #define KVM_PMODE_VM_CR4_ALWAYS_ON (X86_CR4_PAE | X86_CR4_VMXE) 143 #define KVM_RMODE_VM_CR4_ALWAYS_ON (X86_CR4_VME | X86_CR4_PAE | X86_CR4_VMXE) 3246 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4() 3248 } else if (!(cr4 & X86_CR4_PAE)) { in vmx_set_cr4() 3249 hw_cr4 &= ~X86_CR4_PAE; in vmx_set_cr4() 7256 cr4_fixed1_update(X86_CR4_PAE, edx, feature_bit(PAE)); in nested_vmx_cr_fixed1_bits_update()
|
| H A D | nested.c | 2914 if (CC(!(vmcs12->host_cr4 & X86_CR4_PAE))) in nested_vmx_check_host_state()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/x86_64/ |
| H A D | processor.c | 565 sregs.cr4 |= X86_CR4_PAE | X86_CR4_OSFXSR; in vcpu_setup()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | kvm_host.h | 99 | X86_CR4_PSE | X86_CR4_PAE | X86_CR4_MCE \
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/svm/ |
| H A D | nested.c | 276 if (!(vmcb12->save.cr4 & X86_CR4_PAE) || in nested_vmcb_check_save()
|
| H A D | svm.c | 1203 save->cr4 = X86_CR4_PAE; in init_vmcb() 1705 cr4 |= X86_CR4_PAE; in svm_set_cr4()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/ |
| H A D | mmu.c | 4598 else if (cr4 & X86_CR4_PAE) in shadow_mmu_init_context() 4718 kvm_read_cr4_bits(vcpu, X86_CR4_PAE), in init_kvm_softmmu()
|