Home
last modified time | relevance | path

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

/Linux-v5.4/arch/nds32/include/asm/
Dpgtable.h111 #define _PAGE_C_MASK _PAGE_C_MEM_WT macro
307 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot)&~_PAGE_C_MASK) | _PAGE_C_DEV)
308 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot)&~_PAGE_C_MASK) | _PAGE_C_DEV_WB)