Searched refs:_PAGE_RW (Results 1 – 12 of 12) sorted by relevance
47 #define _PAGE_RW 0x020 /* PR0-bit : write access allowed */ macro56 #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);
10 #define _PAGE_RW (_PAGE_READ | _PAGE_WRITE) macro18 #define _PAGE_KERNEL_RW (_PAGE_RW | _PAGE_DIRTY)25 #define PAGE_SHARED __pgprot(_PAGE_BASE | _PAGE_RW)
148 (_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()
53 #define _PAGE_RW (_PAGE_READ | _PAGE_WRITE) macro
335 (_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()
93 #define PGTABLE_PROT ((_KERNPG_TABLE & ~_PAGE_RW) | _PAGE_NX)
24 #define PAGE_ATTR (_PAGE_PRESENT | _PAGE_RW | _PAGE_ACCESSED | _PAGE_DIRTY)
53 #define _PAGE_RW 0 macro
192 #define _PAGE_RW (_PAGE_READ | _PAGE_WRITE) macro
534 andi r6, r4, _PAGE_RW /* Is it writeable? */
1536 pte &= ~_PAGE_RW; in xen_make_pte_init()
4056 tmp = (i << 22) + (_PAGE_PRESENT | _PAGE_RW | _PAGE_USER | in init_rmode_identity_map()