Home
last modified time | relevance | path

Searched refs:PAGE_COPY_C (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dmotorola_pgtable.h83 #define PAGE_COPY_C __pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED) macro
92 #define __P010 PAGE_COPY_C
93 #define __P011 PAGE_COPY_C
96 #define __P110 PAGE_COPY_C
97 #define __P111 PAGE_COPY_C
/kernel/linux/linux-6.6/arch/m68k/mm/
H A Dmotorola.c391 #define PAGE_COPY_C __pgprot(_PAGE_PRESENT | _PAGE_RONLY | _PAGE_ACCESSED) macro
397 [VM_WRITE] = PAGE_COPY_C,
398 [VM_WRITE | VM_READ] = PAGE_COPY_C,
401 [VM_EXEC | VM_WRITE] = PAGE_COPY_C,
402 [VM_EXEC | VM_WRITE | VM_READ] = PAGE_COPY_C,

Completed in 2 milliseconds