Home
last modified time | relevance | path

Searched refs:_PAGE_WIRED (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/sh/mm/
Dioremap_fixed.c88 pgprot_val(prot) |= _PAGE_WIRED; in ioremap_fixed()
125 __clear_fixmap(idx, __pgprot(_PAGE_WIRED)); in iounmap_fixed()
Dinit.c85 if (pgprot_val(prot) & _PAGE_WIRED) in set_pte_phys()
95 if (pgprot_val(prot) & _PAGE_WIRED) in clear_pte_phys()
/linux-4.4.14/arch/sh/include/asm/
Dpgtable_64.h128 #define _PAGE_WIRED _PAGE_EXT(0x001) /* software: wire the tlb entry */ macro
132 _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_WIRED)
Dpgtable_32.h147 # define _PAGE_WIRED (_PAGE_EXT(_PAGE_EXT_WIRED)) macro
154 # define _PAGE_WIRED (0) macro