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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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; }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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; }
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/mm/
H A Dgup.c33 mask = result | _PAGE_SPECIAL;

Completed in 228 milliseconds

12