Home
last modified time | relevance | path

Searched refs:_PAGE_MA_MASK (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/arch/ia64/include/asm/
Dpgtable.h39 #define _PAGE_MA_MASK (0x7 << 2) macro
327 #define pgprot_cacheable(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WB)
328 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_UC)
329 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC)