Searched refs:_PAGE_USER (Results 26 - 44 of 44) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dfault.c145 access = (_PAGE_PRESENT | _PAGE_USER);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/mm/
H A Dpgtable.c182 f |= _PAGE_USER;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/lguest/
H A Dpage_tables.c415 if ((errcode & 4) && !(pte_flags(gpte) & _PAGE_USER))
975 pte = pfn_pte(i, __pgprot(_PAGE_PRESENT|_PAGE_RW|_PAGE_USER));
988 __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER));
1017 (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dfsl_booke_mmu.c140 if (flags & _PAGE_USER) {
H A Dpgtable_64.c265 /* we don't want to let _PAGE_USER and _PAGE_EXEC leak out */
266 flags &= ~(_PAGE_USER | _PAGE_EXEC);
269 /* _PAGE_USER contains _PAGE_BAP_SR on BookE using the new PTE format
H A Dpgtable_32.c142 /* we don't want to let _PAGE_USER and _PAGE_EXEC leak out */
143 flags &= ~(_PAGE_USER | _PAGE_EXEC);
146 /* _PAGE_USER contains _PAGE_BAP_SR on BookE using the new PTE format
H A Dhugetlbpage.c402 mask = _PAGE_PRESENT | _PAGE_USER;
H A Dhash_utils_64.c167 if ((pteflags & _PAGE_USER) && !((pteflags & _PAGE_RW) &&
836 * _PAGE_USER or _PAGE_USER|_PAGE_RW: no access.
862 /* turn 0,1,2,3 into combination of _PAGE_USER and _PAGE_RW */
863 spp = ((spp & 2) ? _PAGE_USER : 0) | ((spp & 1) ? _PAGE_RW : 0);
H A Dhash_low_32.S72 ori r3,r3,_PAGE_USER|_PAGE_PRESENT /* test low addresses as user */
77 rlwimi r3,r9,32-12,29,29 /* MSR_PR -> _PAGE_USER */
317 rlwimi r5,r5,32-1,30,30 /* _PAGE_USER -> PP msb */
318 rlwimi r5,r5,32-2,31,31 /* _PAGE_USER -> PP lsb */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/mm/
H A Dtlbflush_64.c42 PPROT(_PAGE_EXECUTE),PPROT(_PAGE_WRITE),PPROT(_PAGE_USER));
H A Dpmb.c210 return (pgprot_val(prot) & _PAGE_USER) == 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_info.c324 pgprot & _PAGE_USER ? 'u' : 's',
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Ddump_pagetables.c104 if (pr & _PAGE_USER)
H A Dinit_64.c228 _PAGE_USER));
234 _PAGE_USER));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dhead_32.S502 li r1,_PAGE_USER|_PAGE_PRESENT /* low addresses tested as user */
506 rlwimi r1,r2,32-12,29,29 /* shift MSR_PR to _PAGE_USER posn */
528 rlwimi r0,r0,32-1,30,30 /* _PAGE_USER -> PP msb */
529 rlwimi r0,r0,32-1,31,31 /* _PAGE_USER -> PP lsb */
576 li r1,_PAGE_USER|_PAGE_PRESENT /* low addresses tested as user */
580 rlwimi r1,r2,32-12,29,29 /* shift MSR_PR to _PAGE_USER posn */
602 rlwimi r0,r0,32-1,30,30 /* _PAGE_USER -> PP msb */
603 rlwimi r0,r0,32-1,31,31 /* _PAGE_USER -> PP lsb */
660 li r1,_PAGE_RW|_PAGE_USER|_PAGE_PRESENT /* access flags */
664 rlwimi r1,r2,32-12,29,29 /* shift MSR_PR to _PAGE_USER pos
[all...]
H A Dperf_callchain.c152 if (!pte_present(pte) || !(pte_val(pte) & _PAGE_USER))
H A Dhead_44x.S428 andi. r10,r12,_PAGE_USER /* User page ? */
627 andi. r10,r12,_PAGE_USER /* User page ? */
H A Dhead_fsl_booke.S576 andi. r10, r11, _PAGE_USER /* Test for _PAGE_USER */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dvmx.c2378 tmp = (i << 22) + (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER |

Completed in 100 milliseconds

12