Lines Matching defs:create
2572 pte_fn_t fn, void *data, bool create,
2579 if (create) {
2597 if (create || !pte_none(ptep_get(pte))) {
2615 pte_fn_t fn, void *data, bool create,
2624 if (create) {
2633 if (pmd_none(*pmd) && !create)
2638 if (!create)
2643 fn, data, create, mask);
2653 pte_fn_t fn, void *data, bool create,
2660 if (create) {
2669 if (pud_none(*pud) && !create)
2674 if (!create)
2679 fn, data, create, mask);
2689 pte_fn_t fn, void *data, bool create,
2696 if (create) {
2705 if (p4d_none(*p4d) && !create)
2710 if (!create)
2715 fn, data, create, mask);
2725 void *data, bool create)
2739 if (pgd_none(*pgd) && !create)
2744 if (!create)
2749 fn, data, create, &mask);
3399 * Private mapping: create an exclusive anonymous page copy if reuse
4382 * @page: The first page to create a PTE for.
4383 * @nr: The number of PTEs to create.
4384 * @addr: The first address to create a PTE for.