Searched refs:PAGE_RO (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | mmap.c | 194 [VM_READ] = PAGE_RO, 195 [VM_WRITE] = PAGE_RO, 196 [VM_WRITE | VM_READ] = PAGE_RO, 202 [VM_SHARED | VM_READ] = PAGE_RO,
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | pgtable.h | 403 #define PAGE_RO __pgprot(_PAGE_PRESENT | _PAGE_READ | \ macro 428 #define __P001 PAGE_RO 429 #define __P010 PAGE_RO 430 #define __P011 PAGE_RO 437 #define __S001 PAGE_RO 927 * newprot for PAGE_NONE, PAGE_RO, PAGE_RX, PAGE_RW and PAGE_RWX in pte_modify() 933 * newprot for PAGE_RO, PAGE_RX, PAGE_RW and PAGE_RWX has the page in pte_modify() 1423 * pgprot is PAGE_NONE, PAGE_RO, PAGE_RX, PAGE_RW or PAGE_RWX in massage_pgprot_pmd() 1428 if (pgprot_val(pgprot) == pgprot_val(PAGE_RO)) in massage_pgprot_pmd()
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | pgtable.h | 408 #define PAGE_RO __pgprot(_PAGE_PRESENT | _PAGE_READ | \ macro 984 * newprot for PAGE_NONE, PAGE_RO, PAGE_RX, PAGE_RW and PAGE_RWX in pte_modify() 990 * newprot for PAGE_RO, PAGE_RX, PAGE_RW and PAGE_RWX has the page in pte_modify() 1555 * pgprot is PAGE_NONE, PAGE_RO, PAGE_RX, PAGE_RW or PAGE_RWX in massage_pgprot_pmd() 1560 if (pgprot_val(pgprot) == pgprot_val(PAGE_RO)) in massage_pgprot_pmd()
|
Completed in 7 milliseconds