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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/include/asm/
H A Dpgtable.h169 #define L_PTE_USER (1 << 8) macro
205 #define PAGE_SHARED _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_WRITE)
206 #define PAGE_SHARED_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_WRITE | L_PTE_EXEC)
207 #define PAGE_COPY _MOD_PROT(pgprot_user, L_PTE_USER)
208 #define PAGE_COPY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_EXEC)
209 #define PAGE_READONLY _MOD_PROT(pgprot_user, L_PTE_USER)
210 #define PAGE_READONLY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_EXEC)
215 #define __PAGE_SHARED __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_WRITE)
216 #define __PAGE_SHARED_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_WRITE | L_PTE_EXEC)
217 #define __PAGE_COPY __pgprot(_L_PTE_DEFAULT | L_PTE_USER)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/include/asm/
H A Dpgtable.h169 #define L_PTE_USER (1 << 8) macro
205 #define PAGE_SHARED _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_WRITE)
206 #define PAGE_SHARED_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_WRITE | L_PTE_EXEC)
207 #define PAGE_COPY _MOD_PROT(pgprot_user, L_PTE_USER)
208 #define PAGE_COPY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_EXEC)
209 #define PAGE_READONLY _MOD_PROT(pgprot_user, L_PTE_USER)
210 #define PAGE_READONLY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_EXEC)
215 #define __PAGE_SHARED __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_WRITE)
216 #define __PAGE_SHARED_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_WRITE | L_PTE_EXEC)
217 #define __PAGE_COPY __pgprot(_L_PTE_DEFAULT | L_PTE_USER)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mm/
H A Dproc-macros.S84 #if (L_PTE_EXEC+L_PTE_USER+L_PTE_WRITE+L_PTE_DIRTY+L_PTE_YOUNG+ \
139 tst r1, #L_PTE_USER
181 tst r3, #L_PTE_USER @ user?
223 tst r3, #L_PTE_USER @ user?
H A Dmmu.c245 L_PTE_USER | L_PTE_EXEC,
276 L_PTE_USER | L_PTE_EXEC,
H A Dproc-xscale.S478 and ip, r1, #(L_PTE_MT_MASK | L_PTE_USER | L_PTE_WRITE) & ~(4 << 2)
479 teq ip, #L_PTE_MT_WRITEBACK | L_PTE_USER
H A Dproc-v7.S152 tst r1, #L_PTE_USER
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mm/
H A Dproc-macros.S84 #if (L_PTE_EXEC+L_PTE_USER+L_PTE_WRITE+L_PTE_DIRTY+L_PTE_YOUNG+ \
139 tst r1, #L_PTE_USER
181 tst r3, #L_PTE_USER @ user?
223 tst r3, #L_PTE_USER @ user?
H A Dmmu.c245 L_PTE_USER | L_PTE_EXEC,
276 L_PTE_USER | L_PTE_EXEC,
H A Dproc-xscale.S478 and ip, r1, #(L_PTE_MT_MASK | L_PTE_USER | L_PTE_WRITE) & ~(4 << 2)
479 teq ip, #L_PTE_MT_WRITEBACK | L_PTE_USER
H A Dproc-v7.S152 tst r1, #L_PTE_USER

Completed in 87 milliseconds