PAT_UNCACHEABLE
return __ioremap_common(phys_addr, size, PAT_UNCACHEABLE);
PAT_VALUE(3, PAT_UNCACHEABLE) | /* 011 */
PAT_VALUE(7, PAT_UNCACHEABLE); /* 111 */
pat_pte_index[PAT_UNCACHEABLE] = X86_PG_NC_PCD | X86_PG_NC_PWT;
pat_pte_index[PAT_WRITE_PROTECTED] = pat_pte_index[PAT_UNCACHEABLE];
pat_pte_index[PAT_WRITE_COMBINING] = pat_pte_index[PAT_UNCACHEABLE];
[PAT_UNCACHEABLE] = EPT_PG_IGNORE_PAT | EPT_MEM_TYPE_UC,
return(pmap_mapdev_attr(pa, size, PAT_UNCACHEABLE));
#define VM_MEMATTR_UNCACHEABLE ((vm_memattr_t)PAT_UNCACHEABLE)