Home
last modified time | relevance | path

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

/linux-6.12.1/mm/
Dmemory.c2317 pfn_t pfn, pgprot_t prot, bool mkwrite) in insert_pfn() argument
2328 if (mkwrite) { in insert_pfn()
2357 if (mkwrite) { in insert_pfn()
2458 static bool vm_mixed_ok(struct vm_area_struct *vma, pfn_t pfn, bool mkwrite) in vm_mixed_ok() argument
2461 (mkwrite || !vm_mixed_zeropage_allowed(vma))) in vm_mixed_ok()
2476 unsigned long addr, pfn_t pfn, bool mkwrite) in __vm_insert_mixed() argument
2481 if (!vm_mixed_ok(vma, pfn, mkwrite)) in __vm_insert_mixed()
2511 return insert_pfn(vma, addr, pfn, pgprot, mkwrite); in __vm_insert_mixed()
/linux-6.12.1/Documentation/gpu/
Dtodo.rst315 everything after it has done the write-protect/mkwrite trickery:
322 - Set the mkwrite and fsync callbacks with similar implementions to the core