Searched refs:_PAGE_NEWPROT (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/um/include/asm/
H A Dpgtable.h15 #define _PAGE_NEWPROT 0x004 macro
179 return(pte_present(pte) && (pte_get_bits(pte, _PAGE_NEWPROT)));
195 pte_set_bits(pte, _PAGE_NEWPROT);
245 pte_clear_bits(pte, _PAGE_NEWPROT);
265 * fix_range knows to unmap it. _PAGE_NEWPROT is specific to

Completed in 45 milliseconds