Searched refs:_PAGE_RW (Results 26 - 42 of 42) 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.c146 access |= (dsisr & MFC_DSISR_ACCESS_PUT) ? _PAGE_RW : 0UL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/mm/
H A Dpageattr.c276 pgprot_val(forbidden) |= _PAGE_RW;
311 pgprot_val(forbidden) |= _PAGE_RW;
1133 return change_page_attr_clear(&addr, numpages, __pgprot(_PAGE_RW), 0);
1139 return change_page_attr_set(&addr, numpages, __pgprot(_PAGE_RW), 0);
1283 .mask_set = __pgprot(_PAGE_PRESENT | _PAGE_RW),
1302 .mask_clr = __pgprot(_PAGE_PRESENT | _PAGE_RW),
H A Ddump_pagetables.c108 if (pr & _PAGE_RW)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dpgtable_64.c262 if (flags & _PAGE_RW)
H A Dpgtable_32.c139 if (flags & _PAGE_RW)
H A Dhugetlbpage.c404 mask |= _PAGE_RW;
H A Dhash_utils_64.c167 if ((pteflags & _PAGE_USER) && !((pteflags & _PAGE_RW) &&
835 * Result is 0: full permissions, _PAGE_RW: read-only,
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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Drelocate_kernel_64.S20 #define PAGE_ATTR (_PAGE_PRESENT | _PAGE_RW | _PAGE_ACCESSED | _PAGE_DIRTY)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_vm.c504 pgprot_val(vma->vm_page_prot) &= ~_PAGE_RW;
599 pgprot_val(vma->vm_page_prot) &= ~_PAGE_RW;
H A Ddrm_info.c323 pgprot & _PAGE_RW ? 'w' : 'r',
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dpgtable.h152 #define _PAGE_RW (_PAGE_READ | _PAGE_WRITE) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dmmu.c1514 /* If there's an existing pte, then don't allow _PAGE_RW to be set */
1516 pte = __pte_ma(((pte_val_ma(*ptep) & _PAGE_RW) | ~_PAGE_RW) &
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dhead_40x.S323 andi. r9, r11, _PAGE_RW /* Is it writeable? */
H A Dhead_8xx.S471 /* r11 = (r10 & _PAGE_RW) >> 1 */
475 xori r10, r10, _PAGE_RW | 0x200
H A Dhead_32.S395 rlwinm r3,r10,32-15,21,21 /* DSISR_STORE -> _PAGE_RW */
525 rlwinm r1,r0,32-10,31,31 /* _PAGE_RW -> PP lsb */
599 rlwinm r1,r0,32-10,31,31 /* _PAGE_RW -> PP lsb */
660 li r1,_PAGE_RW|_PAGE_USER|_PAGE_PRESENT /* access flags */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/kernel/
H A Dhw_exception_handler.S605 andi r6, r4, _PAGE_RW /* Is it writeable? */
/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 161 milliseconds

12