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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable.h143 static inline pte_t pte_set_flags(pte_t pte, pteval_t set) function
179 return pte_set_flags(pte, _PAGE_DIRTY);
184 return pte_set_flags(pte, _PAGE_ACCESSED);
189 return pte_set_flags(pte, _PAGE_RW);
194 return pte_set_flags(pte, _PAGE_PSE);
204 return pte_set_flags(pte, _PAGE_GLOBAL);
214 return pte_set_flags(pte, _PAGE_SPECIAL);

Completed in 116 milliseconds