Lines Matching refs:WC
22 WC Write-combined
47 | ioremap_wc | -- | -- | WC |
54 | set_memory_wc, | WC | -- | -- |
62 | pci sysfs resource_wc | -- | -- | WC |
68 | pci proc | -- | -- | WC |
71 | /dev/mem | -- | WB/WC/UC- | WB/WC/UC- |
77 | /dev/mem | -- | WB/WC/UC- | WB/WC/UC- |
112 In addition, step 2 internally tracks the region as UC or WC in memtype
127 is made, should already have been ioremapped with WC attributes or PAT entries,
145 WC 000 WB _PAGE_CACHE_MODE_WB WC | WC
146 WC 001 WC _PAGE_CACHE_MODE_WC WC* | WC
147 WC 010 UC- _PAGE_CACHE_MODE_UC_MINUS WC* | UC
148 WC 011 UC _PAGE_CACHE_MODE_UC UC | UC
209 configurations. The PAT MSR must be updated by Linux in order to support WC
211 by the firmware. Note, Xen enables WC attribute in the PAT MSR for guests.