Home
last modified time | relevance | path

Searched refs:SUN3_PAGE_NOCACHE (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dsun3_pgtable.h33 #define SUN3_PAGE_NOCACHE (0x10000000) macro
43 //todo: work out which ones *should* have SUN3_PAGE_NOCACHE and fix...
47 | SUN3_PAGE_NOCACHE)
51 | SUN3_PAGE_NOCACHE)
54 | SUN3_PAGE_NOCACHE)
57 | SUN3_PAGE_NOCACHE)
61 | SUN3_PAGE_NOCACHE \
67 | SUN3_PAGE_NOCACHE)
168 static inline pte_t pte_mknocache(pte_t pte) { pte_val(pte) |= SUN3_PAGE_NOCACHE; return pte; } in pte_mknocache()
170 //static inline pte_t pte_mkcache(pte_t pte) { pte_val(pte) &= SUN3_PAGE_NOCACHE; retur
[all...]
H A Dpgtable_mm.h161 #ifdef SUN3_PAGE_NOCACHE
162 # define __SUN3_PAGE_NOCACHE SUN3_PAGE_NOCACHE
H A Dfb.h15 pgprot_val(vma->vm_page_prot) |= SUN3_PAGE_NOCACHE; in fb_pgprotect()
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dsun3_pgtable.h33 #define SUN3_PAGE_NOCACHE (0x10000000) macro
43 //todo: work out which ones *should* have SUN3_PAGE_NOCACHE and fix...
47 | SUN3_PAGE_NOCACHE)
51 | SUN3_PAGE_NOCACHE)
54 | SUN3_PAGE_NOCACHE)
57 | SUN3_PAGE_NOCACHE)
61 | SUN3_PAGE_NOCACHE \
67 | SUN3_PAGE_NOCACHE)
150 static inline pte_t pte_mknocache(pte_t pte) { pte_val(pte) |= SUN3_PAGE_NOCACHE; return pte; } in pte_mknocache()
152 //static inline pte_t pte_mkcache(pte_t pte) { pte_val(pte) &= SUN3_PAGE_NOCACHE; retur
[all...]
H A Dpgtable_mm.h167 #ifdef SUN3_PAGE_NOCACHE
168 # define __SUN3_PAGE_NOCACHE SUN3_PAGE_NOCACHE
H A Dfb.h15 pgprot_val(vma->vm_page_prot) |= SUN3_PAGE_NOCACHE; in fb_pgprotect()
/kernel/linux/linux-5.10/arch/m68k/sun3/
H A Dmmu_emu.c81 if (val & SUN3_PAGE_NOCACHE) pr_cont(" nocache"); in print_pte()
99 flags[3] = (val & SUN3_PAGE_NOCACHE) ? 'x' : '-'; in print_pte()
/kernel/linux/linux-6.6/arch/m68k/sun3/
H A Dmmu_emu.c80 if (val & SUN3_PAGE_NOCACHE) pr_cont(" nocache"); in print_pte()
98 flags[3] = (val & SUN3_PAGE_NOCACHE) ? 'x' : '-'; in print_pte()

Completed in 4 milliseconds