Home
last modified time | relevance | path

Searched refs:_PAGE_MA_UC (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/ia64/include/asm/
H A Dpgtable.h35 #define _PAGE_MA_UC (0x4 << 2) /* uncacheable memory attribute */ macro
147 _PAGE_MA_UC)
351 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_UC)
/kernel/linux/linux-6.6/arch/ia64/include/asm/
H A Dpgtable.h35 #define _PAGE_MA_UC (0x4 << 2) /* uncacheable memory attribute */ macro
149 _PAGE_MA_UC)
314 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_UC)

Completed in 3 milliseconds