/linux-6.6.21/arch/hexagon/mm/ |
D | init.c | 242 _PAGE_READ | CACHEDEF), 246 _PAGE_READ | CACHEDEF), 250 _PAGE_EXECUTE | _PAGE_READ | 255 _PAGE_EXECUTE | _PAGE_READ | 260 _PAGE_READ | CACHEDEF), 264 _PAGE_READ | _PAGE_WRITE | 269 _PAGE_EXECUTE | _PAGE_READ | 275 _PAGE_READ | _PAGE_EXECUTE |
|
/linux-6.6.21/arch/arc/include/asm/ |
D | pgtable-bits-arcv2.h | 22 #define _PAGE_READ (1 << 3) /* User Read (H) */ macro 47 #define PAGE_U_R __pgprot(___DEF | _PAGE_READ) 48 #define PAGE_U_W_R __pgprot(___DEF | _PAGE_READ | _PAGE_WRITE) 49 #define PAGE_U_X_R __pgprot(___DEF | _PAGE_READ | _PAGE_EXECUTE) 51 | _PAGE_READ | _PAGE_WRITE | _PAGE_EXECUTE) 53 | _PAGE_READ | _PAGE_WRITE | _PAGE_EXECUTE)
|
D | mmu-arcv2.h | 66 #define PTE_BITS_RWX (_PAGE_EXECUTE | _PAGE_WRITE | _PAGE_READ)
|
/linux-6.6.21/arch/csky/include/asm/ |
D | pgtable.h | 56 #define PAGE_READ __pgprot(_PAGE_BASE | _PAGE_READ | \ 58 #define PAGE_WRITE __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_WRITE | \ 62 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_VALID | \ 67 #define _PAGE_IOREMAP (_PAGE_BASE | _PAGE_READ | _PAGE_VALID | \ 73 (_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ 143 return pte.pte_low & _PAGE_READ; in pte_read() 198 if (pte_val(pte) & _PAGE_READ) in pte_mkyoung()
|
/linux-6.6.21/arch/hexagon/include/asm/ |
D | pgtable.h | 33 #define _PAGE_READ __HVM_PTE_R macro 112 _PAGE_READ | _PAGE_EXECUTE | _dflt_cache_att) 115 _PAGE_READ | _PAGE_EXECUTE | _dflt_cache_att) 117 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | \ 119 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_READ | \ 319 return pte_val(pte) & _PAGE_READ; in pte_read()
|
D | io.h | 174 #define _PAGE_IOREMAP (_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \
|
/linux-6.6.21/arch/parisc/include/asm/ |
D | pgtable.h | 190 #define _PAGE_READ (1 << xlate_pabit(_PAGE_READ_BIT)) macro 192 #define _PAGE_RW (_PAGE_READ | _PAGE_WRITE) 205 #define _PAGE_TABLE (_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | _PAGE_DIRTY | _PAGE_ACCESSED) 207 #define _PAGE_KERNEL_RO (_PAGE_PRESENT | _PAGE_READ | _PAGE_DIRTY | _PAGE_ACCESSED) 232 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_WRITE) 236 #define PAGE_READONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ) 238 #define PAGE_EXECREAD __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_EXEC) 240 #define PAGE_RWX __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_READ | _PAGE_WRITE | _PAGE_EXEC) 246 #define PAGE_GATEWAY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_GATEWAY| _PAGE_READ)
|
/linux-6.6.21/arch/riscv/include/asm/ |
D | pgtable-bits.h | 12 #define _PAGE_READ (1 << 1) /* Readable */ macro 39 #define _PAGE_LEAF (_PAGE_READ | _PAGE_WRITE | _PAGE_EXEC)
|
D | pgtable.h | 180 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE | _PAGE_READ) 181 #define PAGE_READ __pgprot(_PAGE_BASE | _PAGE_READ) 182 #define PAGE_WRITE __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_WRITE) 184 #define PAGE_READ_EXEC __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC) 185 #define PAGE_WRITE_EXEC __pgprot(_PAGE_BASE | _PAGE_READ | \ 193 #define _PAGE_KERNEL (_PAGE_READ \
|
D | pgtable-32.h | 32 #define _PAGE_CHG_MASK (~(unsigned long)(_PAGE_PRESENT | _PAGE_READ | \
|
/linux-6.6.21/arch/csky/abiv1/inc/abi/ |
D | pgtable-bits.h | 8 #define _PAGE_READ (1<<1) macro 29 #define _PAGE_PROT_NONE _PAGE_READ
|
/linux-6.6.21/arch/nios2/include/asm/ |
D | pgtable.h | 35 ((r) ? _PAGE_READ : 0) | \ 47 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_CACHED | _PAGE_READ | \ 50 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_CACHED | _PAGE_READ | \ 152 const unsigned long mask = _PAGE_READ | _PAGE_WRITE | _PAGE_EXEC; in pte_modify()
|
D | pgtable-bits.h | 23 #define _PAGE_READ (1<<23) macro
|
/linux-6.6.21/arch/powerpc/mm/ptdump/ |
D | book3s64.c | 19 .mask = _PAGE_READ, 20 .val = _PAGE_READ,
|
/linux-6.6.21/arch/openrisc/include/asm/ |
D | pgtable.h | 149 #define _PAGE_READ (_PAGE_URE | _PAGE_SRE) macro 217 static inline int pte_read(pte_t pte) { return pte_val(pte) & _PAGE_READ; } in pte_read() 231 pte_val(pte) &= ~(_PAGE_READ); in pte_rdprotect() 261 pte_val(pte) |= _PAGE_READ; in pte_mkread()
|
/linux-6.6.21/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 19 #define _PAGE_READ 0x00004 /* read access allowed */ macro 20 #define _PAGE_RW (_PAGE_READ | _PAGE_WRITE) 21 #define _PAGE_RWX (_PAGE_READ | _PAGE_WRITE | _PAGE_EXEC) 119 #define _PAGE_KERNEL_RO (_PAGE_PRIVILEGED | _PAGE_READ) 120 #define _PAGE_KERNEL_ROX (_PAGE_PRIVILEGED | _PAGE_READ | _PAGE_EXEC) 150 #define PAGE_COPY __pgprot(_PAGE_BASE | _PAGE_READ) 151 #define PAGE_COPY_X __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC) 152 #define PAGE_READONLY __pgprot(_PAGE_BASE | _PAGE_READ) 153 #define PAGE_READONLY_X __pgprot(_PAGE_BASE | _PAGE_READ | _PAGE_EXEC) 412 return !!(pte_raw(pte) & cpu_to_be64(_PAGE_READ)); in pte_read() [all …]
|
D | hash.h | 203 mask = cpu_to_be64(_PAGE_DIRTY | _PAGE_ACCESSED | _PAGE_READ | _PAGE_WRITE | in hash__ptep_set_access_flags()
|
/linux-6.6.21/arch/s390/include/asm/ |
D | pgtable.h | 170 #define _PAGE_READ 0x010 /* SW pte read bit */ macro 408 #define PAGE_RO __pgprot(_PAGE_PRESENT | _PAGE_READ | \ 410 #define PAGE_RX __pgprot(_PAGE_PRESENT | _PAGE_READ | \ 412 #define PAGE_RW __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ 414 #define PAGE_RWX __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ 417 #define PAGE_SHARED __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ 419 #define PAGE_KERNEL __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ 421 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_YOUNG | \ 423 #define PAGE_KERNEL_EXEC __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ 816 return pte_present(pte) && !(pte_val(pte) & _PAGE_READ); in pte_protnone() [all …]
|
/linux-6.6.21/arch/csky/abiv2/inc/abi/ |
D | pgtable-bits.h | 8 #define _PAGE_READ (1<<8) macro
|
/linux-6.6.21/arch/riscv/mm/ |
D | pageattr.c | 351 return __set_memory(addr, numpages, __pgprot(_PAGE_READ | _PAGE_WRITE), in set_memory_rw_nx() 357 return __set_memory(addr, numpages, __pgprot(_PAGE_READ), in set_memory_ro() 363 return __set_memory(addr, numpages, __pgprot(_PAGE_READ | _PAGE_WRITE), in set_memory_rw()
|
D | ptdump.c | 174 .mask = _PAGE_READ, 175 .val = _PAGE_READ,
|
/linux-6.6.21/arch/riscv/kernel/ |
D | efi.c | 68 val |= _PAGE_READ; in set_permissions()
|
/linux-6.6.21/arch/s390/mm/ |
D | hugetlbpage.c | 51 rste |= move_set_bit(pte_val(pte), _PAGE_READ, in __pte_to_rste() 107 pteval |= move_set_bit(rste, _SEGMENT_ENTRY_READ, _PAGE_READ); in __rste_to_pte()
|
/linux-6.6.21/arch/powerpc/platforms/cell/spufs/ |
D | fault.c | 120 access = (_PAGE_PRESENT | _PAGE_READ); in spufs_handle_class1()
|
/linux-6.6.21/arch/nios2/mm/ |
D | ioremap.c | 28 pgprot_t pgprot = __pgprot(_PAGE_GLOBAL | _PAGE_PRESENT | _PAGE_READ in remap_area_pte()
|