Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvmdebug.c115 if ( (cr0 & X86_CR0_PG) && in svm_vmcb_isvalid()
141 if ( (efer & EFER_LME) && (cr0 & X86_CR0_PG) ) in svm_vmcb_isvalid()
149 if ( (efer & EFER_LME) && (cr0 & X86_CR0_PG) && (cr4 & X86_CR4_PAE) && in svm_vmcb_isvalid()
A Dsvm.c295 if ( c->cr0 & X86_CR0_PG ) in svm_vmcb_restore()
307 if ( v->arch.hvm_vcpu.guest_cr[0] & X86_CR0_PG ) in svm_vmcb_restore()
556 value |= X86_CR0_PG | X86_CR0_WP; in svm_update_guest_cr()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dkexec_reloc.S58 orl $(X86_CR0_PG | X86_CR0_PE), %eax
156 andl $~X86_CR0_PG, %eax
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dx86-defns.h43 #define X86_CR0_PG 0x80000000 /* Paging (RW) */ macro
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dtrampoline.S144 mov $(X86_CR0_PG | X86_CR0_AM | X86_CR0_WP | X86_CR0_NE |\
A Dhead.S372 and $(~X86_CR0_PG),%edx
/xen-4.10.0-shim-comet/tools/fuzz/x86_instruction_emulator/
A Dfuzz-emul.c508 (c->cr[0] & X86_CR0_PG) ) in fuzz_read_msr()
783 if ( c->cr[0] & X86_CR0_PG ) in sanitize_input()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhvm.c928 X86_CR0_CD | X86_CR0_PG)))
993 ((ctxt.cr0 & (X86_CR0_PE|X86_CR0_PG)) == X86_CR0_PG) ) in hvm_load_cpu_ctxt()
1007 errstr = hvm_efer_valid(v, ctxt.msr_efer, MASK_EXTR(ctxt.cr0, X86_CR0_PG)); in hvm_load_cpu_ctxt()
2209 (value & (X86_CR0_PE | X86_CR0_PG)) == X86_CR0_PG ) in hvm_set_cr0()
2227 if ( (value & X86_CR0_PG) && !(old_value & X86_CR0_PG) ) in hvm_set_cr0()
2262 else if ( !(value & X86_CR0_PG) && (old_value & X86_CR0_PG) ) in hvm_set_cr0()
2294 if ( (value ^ old_value) & X86_CR0_PG ) { in hvm_set_cr0()
3879 if ( v->arch.hvm_vcpu.guest_cr[0] & X86_CR0_PG ) in hvm_vcpu_reset_state()
A Ddomain.c225 if ( !(regs->cr0 & X86_CR0_PG) ) in arch_set_info_hvm_guest()
A Demulate.c690 if ( !(curr->arch.hvm_vcpu.guest_cr[0] & X86_CR0_PG) ) in hvmemul_linear_to_phys()
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/
A Dhvm.h286 (!!((v)->arch.hvm_vcpu.guest_cr[0] & X86_CR0_PG))
/xen-4.10.0-shim-comet/xen/arch/x86/efi/
A Defi-boot.h245 X86_CR0_AM | X86_CR0_PG); in efi_arch_post_exit_boot()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmx.c772 if ( cr0 & X86_CR0_PG ) in vmx_restore_cr0_cr3()
1551 hw_cr0_mask |= X86_CR0_PG | X86_CR0_PE; in vmx_update_guest_cr()
A Dvvmx.c2129 data = X86_CR0_PE | X86_CR0_PG; in nvmx_msr_read_intercept()

Completed in 41 milliseconds