Lines Matching full: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
162 set_memory_[uc|wc|wt] and set_memory_wb should be used in pairs, where driver
163 will first make a region uc, wc or wt and switch it back to wb after use.
168 Drivers should use ioremap_[uc|wc] to access PCI BARs with [uc|wc] access
171 Drivers should use set_memory_[uc|wc|wt] to set access type for RAM ranges.
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.