Lines Matching +full:non +full:- +full:compliant
1 /* SPDX-License-Identifier: GPL-2.0-only */
83 * Posting") mandate non-posted configuration transactions. There is
84 * no ioremap API in the kernel that can guarantee non-posted write
88 * guarantee non-posted writes semantics to make the memory mapping
89 * compliant with the PCI specification.
113 * end up write-combining. This facility should be used in conjunction
114 * with pgprot_writecombine, ioremap-wc, or set_memory_wc, since it has
115 * no effect if the per-page mechanisms are functional.
136 return -1; in arch_phys_wc_index()
143 /* See memremap() kernel-doc for usage description... */
157 * all the in-kernel mapping APIs (ioremap*), but where the user