Searched refs:L_PTE_RDONLY (Results 1 – 13 of 13) sorted by relevance
/linux/arch/arm/include/asm/ |
A D | pgtable.h | 85 #define PAGE_NONE _MOD_PROT(pgprot_user, L_PTE_XN | L_PTE_RDONLY | L_PTE_NONE) 88 #define PAGE_COPY _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY | L_PTE_XN) 89 #define PAGE_COPY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY) 91 #define PAGE_READONLY_EXEC _MOD_PROT(pgprot_user, L_PTE_USER | L_PTE_RDONLY) 99 #define __PAGE_COPY_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY) 101 #define __PAGE_READONLY_EXEC __pgprot(_L_PTE_DEFAULT | L_PTE_USER | L_PTE_RDONLY) 197 #define pte_write(pte) (pte_isclear((pte), L_PTE_RDONLY)) 211 mask |= L_PTE_RDONLY; in pte_access_permitted() 242 return set_pte_bit(pte, __pgprot(L_PTE_RDONLY)); in pte_wrprotect() 247 return clear_pte_bit(pte, __pgprot(L_PTE_RDONLY)); in pte_mkwrite() [all …]
|
A D | fixmap.h | 46 #define FIXMAP_PAGE_RO (FIXMAP_PAGE_NORMAL | L_PTE_RDONLY)
|
A D | pgtable-2level.h | 123 #define L_PTE_RDONLY (_AT(pteval_t, 1) << 7) macro
|
A D | pgtable-3level.h | 77 #define L_PTE_RDONLY (_AT(pteval_t, 1) << 58) /* READ ONLY */ macro
|
/linux/arch/arm/mm/ |
A D | pageattr.c | 66 __pgprot(L_PTE_RDONLY), in set_memory_ro() 74 __pgprot(L_PTE_RDONLY)); in set_memory_rw()
|
A D | proc-macros.S | 113 (L_PTE_XN+L_PTE_USER+L_PTE_RDONLY+L_PTE_DIRTY+L_PTE_YOUNG+\ 165 tst r1, #L_PTE_DIRTY|L_PTE_RDONLY 217 tst r3, #L_PTE_RDONLY | L_PTE_DIRTY @ write and dirty? 259 tst r3, #L_PTE_RDONLY | L_PTE_DIRTY @ write and dirty?
|
A D | proc-v7-3level.S | 80 @ test for !L_PTE_DIRTY || L_PTE_RDONLY
|
A D | dump.c | 75 .mask = L_PTE_RDONLY, 76 .val = L_PTE_RDONLY,
|
A D | proc-v7-2level.S | 85 tst r1, #L_PTE_RDONLY | L_PTE_DIRTY
|
A D | kasan_init.c | 283 | L_PTE_RDONLY))); in kasan_init()
|
A D | proc-xscale.S | 511 and ip, r1, #(L_PTE_MT_MASK | L_PTE_USER | L_PTE_RDONLY) & ~(4 << 2) 512 teq ip, #L_PTE_MT_WRITEBACK | L_PTE_USER | L_PTE_RDONLY
|
A D | mmu.c | 274 L_PTE_RDONLY, 280 L_PTE_USER | L_PTE_RDONLY,
|
/linux/arch/arm/kernel/ |
A D | efi.c | 17 pte = set_pte_bit(pte, __pgprot(L_PTE_RDONLY)); in set_permissions()
|
Completed in 17 milliseconds