Home
last modified time | relevance | path

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

/arch/riscv/include/asm/
Dpgtable-32.h27 #define _PAGE_NOCACHE 0 macro
Dpgtable-64.h151 ALT_SVPBMT(val, _PAGE_NOCACHE); in riscv_page_nocache()
163 #define _PAGE_NOCACHE riscv_page_nocache() macro
Dpgtable.h635 prot |= _PAGE_NOCACHE; in pgprot_writecombine()
/arch/m68k/include/asm/
Dmotorola_pgtable.h18 #define _PAGE_NOCACHE 0x060 /* 68040 cache mode, non-serialized */ macro
40 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_ACCESSED | _PAGE_DIRTY | _PAGE_NOCACHE)
Dmcf_pgtable.h43 #define _PAGE_NOCACHE 0x060 /* 68040 cache mode, non-serialized */ macro
/arch/m68k/mm/
Dkmap.c231 physaddr |= _PAGE_NOCACHE; in __ioremap()
343 cmode = _PAGE_NOCACHE; in kernel_set_cachemode()
/arch/x86/include/asm/
Dpgtable_types.h182 #define _PAGE_NOCACHE (cachemode2protval(_PAGE_CACHE_MODE_UC)) macro
195 #define __NC _PAGE_NOCACHE