Home
last modified time | relevance | path

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

/xen/xen/arch/x86/hvm/
A Dmtrr.c118 pat_entry = pat_entry_tbl[PAT_TYPE_UNCACHABLE]; in pat_type_2_pte_flags()
151 ((uint64_t)PAT_TYPE_UNCACHABLE << 24) | /* PAT3: UC */ in hvm_vcpu_cacheattr_init()
155 ((uint64_t)PAT_TYPE_UNCACHABLE << 56); /* PAT7: UC */ in hvm_vcpu_cacheattr_init()
375 pat_entry_value = PAT_TYPE_UNCACHABLE; in get_pat_flags()
630 case PAT_TYPE_UNCACHABLE: in hvm_set_mem_pinned_cacheattr()
643 case PAT_TYPE_UNCACHABLE: in hvm_set_mem_pinned_cacheattr()
A Dhvm.c311 case PAT_TYPE_UNCACHABLE: in hvm_set_guest_pat()
/xen/xen/include/asm-x86/
A Dmtrr.h20 PAT_TYPE_UNCACHABLE=0, enumerator
/xen/xen/arch/x86/hvm/vmx/
A Dvmx.c1203 ((uint64_t)PAT_TYPE_UNCACHABLE) | /* PAT0 */ in vmx_handle_cd()
1204 ((uint64_t)PAT_TYPE_UNCACHABLE << 8) | /* PAT1 */ in vmx_handle_cd()
1205 ((uint64_t)PAT_TYPE_UNCACHABLE << 16) | /* PAT2 */ in vmx_handle_cd()
1206 ((uint64_t)PAT_TYPE_UNCACHABLE << 24) | /* PAT3 */ in vmx_handle_cd()
1207 ((uint64_t)PAT_TYPE_UNCACHABLE << 32) | /* PAT4 */ in vmx_handle_cd()
1208 ((uint64_t)PAT_TYPE_UNCACHABLE << 40) | /* PAT5 */ in vmx_handle_cd()
1209 ((uint64_t)PAT_TYPE_UNCACHABLE << 48) | /* PAT6 */ in vmx_handle_cd()
1210 ((uint64_t)PAT_TYPE_UNCACHABLE << 56); /* PAT7 */ in vmx_handle_cd()
/xen/xen/arch/x86/mm/shadow/
A Dmulti.c590 sflags |= pat_type_2_pte_flags(PAT_TYPE_UNCACHABLE); in _sh_propagate()

Completed in 25 milliseconds