Searched refs:pgprot_noncached (Results 1 – 2 of 2) sorted by relevance
273 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) & ~(L_PTE_CACHEABLE | L_PTE_BUFFERABLE)) macro
360 #define pgprot_noncached(prot) ((boot_cpu_data.x86 > 3) \ macro