Home
last modified time | relevance | path

Searched refs:X86_CR0_PG (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/arch/x86/kernel/
Drelocate_kernel_32.S115 andl $~(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_TS | X86_CR0_EM), %eax
189 orl $X86_CR0_PG, %eax
Drelocate_kernel_64.S119 orl $(X86_CR0_PG | X86_CR0_PE), %eax
Dhead_32.S323 X86_CR0_PG)
324 movl $(CR0_STATE & ~X86_CR0_PG),%eax
Dhead_64.S217 X86_CR0_PG)
/linux-4.1.27/arch/x86/realmode/rm/
Dreboot.S31 andl $~X86_CR0_PG, %eax
/linux-4.1.27/arch/x86/include/uapi/asm/
Dprocessor-flags.h73 #define X86_CR0_PG _BITUL(X86_CR0_PG_BIT) macro
/linux-4.1.27/arch/x86/kvm/
Dx86.h77 return likely(kvm_read_cr0_bits(vcpu, X86_CR0_PG)); in is_paging()
Dvmx.c111 (KVM_VM_CR0_ALWAYS_ON_UNRESTRICTED_GUEST | X86_CR0_PG | X86_CR0_PE)
2605 #define VMXON_CR0_ALWAYSON (X86_CR0_PE | X86_CR0_PG | X86_CR0_NE) in vmx_get_vmx_msr()
3543 if (!(cr0 & X86_CR0_PG)) { in ept_update_paging_mode_cr0()
3585 if (!is_paging(vcpu) && (cr0 & X86_CR0_PG)) in vmx_set_cr0()
3587 if (is_paging(vcpu) && !(cr0 & X86_CR0_PG)) in vmx_set_cr0()
5241 always_on &= ~(X86_CR0_PE | X86_CR0_PG); in nested_cr0_valid()
9498 ((vmcs12->guest_cr0 & X86_CR0_PG) && in nested_vmx_run()
Dx86.c575 unsigned long update_bits = X86_CR0_PG | X86_CR0_WP | in kvm_set_cr0()
590 if ((cr0 & X86_CR0_PG) && !(cr0 & X86_CR0_PE)) in kvm_set_cr0()
593 if (!is_paging(vcpu) && (cr0 & X86_CR0_PG)) { in kvm_set_cr0()
610 if (!(cr0 & X86_CR0_PG) && kvm_read_cr4_bits(vcpu, X86_CR4_PCIDE)) in kvm_set_cr0()
615 if ((cr0 ^ old_cr0) & X86_CR0_PG) { in kvm_set_cr0()
Dsvm.c1559 if (!is_paging(vcpu) && (cr0 & X86_CR0_PG)) { in svm_set_cr0()
1564 if (is_paging(vcpu) && !(cr0 & X86_CR0_PG)) { in svm_set_cr0()
1573 cr0 |= X86_CR0_PG | X86_CR0_WP; in svm_set_cr0()
Demulate.c3589 if (((new_val & X86_CR0_PG) && !(new_val & X86_CR0_PE)) || in check_cr_write()
3596 if ((new_val & X86_CR0_PG) && (efer & EFER_LME) && in check_cr_write()
/linux-4.1.27/arch/x86/boot/compressed/
Dhead_64.S193 movl $(X86_CR0_PG | X86_CR0_PE), %eax /* Enable Paging and Protected mode */
/linux-4.1.27/arch/x86/include/asm/
Dkvm_host.h49 | X86_CR0_NW | X86_CR0_CD | X86_CR0_PG))