Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dmcf_pgtable.h18 #define CF_PAGE_NOCACHE MMUDR_CM_NCP /* 0x00000080 */ macro
23 #define _PAGE_NOCACHE030 CF_PAGE_NOCACHE
50 #define _PAGE_SWP_EXCLUSIVE CF_PAGE_NOCACHE
251 pte_val(pte) &= ~CF_PAGE_NOCACHE; in pte_mkcache()
H A Dpgtable_mm.h165 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE))