Searched refs:__pgprot (Results 1 - 25 of 124) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dpgtable-nommu.h38 #define PAGE_NONE __pgprot(0)
39 #define PAGE_SHARED __pgprot(0)
40 #define PAGE_COPY __pgprot(0)
41 #define PAGE_READONLY __pgprot(0)
42 #define PAGE_KERNEL __pgprot(0)
66 #define pgprot_noncached(prot) __pgprot(0)
67 #define pgprot_writecombine(prot) __pgprot(0)
68 #define pgprot_dmacoherent(prot) __pgprot(0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/
H A Dmmu.h69 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED)
70 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | __READABLE | _PAGE_WRITE | \
72 #define PAGE_SHARED_EXEC __pgprot(_PAGE_PRESENT | __READABLE | _PAGE_WRITE | \
75 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | __READABLE)
76 #define PAGE_READONLY_EXEC __pgprot(_PAGE_PRESENT | __READABLE | _PAGE_EXECUTE | _PAGE_ACCESSED)
78 #define PAGE_COPY __pgprot(_PAGE_PRESENT | __READABLE)
79 #define PAGE_COPY_EXEC __pgprot(_PAGE_PRESENT | __READABLE | _PAGE_EXECUTE)
80 #define PAGE_KERNEL __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | \
82 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | _PAGE_EXECUTE | \
84 #define PAGE_SIGNAL_TRAMPOLINE __pgprot(_PAGE_GLOBA
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpte-common.h116 * Note:__pgprot is defined in arch/powerpc/include/asm/page.h
124 #define PAGE_NONE __pgprot(_PAGE_BASE)
125 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW)
126 #define PAGE_SHARED_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_RW | _PAGE_EXEC)
127 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_USER)
128 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
129 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)
130 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_USER | _PAGE_EXEC)
151 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
152 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_N
[all...]
H A Dmman.h49 return (vm_flags & VM_SAO) ? __pgprot(_PAGE_SAO) : __pgprot(0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Ddrm_memory.h51 # define PAGE_AGP __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dpgtable_no.h25 #define PAGE_NONE __pgprot(0)
26 #define PAGE_SHARED __pgprot(0)
27 #define PAGE_COPY __pgprot(0)
28 #define PAGE_READONLY __pgprot(0)
29 #define PAGE_KERNEL __pgprot(0)
H A Dpgtable_mm.h148 ? (__pgprot(pgprot_val(prot) | __SUN3_PAGE_NOCACHE)) \
150 ? (__pgprot(pgprot_val(prot) | _PAGE_NOCACHE030)) \
152 ? (__pgprot((pgprot_val(prot) & _CACHEMASK040) | _PAGE_NOCACHE_S)) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dpgtable.h21 #define PAGE_NONE __pgprot(0) /* these mean nothing to NO_MM */
22 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */
23 #define PAGE_COPY __pgprot(0) /* these mean nothing to NO_MM */
24 #define PAGE_READONLY __pgprot(0) /* these mean nothing to NO_MM */
25 #define PAGE_KERNEL __pgprot(0) /* these mean nothing to NO_MM */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v10/arch/
H A Dmmu.h75 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED)
76 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | __READABLE | _PAGE_WRITE | \
78 #define PAGE_COPY __pgprot(_PAGE_PRESENT | __READABLE) // | _PAGE_COW
79 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | __READABLE)
80 #define PAGE_KERNEL __pgprot(_PAGE_GLOBAL | _PAGE_KERNEL | \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dpgtable_types.h80 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
81 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \
84 #define PAGE_SHARED_EXEC __pgprot(_PAGE_PRESENT | _PAGE_RW | \
86 #define PAGE_COPY_NOEXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | \
88 #define PAGE_COPY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | \
91 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | \
93 #define PAGE_READONLY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | \
117 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
118 #define PAGE_KERNEL_RO __pgprot(__PAGE_KERNEL_RO)
119 #define PAGE_KERNEL_EXEC __pgprot(__PAGE_KERNEL_EXE
274 #define __pgprot macro
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/include/asm/
H A Dpgtable_32.h141 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \
144 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
151 #define PAGE_EXECREAD __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
160 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
165 #define PAGE_WRITEONLY __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
170 #define PAGE_RWX __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \
179 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \
187 __pgprot(_PAGE_PRESENT | _PAGE_DIRTY | \
194 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_CACHABLE | \
201 __pgprot(_PAGE_PRESEN
[all...]
H A Dpgtable_64.h186 #define PAGE_NONE __pgprot(_PAGE_CACHABLE | _PAGE_ACCESSED)
187 #define PAGE_SHARED __pgprot(_PAGE_COMMON | _PAGE_READ | _PAGE_WRITE | \
189 #define PAGE_EXECREAD __pgprot(_PAGE_COMMON | _PAGE_READ | _PAGE_EXECUTE)
197 #define PAGE_READONLY __pgprot(_PAGE_COMMON | _PAGE_READ)
198 #define PAGE_WRITEONLY __pgprot(_PAGE_COMMON | _PAGE_WRITE)
199 #define PAGE_RWX __pgprot(_PAGE_COMMON | _PAGE_READ | \
201 #define PAGE_KERNEL __pgprot(_KERNPG_TABLE)
204 __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \
210 #define pgprot_noncached(x) __pgprot(((x).pgprot & ~(_PAGE_CACHABLE)) | _PAGE_DEVICE)
211 #define pgprot_writecombine(prot) __pgprot(pgprot_va
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dcache.c145 protection_map[0] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ);
146 protection_map[1] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC);
147 protection_map[2] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ);
148 protection_map[3] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC);
149 protection_map[4] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_READ);
150 protection_map[5] = __pgprot(_page_cachable_default | _PAGE_PRESENT);
151 protection_map[6] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_READ);
152 protection_map[7] = __pgprot(_page_cachable_default | _PAGE_PRESENT);
154 protection_map[8] = __pgprot(_page_cachable_default | _PAGE_PRESENT | _PAGE_NO_EXEC | _PAGE_NO_READ);
155 protection_map[9] = __pgprot(_page_cachable_defaul
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dfb.h11 vma->vm_page_prot = __pgprot((pgprot_val(vma->vm_page_prot)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dpgtsun4.h67 #define SUN4C_PAGE_NONE __pgprot(_SUN4C_PAGE_PRESENT)
68 #define SUN4C_PAGE_SHARED __pgprot(_SUN4C_PAGE_PRESENT|_SUN4C_READABLE|\
70 #define SUN4C_PAGE_COPY __pgprot(_SUN4C_PAGE_PRESENT|_SUN4C_READABLE)
71 #define SUN4C_PAGE_READONLY __pgprot(_SUN4C_PAGE_PRESENT|_SUN4C_READABLE)
72 #define SUN4C_PAGE_KERNEL __pgprot(_SUN4C_READABLE|_SUN4C_WRITEABLE|\
H A Dpgtsun4c.h66 #define SUN4C_PAGE_NONE __pgprot(_SUN4C_PAGE_PRESENT)
67 #define SUN4C_PAGE_SHARED __pgprot(_SUN4C_PAGE_PRESENT|_SUN4C_READABLE|\
69 #define SUN4C_PAGE_COPY __pgprot(_SUN4C_PAGE_PRESENT|_SUN4C_READABLE)
70 #define SUN4C_PAGE_READONLY __pgprot(_SUN4C_PAGE_PRESENT|_SUN4C_READABLE)
71 #define SUN4C_PAGE_KERNEL __pgprot(_SUN4C_READABLE|_SUN4C_WRITEABLE|\
H A Dpgtable_32.h62 #define PAGE_NONE __pgprot(BTFIXUP_INT(page_none))
64 #define PAGE_COPY __pgprot(BTFIXUP_INT(page_copy))
65 #define PAGE_READONLY __pgprot(BTFIXUP_INT(page_readonly))
72 #define PAGE_KERNEL __pgprot(BTFIXUP_INT(page_kernel))
95 #define __P000 __pgprot(0)
96 #define __P001 __pgprot(0)
97 #define __P010 __pgprot(0)
98 #define __P011 __pgprot(0)
99 #define __P100 __pgprot(0)
100 #define __P101 __pgprot(
[all...]
H A Dpgtsrmmu.h105 #define SRMMU_PAGE_NONE __pgprot(SRMMU_CACHE | \
107 #define SRMMU_PAGE_SHARED __pgprot(SRMMU_VALID | SRMMU_CACHE | \
109 #define SRMMU_PAGE_COPY __pgprot(SRMMU_VALID | SRMMU_CACHE | \
111 #define SRMMU_PAGE_RDONLY __pgprot(SRMMU_VALID | SRMMU_CACHE | \
113 #define SRMMU_PAGE_KERNEL __pgprot(SRMMU_VALID | SRMMU_CACHE | SRMMU_PRIV | \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dpgtable.h118 __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
120 __pgprot(_PAGE_PRESENT | _PAGE_WRITE | _PAGE_READ | _PAGE_ACCESSED)
122 __pgprot(_PAGE_PRESENT | _PAGE_EXEC | _PAGE_WRITE | _PAGE_READ \
125 __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_ACCESSED)
127 __pgprot(_PAGE_PRESENT | _PAGE_EXEC | _PAGE_READ | _PAGE_ACCESSED)
129 __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_ACCESSED)
131 __pgprot(_PAGE_PRESENT | _PAGE_EXEC | _PAGE_READ | _PAGE_ACCESSED)
139 #define MAKE_GLOBAL(x) __pgprot((x) | _PAGE_GLOBAL)
146 #define PAGE_NONE __pgprot(0)
147 #define PAGE_SHARED __pgprot(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dpgtable.h24 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _CACHE_CACHABLE_NONCOHERENT)
25 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_WRITE | (kernel_uses_smartmips_rixi ? 0 : _PAGE_READ) | \
27 #define PAGE_COPY __pgprot(_PAGE_PRESENT | (kernel_uses_smartmips_rixi ? 0 : _PAGE_READ) | \
29 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | (kernel_uses_smartmips_rixi ? 0 : _PAGE_READ) | \
31 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | __READABLE | __WRITEABLE | \
33 #define PAGE_USERIO __pgprot(_PAGE_PRESENT | (kernel_uses_smartmips_rixi ? 0 : _PAGE_READ) | _PAGE_WRITE | \
35 #define PAGE_KERNEL_UNCACHED __pgprot(_PAGE_PRESENT | __READABLE | \
49 #define __P000 __pgprot(0)
50 #define __P001 __pgprot(0)
51 #define __P010 __pgprot(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dpgtable.h33 #define PAGE_NONE __pgprot(0) /* these mean nothing to NO_MM */
34 #define PAGE_SHARED __pgprot(0) /* these mean nothing to NO_MM */
35 #define PAGE_COPY __pgprot(0) /* these mean nothing to NO_MM */
36 #define PAGE_READONLY __pgprot(0) /* these mean nothing to NO_MM */
37 #define PAGE_KERNEL __pgprot(0) /* these mean nothing to NO_MM */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dpgtable.h123 #define PAGE_NONE __pgprot(_PAGE_INVALID | _PAGE_USER | _PAGE_PROTNONE)
124 #define PAGE_COPY __pgprot(_PAGE_PRESENT | _PAGE_USER)
125 #define PAGE_COPY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_HW_EXEC)
126 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER)
127 #define PAGE_READONLY_EXEC __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_HW_EXEC)
128 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITABLE)
130 __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITABLE | _PAGE_HW_EXEC)
131 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_HW_WRITE)
132 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_PRESENT|_PAGE_HW_WRITE|_PAGE_HW_EXEC)
142 # define PAGE_NONE __pgprot(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dpgtable.h32 #define PAGE_NONE __pgprot(0) /* these mean nothing to non MMU */
33 #define PAGE_SHARED __pgprot(0) /* these mean nothing to non MMU */
34 #define PAGE_COPY __pgprot(0) /* these mean nothing to non MMU */
35 #define PAGE_READONLY __pgprot(0) /* these mean nothing to non MMU */
36 #define PAGE_KERNEL __pgprot(0) /* these mean nothing to non MMU */
104 (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \
108 (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \
257 #define PAGE_NONE __pgprot(_PAGE_BASE)
258 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_USER)
259 #define PAGE_READONLY_X __pgprot(_PAGE_BAS
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dpgtable.h146 #define PAGE_NONE __pgprot(__PAGE_NONE | _PAGE_NX)
147 #define PAGE_SHARED_NOEXEC __pgprot(__PAGE_SHARED | _PAGE_NX)
148 #define PAGE_COPY_NOEXEC __pgprot(__PAGE_COPY | _PAGE_NX)
149 #define PAGE_READONLY_NOEXEC __pgprot(__PAGE_READONLY | _PAGE_NX)
150 #define PAGE_SHARED_EXEC __pgprot(__PAGE_SHARED)
151 #define PAGE_COPY_EXEC __pgprot(__PAGE_COPY)
152 #define PAGE_READONLY_EXEC __pgprot(__PAGE_READONLY)
166 #define PAGE_KERNEL __pgprot(__PAGE_KERNEL)
167 #define PAGE_KERNEL_RO __pgprot(__PAGE_KERNEL_RO)
168 #define PAGE_KERNEL_EXEC __pgprot(__PAGE_KERNEL_EXE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpageattr.c253 pgprot_t forbidden = __pgprot(0);
315 prot = __pgprot(pgprot_val(prot) & ~pgprot_val(forbidden));
566 __set_pmd_pte(kpte, address, mk_pte(base, __pgprot(_KERNPG_TABLE)));
929 return change_page_attr_set_clr(addr, numpages, mask, __pgprot(0), 0,
936 return change_page_attr_set_clr(addr, numpages, __pgprot(0), mask, 0,
943 return change_page_attr_set_clr(NULL, numpages, mask, __pgprot(0), 0,
950 return change_page_attr_set_clr(NULL, numpages, __pgprot(0), mask, 0,
960 __pgprot(_PAGE_CACHE_UC_MINUS), 0);
1005 __pgprot(_PAGE_CACHE_UC_MINUS), 1);
1009 __pgprot(_PAGE_CACHE_W
[all...]

Completed in 130 milliseconds

12345