Home
last modified time | relevance | path

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

/openbmc/linux/arch/csky/abiv2/inc/abi/
H A Dpgtable-bits.h21 #define _PAGE_SO (1<<5) macro
/openbmc/linux/arch/csky/abiv1/inc/abi/
H A Dpgtable-bits.h23 #define _PAGE_SO _PAGE_UNCACHE macro
/openbmc/linux/arch/csky/include/asm/
H A Dpgtable.h70 _CACHE_UNCACHED | _PAGE_SO)
237 prot = (prot & ~_CACHE_MASK) | _CACHE_UNCACHED | _PAGE_SO; in pgprot_noncached()