Searched refs:_prot (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/score/include/asm/
H A Dpgtable.h168 static inline pgprot_t pgprot_noncached(pgprot_t _prot) argument
170 unsigned long prot = pgprot_val(_prot);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dpgtable.h276 static inline pgprot_t pgprot_noncached(pgprot_t _prot) argument
278 unsigned long prot = pgprot_val(_prot);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dgbefb.c55 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_UNCACHED_ACCELERATED)
57 #define pgprot_fb(_prot) (((_prot) & (~_CACHE_MASK)) | _CACHE_CACHABLE_NO_WA)
61 #define pgprot_fb(_prot) ((_prot) | _PAGE_PCD)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dpgtable.h333 static inline pgprot_t pgprot_noncached(pgprot_t _prot) argument
335 unsigned long prot = pgprot_val(_prot);

Completed in 53 milliseconds