Searched refs:PAGE_RW (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | mmap.c | 203 [VM_SHARED | VM_WRITE] = PAGE_RW, 204 [VM_SHARED | VM_WRITE | VM_READ] = PAGE_RW,
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | pgtable.h | 407 #define PAGE_RW __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ macro 438 #define __S010 PAGE_RW 439 #define __S011 PAGE_RW 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() 1432 if (pgprot_val(pgprot) == pgprot_val(PAGE_RW)) in massage_pgprot_pmd()
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | pgtable.h | 412 #define PAGE_RW __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_WRITE | \ 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() 1564 if (pgprot_val(pgprot) == pgprot_val(PAGE_RW)) in massage_pgprot_pmd()
|
Completed in 7 milliseconds