Home
last modified time | relevance | path

Searched refs:_PAGE_RW (Results 1 – 12 of 12) sorted by relevance

/linux/arch/sh/include/asm/
H A Dpgtable_32.h47 #define _PAGE_RW 0x020 /* PR0-bit : write access allowed */ macro
56 #define _PAGE_PR_MASK (_PAGE_RW | _PAGE_USER)
242 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | \
256 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_CACHABLE | \
261 __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | \
270 __pgprot(_PAGE_PRESENT | _PAGE_RW | _PAGE_DIRTY | \
348 #define pte_write(pte) ((pte).pte_low & _PAGE_RW)
364 PTE_BIT_FUNC(low, wrprotect, &= ~_PAGE_RW);
365 PTE_BIT_FUNC(low, mkwrite_novma, |= _PAGE_RW);
/linux/arch/powerpc/include/asm/
H A Dpgtable-masks.h10 #define _PAGE_RW (_PAGE_READ | _PAGE_WRITE) macro
18 #define _PAGE_KERNEL_RW (_PAGE_RW | _PAGE_DIRTY)
25 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_RW)
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h148 (_PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_RW | _PAGE_EXEC); in __ptep_set_access_flags()
164 return __pte(pte_val(pte) | _PAGE_RW); in pte_mkwrite_novma()
H A Dpte-e500.h53 #define _PAGE_RW (_PAGE_READ | _PAGE_WRITE) macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h335 (_PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_RW | _PAGE_EXEC); in __ptep_set_access_flags()
494 return __pte(pte_val(pte) | _PAGE_RW); in pte_mkwrite_novma()
/linux/arch/x86/kernel/
H A Despfix_64.c93 #define PGTABLE_PROT ((_KERNPG_TABLE & ~_PAGE_RW) | _PAGE_NX)
H A Drelocate_kernel_64.S24 #define PAGE_ATTR (_PAGE_PRESENT | _PAGE_RW | _PAGE_ACCESSED | _PAGE_DIRTY)
/linux/arch/powerpc/include/asm/nohash/32/
H A Dpte-8xx.h53 #define _PAGE_RW 0 macro
/linux/arch/parisc/include/asm/
H A Dpgtable.h192 #define _PAGE_RW (_PAGE_READ | _PAGE_WRITE) macro
/linux/arch/microblaze/kernel/
H A Dhw_exception_handler.S534 andi r6, r4, _PAGE_RW /* Is it writeable? */
/linux/arch/x86/xen/
H A Dmmu_pv.c1536 pte &= ~_PAGE_RW; in xen_make_pte_init()
/linux/arch/x86/kvm/vmx/
H A Dvmx.c4056 tmp = (i << 22) + (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | in init_rmode_identity_map()