Searched refs:X86_CR0_PG (Results 1 – 13 of 13) sorted by relevance
/arch/x86/realmode/rm/ |
D | reboot.S | 31 andl $~X86_CR0_PG, %eax
|
/arch/x86/kernel/ |
D | relocate_kernel_32.S | 115 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax 189 orl $X86_CR0_PG, %eax
|
D | relocate_kernel_64.S | 119 orl $(X86_CR0_PG | X86_CR0_PE), %eax
|
D | head_32.S | 322 X86_CR0_PG) 323 movl $(CR0_STATE & ~X86_CR0_PG),%eax
|
D | head_64.S | 215 X86_CR0_PG)
|
/arch/x86/include/uapi/asm/ |
D | processor-flags.h | 71 #define X86_CR0_PG _BITUL(X86_CR0_PG_BIT) macro
|
/arch/x86/kvm/ |
D | x86.h | 79 return likely(kvm_read_cr0_bits(vcpu, X86_CR0_PG)); in is_paging()
|
D | vmx.c | 126 (KVM_VM_CR0_ALWAYS_ON_UNRESTRICTED_GUEST | X86_CR0_PG | X86_CR0_PE) 2800 #define VMXON_CR0_ALWAYSON (X86_CR0_PE | X86_CR0_PG | X86_CR0_NE) in vmx_get_vmx_msr() 3833 if (!(cr0 & X86_CR0_PG)) { in ept_update_paging_mode_cr0() 3875 if (!is_paging(vcpu) && (cr0 & X86_CR0_PG)) in vmx_set_cr0() 3877 if (is_paging(vcpu) && !(cr0 & X86_CR0_PG)) in vmx_set_cr0() 5627 always_on &= ~(X86_CR0_PE | X86_CR0_PG); in nested_cr0_valid() 10123 ((vmcs12->guest_cr0 & X86_CR0_PG) && in nested_vmx_run()
|
D | x86.c | 602 unsigned long update_bits = X86_CR0_PG | X86_CR0_WP; in kvm_set_cr0() 616 if ((cr0 & X86_CR0_PG) && !(cr0 & X86_CR0_PE)) in kvm_set_cr0() 619 if (!is_paging(vcpu) && (cr0 & X86_CR0_PG)) { in kvm_set_cr0() 636 if (!(cr0 & X86_CR0_PG) && kvm_read_cr4_bits(vcpu, X86_CR4_PCIDE)) in kvm_set_cr0() 641 if ((cr0 ^ old_cr0) & X86_CR0_PG) { in kvm_set_cr0() 6452 cr0 = vcpu->arch.cr0 & ~(X86_CR0_PE | X86_CR0_EM | X86_CR0_TS | X86_CR0_PG); in process_smi()
|
D | svm.c | 1520 if (!is_paging(vcpu) && (cr0 & X86_CR0_PG)) { in svm_set_cr0() 1525 if (is_paging(vcpu) && !(cr0 & X86_CR0_PG)) { in svm_set_cr0() 1534 cr0 |= X86_CR0_PG | X86_CR0_WP; in svm_set_cr0()
|
D | emulate.c | 2589 ctxt->ops->set_cr(ctxt, 0, cr0 & ~(X86_CR0_PG | X86_CR0_PE)); in em_rsm() 4105 if (((new_val & X86_CR0_PG) && !(new_val & X86_CR0_PE)) || in check_cr_write() 4112 if ((new_val & X86_CR0_PG) && (efer & EFER_LME) && in check_cr_write()
|
/arch/x86/boot/compressed/ |
D | head_64.S | 201 movl $(X86_CR0_PG | X86_CR0_PE), %eax /* Enable Paging and Protected mode */
|
/arch/x86/include/asm/ |
D | kvm_host.h | 51 | X86_CR0_NW | X86_CR0_CD | X86_CR0_PG))
|