Home
last modified time | relevance | path

Searched refs:PAGE_WRITEONLY (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/sh/include/asm/
H A Dpgtable_32.h200 #define PAGE_WRITEONLY __pgprot(_PAGE_PRESENT | _PAGE_ACCESSED | \ macro
254 #define PAGE_WRITEONLY PAGE_SHARED macro
281 #define PAGE_WRITEONLY __pgprot(0) macro
/openbmc/linux/arch/sh/mm/
H A Dmmap.c33 [VM_SHARED | VM_WRITE] = PAGE_WRITEONLY,
/openbmc/linux/arch/parisc/include/asm/
H A Dpgtable.h237 #define PAGE_WRITEONLY __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_WRITE) macro
/openbmc/linux/arch/parisc/mm/
H A Dinit.c986 [VM_SHARED | VM_WRITE] = PAGE_WRITEONLY,