Home
last modified time | relevance | path

Searched refs:mkwrite (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/arch/arc/include/asm/
Dpgtable-bits-arcv2.h87 PTE_BIT_FUNC(mkwrite, |= (_PAGE_WRITE));
/linux-6.1.9/arch/sh/include/asm/
Dpgtable_32.h362 PTE_BIT_FUNC(high, mkwrite, |= _PAGE_EXT_USER_WRITE | _PAGE_EXT_KERN_WRITE);
366 PTE_BIT_FUNC(low, mkwrite, |= _PAGE_RW);
/linux-6.1.9/arch/arm/include/asm/
Dpgtable-3level.h202 PMD_BIT_FUNC(mkwrite, &= ~L_PMD_SECT_RDONLY);
/linux-6.1.9/mm/
Dmemory.c2139 pfn_t pfn, pgprot_t prot, bool mkwrite) in insert_pfn() argument
2149 if (mkwrite) { in insert_pfn()
2178 if (mkwrite) { in insert_pfn()
2283 bool mkwrite) in __vm_insert_mixed() argument
2316 return insert_pfn(vma, addr, pfn, pgprot, mkwrite); in __vm_insert_mixed()
/linux-6.1.9/Documentation/gpu/
Dtodo.rst304 everything after it has done the write-protect/mkwrite trickery:
311 - Set the mkwrite and fsync callbacks with similar implementions to the core