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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpte-hash64-4k.h9 #define _PAGE_SPECIAL 0x10000 /* software: special page */ macro
H A Dpte-44x.h84 #define _PAGE_SPECIAL 0x00000020 /* S: Special page */ macro
H A Dpte-fsl-booke.h34 #define _PAGE_SPECIAL 0x00800 /* S: Special page */ macro
H A Dpte-hash32.h30 #define _PAGE_SPECIAL 0x800 /* software: Special page */ macro
H A Dpte-40x.h46 #define _PAGE_SPECIAL 0x020 /* software: Special page */ macro
H A Dpte-8xx.h35 #define _PAGE_SPECIAL 0x0008 /* SW entry, forced to 0 by the TLB miss */ macro
H A Dpte-book3e.h61 #define _PAGE_SPECIAL _PAGE_SW0 macro
H A Dpte-hash64-64k.h4 #define _PAGE_SPECIAL 0x00000400 /* software: special page */ macro
H A Dpte-common.h93 _PAGE_ACCESSED | _PAGE_SPECIAL)
178 /* Advertise support for _PAGE_SPECIAL */
H A Dpgtable.h35 static inline int pte_special(pte_t pte) { return pte_val(pte) & _PAGE_SPECIAL; }
70 pte_val(pte) |= _PAGE_SPECIAL; return pte; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dgup.c85 if ((pte_flags(pte) & (mask | _PAGE_SPECIAL)) != mask) {
122 VM_BUG_ON(pte_flags(pte) & _PAGE_SPECIAL);
179 VM_BUG_ON(pte_flags(pte) & _PAGE_SPECIAL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpgtable_32.h17 #define _PAGE_SPECIAL 0x800 /* software: special page */ macro
136 _PAGE_DIRTY | _PAGE_SPECIAL)
315 #define pte_special(pte) ((pte).pte_low & _PAGE_SPECIAL)
346 PTE_BIT_FUNC(low, mkspecial, |= _PAGE_SPECIAL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dgup.c33 mask = result | _PAGE_SPECIAL;
H A Dpgtable.c147 * and we avoid _PAGE_SPECIAL and _PAGE_NO_CACHE. We also only do that
153 (_PAGE_PRESENT | _PAGE_SPECIAL | _PAGE_NO_CACHE | _PAGE_USER)) ==
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable_types.h46 #define _PAGE_SPECIAL (_AT(pteval_t, 1) << _PAGE_BIT_SPECIAL) macro
72 _PAGE_SPECIAL | _PAGE_ACCESSED | _PAGE_DIRTY)
H A Dpgtable.h122 return pte_flags(pte) & _PAGE_SPECIAL;
214 return pte_set_flags(pte, _PAGE_SPECIAL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dpgtable.h229 #define _PAGE_SPECIAL 0x004 /* SW associated with special page */ macro
233 #define _PAGE_CHG_MASK (PAGE_MASK | _PAGE_SPECIAL)
549 return (pte_val(pte) & _PAGE_SPECIAL);
753 pte_val(pte) |= _PAGE_SPECIAL;

Completed in 204 milliseconds