Home
last modified time | relevance | path

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

/openbmc/linux/arch/nios2/include/asm/
H A Dpgtable.h33 #define MKP(x, w, r) __pgprot(_PAGE_PRESENT | _PAGE_CACHED | \
47 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_CACHED | _PAGE_READ | \
50 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_CACHED | _PAGE_READ | \
97 prot &= ~_PAGE_CACHED; in pgprot_noncached()
H A Dpgtable-bits.h24 #define _PAGE_CACHED (1<<24) /* C: data access cacheable */ macro
/openbmc/linux/arch/nios2/mm/
H A Dtlb.c201 (tlbacc & _PAGE_CACHED ? 'c' : '-')); in dump_tlb_line()