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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dioremap_fixed.c88 pgprot_val(prot) |= _PAGE_WIRED;
125 __clear_fixmap(idx, __pgprot(_PAGE_WIRED));
H A Dinit.c87 if (pgprot_val(prot) & _PAGE_WIRED)
97 if (pgprot_val(prot) & _PAGE_WIRED)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpgtable_64.h134 #define _PAGE_WIRED _PAGE_EXT(0x001) /* software: wire the tlb entry */ macro
137 _PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_WIRED)
H A Dpgtable_32.h113 # define _PAGE_WIRED (_PAGE_EXT(_PAGE_EXT_WIRED)) macro
120 # define _PAGE_WIRED (0) macro

Completed in 59 milliseconds