Home
last modified time | relevance | path

Searched refs:X86_CR0_CD (Results 1 – 5 of 5) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dx86-defns.h42 #define X86_CR0_CD 0x40000000 /* Cache Disable (RW) */ macro
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mtrr/
A Dgeneric.c412 write_cr0(read_cr0() | X86_CR0_CD); in prepare_set()
432 write_cr0(read_cr0() & ~X86_CR0_CD); in post_set()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/
A Dsvmdebug.c109 if ( !(cr0 & X86_CR0_CD) && (cr0 & X86_CR0_NW) ) in svm_vmcb_isvalid()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhvm.c928 X86_CR0_CD | X86_CR0_PG)))
2147 if ( value & X86_CR0_CD ) in hvm_shadow_handle_cd()
2165 else if ( !(value & X86_CR0_CD) && in hvm_shadow_handle_cd()
2285 if ( ((value ^ old_value) & X86_CR0_CD) && in hvm_set_cr0()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/vmx/
A Dvmx.c1349 if ( value & X86_CR0_CD ) in vmx_handle_cd()

Completed in 17 milliseconds