Searched refs:mkwrite (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/sh/include/asm/ |
| H A 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);
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | pgtable-3level.h | 204 PMD_BIT_FUNC(mkwrite, &= ~L_PMD_SECT_RDONLY);
|
| /OK3568_Linux_fs/kernel/arch/arc/include/asm/ |
| H A D | pgtable.h | 291 PTE_BIT_FUNC(mkwrite, |= (_PAGE_WRITE));
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | memory.c | 1995 pfn_t pfn, pgprot_t prot, bool mkwrite) in insert_pfn() argument 2005 if (mkwrite) { in insert_pfn() 2035 if (mkwrite) { in insert_pfn() 2140 bool mkwrite) in __vm_insert_mixed() argument 2173 return insert_pfn(vma, addr, pfn, pgprot, mkwrite); in __vm_insert_mixed()
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | todo.rst | 255 everything after it has done the write-protect/mkwrite trickery: 262 - Set the mkwrite and fsync callbacks with similar implementions to the core
|