Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/nds32/include/asm/
H A Dpgtable.h103 #define _PAGE_C_MASK _PAGE_C_MEM_WT macro
287 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot)&~_PAGE_C_MASK) | _PAGE_C_DEV)
288 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot)&~_PAGE_C_MASK) | _PAGE_C_DEV_WB)

Completed in 2 milliseconds