Searched refs:mkwrite (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/arch/sh/include/asm/ |
D | pgtable_32.h | 362 PTE_BIT_FUNC(high, mkwrite, |= _PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE); 366 PTE_BIT_FUNC(low, mkwrite, |= _PAGE_RW);
|
/Linux-v5.4/arch/unicore32/include/asm/ |
D | pgtable.h | 186 PTE_BIT_FUNC(mkwrite, |= PTE_WRITE);
|
/Linux-v5.4/arch/arc/include/asm/ |
D | pgtable.h | 310 PTE_BIT_FUNC(mkwrite, |= (_PAGE_WRITE));
|
/Linux-v5.4/arch/arm/include/asm/ |
D | pgtable-3level.h | 228 PMD_BIT_FUNC(mkwrite, &= ~L_PMD_SECT_RDONLY);
|
/Linux-v5.4/mm/ |
D | memory.c | 1582 pfn_t pfn, pgprot_t prot, bool mkwrite) in insert_pfn() argument 1592 if (mkwrite) { in insert_pfn() 1621 if (mkwrite) { in insert_pfn() 1722 unsigned long addr, pfn_t pfn, bool mkwrite) in __vm_insert_mixed() argument 1756 return insert_pfn(vma, addr, pfn, pgprot, mkwrite); in __vm_insert_mixed()
|
/Linux-v5.4/Documentation/gpu/ |
D | todo.rst | 180 everything after it has done the write-protect/mkwrite trickery: 187 - Set the mkwrite and fsync callbacks with similar implementions to the core
|